Color Hex Logo

#35811d Color Hex

#35811D
(53,129,29)
0 Favorites   0 Comments

Color spaces of #35811d

RGB 5312929
HSL0.290.630.31
HSV106°78°51°
CMYK 0.590.000.78   0.49
XYZ9.540216.54613.8533
Yxy16.54610.31860.5526
Hunter Lab40.6769-29.319922.8573
CIE-Lab47.6830-42.127544.1352

#35811d color RGB value is (53,129,29).

#35811d hex color red value is 53, green value is 129 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #35811d hue: 0.29 , saturation: 0.63 and the lightness value of 35811d is 0.31.

The process color (four color CMYK) of #35811d color hex is 0.59, 0.00, 0.78, 0.49. Web safe color of #35811d is #339933. Color #35811d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 00011101
Octal 65 201 35
Decimal 53 129 29
Hex 35 81 1D

RGB Percentages of Color #35811d

%25.12
%61.14
%13.74

CMYK Percentages of Color #35811d

%59
%0
%78
%49

Triadic Colors of #35811d

#35811d #1d3581 #811d35

Analogous Colors of #35811d

#35811d #1d8137 #67811d

Monochromatic Colors of #35811d

#35811d

Complementary Color

#35811d #691d81

#35811d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35811d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35811d Color CSS Codes

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

#35811d Text Font Color

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

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


#35811d Background Color

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

This div background color is #35811d


#35811d Border Color

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

This div border color is #35811d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35811d


Comments

No comments written yet.

Please login to write comment.