Color Hex Logo

#35620e Color Hex

#35620E
(53,98,14)
0 Favorites   0 Comments

Color spaces of #35620e

RGB 539814
HSL0.260.750.22
HSV92°86°38°
CMYK 0.460.000.86   0.62
XYZ5.91519.52401.9420
Yxy9.52400.34030.5480
Hunter Lab30.8610-19.793817.8717
CIE-Lab36.9742-30.194539.0800

#35620e color RGB value is (53,98,14).

#35620e hex color red value is 53, green value is 98 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #35620e hue: 0.26 , saturation: 0.75 and the lightness value of 35620e is 0.22.

The process color (four color CMYK) of #35620e color hex is 0.46, 0.00, 0.86, 0.62. Web safe color of #35620e is #336600. Color #35620e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 00001110
Octal 65 142 16
Decimal 53 98 14
Hex 35 62 E

RGB Percentages of Color #35620e

%32.12
%59.39
%8.48

CMYK Percentages of Color #35620e

%46
%0
%86
%62

Triadic Colors of #35620e

#35620e #0e3562 #620e35

Analogous Colors of #35620e

#35620e #0e6211 #5f620e

Monochromatic Colors of #35620e

#35620e

Complementary Color

#35620e #3b0e62

#35620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35620e Color CSS Codes

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

#35620e Text Font Color

<p style="color:#35620e">Text here</p>

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


#35620e Background Color

<div style="background-color:#35620e">
Div content here</div>

This div background color is #35620e


#35620e Border Color

<div style="border:3px solid #35620e">
Div here</div>

This div border color is #35620e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,98,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35620e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35620e;
  -webkit-box-shadow: 1px 1px 3px 2px #35620e;
  box-shadow:         1px 1px 3px 2px #35620e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35620e


Comments

No comments written yet.

Please login to write comment.