Color Hex Logo

#35541f Color Hex

#35541F
(53,84,31)
0 Favorites   0 Comments

Color spaces of #35541f

RGB 538431
HSL0.260.460.23
HSV95°63°33°
CMYK 0.370.000.63   0.67
XYZ4.88587.19652.4279
Yxy7.19650.33670.4960
Hunter Lab26.8263-14.436313.4124
CIE-Lab32.2501-22.064826.8970

#35541f color RGB value is (53,84,31).

#35541f hex color red value is 53, green value is 84 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #35541f hue: 0.26 , saturation: 0.46 and the lightness value of 35541f is 0.23.

The process color (four color CMYK) of #35541f color hex is 0.37, 0.00, 0.63, 0.67. Web safe color of #35541f is #336633. Color #35541f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 00011111
Octal 65 124 37
Decimal 53 84 31
Hex 35 54 1F

RGB Percentages of Color #35541f

%31.55
%50.00
%18.45

CMYK Percentages of Color #35541f

%37
%0
%63
%67

Triadic Colors of #35541f

#35541f #1f3554 #541f35

Analogous Colors of #35541f

#35541f #1f5424 #50541f

Monochromatic Colors of #35541f

#35541f

Complementary Color

#35541f #3e1f54

#35541f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35541f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35541f Color CSS Codes

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

#35541f Text Font Color

<p style="color:#35541f">Text here</p>

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


#35541f Background Color

<div style="background-color:#35541f">
Div content here</div>

This div background color is #35541f


#35541f Border Color

<div style="border:3px solid #35541f">
Div here</div>

This div border color is #35541f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,84,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35541f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35541f;
  -webkit-box-shadow: 1px 1px 3px 2px #35541f;
  box-shadow:         1px 1px 3px 2px #35541f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,84,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35541f


Comments

No comments written yet.

Please login to write comment.