Color Hex Logo

#335b0c Color Hex

#335B0C
(51,91,12)
0 Favorites   0 Comments

Color spaces of #335b0c

RGB 519112
HSL0.250.770.20
HSV90°87°36°
CMYK 0.440.000.87   0.64
XYZ5.17278.21251.6604
Yxy8.21250.34380.5458
Hunter Lab28.6575-17.931116.6250
CIE-Lab34.4216-27.854637.3377

#335b0c color RGB value is (51,91,12).

#335b0c hex color red value is 51, green value is 91 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #335b0c hue: 0.25 , saturation: 0.77 and the lightness value of 335b0c is 0.20.

The process color (four color CMYK) of #335b0c color hex is 0.44, 0.00, 0.87, 0.64. Web safe color of #335b0c is #336600. Color #335b0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 00001100
Octal 63 133 14
Decimal 51 91 12
Hex 33 5B C

RGB Percentages of Color #335b0c

%33.12
%59.09
%7.79

CMYK Percentages of Color #335b0c

%44
%0
%87
%64

Triadic Colors of #335b0c

#335b0c #0c335b #5b0c33

Analogous Colors of #335b0c

#335b0c #0c5b0d #5b5b0c

Monochromatic Colors of #335b0c

#335b0c

Complementary Color

#335b0c #340c5b

#335b0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335b0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#335b0c Color CSS Codes

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

#335b0c Text Font Color

<p style="color:#335b0c">Text here</p>

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


#335b0c Background Color

<div style="background-color:#335b0c">
Div content here</div>

This div background color is #335b0c


#335b0c Border Color

<div style="border:3px solid #335b0c">
Div here</div>

This div border color is #335b0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,91,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 #335b0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335b0c


Comments

No comments written yet.

Please login to write comment.