Color Hex Logo

#354929 Color Hex

#354929
(53,73,41)
0 Favorites   0 Comments

Color spaces of #354929

RGB 537341
HSL0.270.280.22
HSV98°44°29°
CMYK 0.270.000.44   0.71
XYZ4.25105.68212.9705
Yxy5.68210.32940.4403
Hunter Lab23.8372-9.88229.2975
CIE-Lab28.5958-14.741516.6815

#354929 color RGB value is (53,73,41).

#354929 hex color red value is 53, green value is 73 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #354929 hue: 0.27 , saturation: 0.28 and the lightness value of 354929 is 0.22.

The process color (four color CMYK) of #354929 color hex is 0.27, 0.00, 0.44, 0.71. Web safe color of #354929 is #333333. Color #354929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 00101001
Octal 65 111 51
Decimal 53 73 41
Hex 35 49 29

RGB Percentages of Color #354929

%31.74
%43.71
%24.55

CMYK Percentages of Color #354929

%27
%0
%44
%71

Triadic Colors of #354929

#354929 #293549 #492935

Analogous Colors of #354929

#354929 #29492d #454929

Monochromatic Colors of #354929

#354929

Complementary Color

#354929 #3d2949

#354929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354929 Color CSS Codes

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

#354929 Text Font Color

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

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


#354929 Background Color

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

This div background color is #354929


#354929 Border Color

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

This div border color is #354929


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,73,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354929; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354929;
  -webkit-box-shadow: 1px 1px 3px 2px #354929;
  box-shadow:         1px 1px 3px 2px #354929; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354929


Comments

No comments written yet.

Please login to write comment.