Color Hex Logo

#335f2b Color Hex

#335F2B
(51,95,43)
0 Favorites   0 Comments

Color spaces of #335f2b

RGB 519543
HSL0.310.380.27
HSV111°55°37°
CMYK 0.460.000.55   0.63
XYZ5.89359.06263.7241
Yxy9.06260.31550.4851
Hunter Lab30.1042-17.737313.7383
CIE-Lab36.1045-26.687424.9146

#335f2b color RGB value is (51,95,43).

#335f2b hex color red value is 51, green value is 95 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #335f2b hue: 0.31 , saturation: 0.38 and the lightness value of 335f2b is 0.27.

The process color (four color CMYK) of #335f2b color hex is 0.46, 0.00, 0.55, 0.63. Web safe color of #335f2b is #336633. Color #335f2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 00101011
Octal 63 137 53
Decimal 51 95 43
Hex 33 5F 2B

RGB Percentages of Color #335f2b

%26.98
%50.26
%22.75

CMYK Percentages of Color #335f2b

%46
%0
%55
%63

Triadic Colors of #335f2b

#335f2b #2b335f #5f2b33

Analogous Colors of #335f2b

#335f2b #2b5f3d #4d5f2b

Monochromatic Colors of #335f2b

#335f2b

Complementary Color

#335f2b #572b5f

#335f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#335f2b Color CSS Codes

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

#335f2b Text Font Color

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

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


#335f2b Background Color

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

This div background color is #335f2b


#335f2b Border Color

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

This div border color is #335f2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335f2b


Comments

No comments written yet.

Please login to write comment.