Color Hex Logo

#35642b Color Hex

#35642B
(53,100,43)
0 Favorites   0 Comments

Color spaces of #35642b

RGB 5310043
HSL0.300.400.28
HSV109°57°39°
CMYK 0.470.000.57   0.61
XYZ6.461410.04563.8840
Yxy10.04560.31690.4926
Hunter Lab31.6948-19.076314.9207
CIE-Lab37.9241-28.367827.1357

#35642b color RGB value is (53,100,43).

#35642b hex color red value is 53, green value is 100 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #35642b hue: 0.30 , saturation: 0.40 and the lightness value of 35642b is 0.28.

The process color (four color CMYK) of #35642b color hex is 0.47, 0.00, 0.57, 0.61. Web safe color of #35642b is #336633. Color #35642b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 00101011
Octal 65 144 53
Decimal 53 100 43
Hex 35 64 2B

RGB Percentages of Color #35642b

%27.04
%51.02
%21.94

CMYK Percentages of Color #35642b

%47
%0
%57
%61

Triadic Colors of #35642b

#35642b #2b3564 #642b35

Analogous Colors of #35642b

#35642b #2b643e #52642b

Monochromatic Colors of #35642b

#35642b

Complementary Color

#35642b #5a2b64

#35642b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35642b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35642b Color CSS Codes

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

#35642b Text Font Color

<p style="color:#35642b">Text here</p>

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


#35642b Background Color

<div style="background-color:#35642b">
Div content here</div>

This div background color is #35642b


#35642b Border Color

<div style="border:3px solid #35642b">
Div here</div>

This div border color is #35642b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,100,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35642b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35642b;
  -webkit-box-shadow: 1px 1px 3px 2px #35642b;
  box-shadow:         1px 1px 3px 2px #35642b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,100,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 #35642b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35642b


Comments

No comments written yet.

Please login to write comment.