Color Hex Logo

#35810d Color Hex

#35810D
(53,129,13)
0 Favorites   0 Comments

Color spaces of #35810d

RGB 5312913
HSL0.280.820.28
HSV99°90°51°
CMYK 0.590.000.90   0.49
XYZ9.391116.48653.0680
Yxy16.48650.32440.5696
Hunter Lab40.6036-29.771423.9426
CIE-Lab47.6064-43.014448.8067

#35810d color RGB value is (53,129,13).

#35810d hex color red value is 53, green value is 129 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35810d hue: 0.28 , saturation: 0.82 and the lightness value of 35810d is 0.28.

The process color (four color CMYK) of #35810d color hex is 0.59, 0.00, 0.90, 0.49. Web safe color of #35810d is #339900. Color #35810d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 00001101
Octal 65 201 15
Decimal 53 129 13
Hex 35 81 D

RGB Percentages of Color #35810d

%27.18
%66.15
%6.67

CMYK Percentages of Color #35810d

%59
%0
%90
%49

Triadic Colors of #35810d

#35810d #0d3581 #810d35

Analogous Colors of #35810d

#35810d #0d811f #6f810d

Monochromatic Colors of #35810d

#35810d

Complementary Color

#35810d #590d81

#35810d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35810d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35810d Color CSS Codes

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

#35810d Text Font Color

<p style="color:#35810d">Text here</p>

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


#35810d Background Color

<div style="background-color:#35810d">
Div content here</div>

This div background color is #35810d


#35810d Border Color

<div style="border:3px solid #35810d">
Div here</div>

This div border color is #35810d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,129,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35810d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35810d;
  -webkit-box-shadow: 1px 1px 3px 2px #35810d;
  box-shadow:         1px 1px 3px 2px #35810d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35810d


Comments

No comments written yet.

Please login to write comment.