Color Hex Logo

#33370c Color Hex

#33370C
(51,55,12)
0 Favorites   0 Comments

Color spaces of #33370c

RGB 515512
HSL0.180.640.13
HSV66°78°22°
CMYK 0.070.000.78   0.78
XYZ2.79783.46270.8687
Yxy3.46270.39240.4857
Hunter Lab18.6083-5.726710.2580
CIE-Lab21.8091-8.588425.1765

#33370c color RGB value is (51,55,12).

#33370c hex color red value is 51, green value is 55 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #33370c hue: 0.18 , saturation: 0.64 and the lightness value of 33370c is 0.13.

The process color (four color CMYK) of #33370c color hex is 0.07, 0.00, 0.78, 0.78. Web safe color of #33370c is #333300. Color #33370c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110111 00001100
Octal 63 67 14
Decimal 51 55 12
Hex 33 37 C

RGB Percentages of Color #33370c

%43.22
%46.61
%10.17

CMYK Percentages of Color #33370c

%7
%0
%78
%78

Triadic Colors of #33370c

#33370c #0c3337 #370c33

Analogous Colors of #33370c

#33370c #1e370c #37260c

Monochromatic Colors of #33370c

#33370c

Complementary Color

#33370c #100c37

#33370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33370c Color CSS Codes

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

#33370c Text Font Color

<p style="color:#33370c">Text here</p>

This sample text font color is #33370c
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.


#33370c Background Color

<div style="background-color:#33370c">
Div content here</div>

This div background color is #33370c


#33370c Border Color

<div style="border:3px solid #33370c">
Div here</div>

This div border color is #33370c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,55,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33370c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33370c;
  -webkit-box-shadow: 1px 1px 3px 2px #33370c;
  box-shadow:         1px 1px 3px 2px #33370c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33370c


Comments

No comments written yet.

Please login to write comment.