Color Hex Logo

#335f3e Color Hex

#335F3E
(51,95,62)
0 Favorites   0 Comments

Color spaces of #335f3e

RGB 519562
HSL0.380.300.29
HSV135°46°37°
CMYK 0.460.000.35   0.63
XYZ6.32709.23606.0067
Yxy9.23600.29330.4282
Hunter Lab30.3908-16.02239.5550
CIE-Lab36.4348-23.372914.2690

#335f3e color RGB value is (51,95,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 00111110
Octal 63 137 76
Decimal 51 95 62
Hex 33 5F 3E

RGB Percentages of Color #335f3e

%24.52
%45.67
%29.81

CMYK Percentages of Color #335f3e

%46
%0
%35
%63

Triadic Colors of #335f3e

#335f3e #3e335f #5f3e33

Analogous Colors of #335f3e

#335f3e #335f54 #3e5f33

Monochromatic Colors of #335f3e

#335f3e

Complementary Color

#335f3e #5f3354

#335f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#335f3e Color CSS Codes

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

#335f3e Text Font Color

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

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


#335f3e Background Color

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

This div background color is #335f3e


#335f3e Border Color

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

This div border color is #335f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335f3e


Comments

No comments written yet.

Please login to write comment.