color codes Logo

#336d7c color codes

#336D7C
(51,109,124)
0 Favorites   0 Comments

Color spaces of #336d7c

RGB 51109124
HSL0.530.420.34
HSV192°59°49°
CMYK 0.590.120.00   0.51
XYZ10.472013.096321.0447
Yxy13.09630.23470.2936
Hunter Lab36.1888-11.6777-9.1465
CIE-Lab42.9080-14.2143-14.0699

#336d7c color RGB value is (51,109,124).

#336d7c hex color red value is 51, green value is 109 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #336d7c hue: 0.53 , saturation: 0.42 and the lightness value of 336d7c is 0.34.

The process color (four color CMYK) of #336d7c color code is 0.59, 0.12, 0.00, 0.51. Web safe color of #336d7c is #336666. Color #336d7c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101101 01111100
Octal 63 155 174
Decimal 51 109 124
Hex 33 6D 7C

RGB Percentages of Color #336d7c

%17.96
%38.38
%43.66

CMYK Percentages of Color #336d7c

%59
%12
%0
%51

Triadic Colors of #336d7c

#336d7c #7c336d #6d7c33

Analogous Colors of #336d7c

#336d7c #33497c #337c67

Monochromatic Colors of #336d7c

#336d7c

Complementary Color

#336d7c #7c4233

#336d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#336d7c Color CSS Codes

.mybgcolor {background-color:#336d7c; } 
.myforecolor {color:#336d7c; }
.mybordercolor {border:3px solid #336d7c; }

#336d7c Text Font Color

<p style="color:#336d7c">Text here</p>

This sample text font color is #336d7c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#336d7c Background Color

<div style="background-color:#336d7c">
Div content here</div>

This div background color is #336d7c


#336d7c Border Color

<div style="border:3px solid #336d7c">
Div here</div>

This div border color is #336d7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,109,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #336d7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #336d7c;
  -webkit-box-shadow: 1px 1px 3px 2px #336d7c;
  box-shadow:         1px 1px 3px 2px #336d7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,109,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #336d7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #336d7c;
  -webkit-box-shadow: 1px 1px 3px 2px #336d7c;
  box-shadow:         1px 1px 3px 2px #336d7c;">
Div content here</div>

This div box has shadow with color #336d7c


Comments

No comments written yet.

Please login to write comment.