Color Hex Logo

#35745a Color Hex

#35745A
(53,116,90)
0 Favorites   0 Comments

Color spaces of #35745a

RGB 5311690
HSL0.430.370.33
HSV155°54°45°
CMYK 0.540.000.22   0.55
XYZ9.559113.985911.8686
Yxy13.98590.26990.3949
Hunter Lab37.3977-19.82037.3620
CIE-Lab44.2127-27.01618.2769

#35745a color RGB value is (53,116,90).

#35745a hex color red value is 53, green value is 116 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #35745a hue: 0.43 , saturation: 0.37 and the lightness value of 35745a is 0.33.

The process color (four color CMYK) of #35745a color hex is 0.54, 0.00, 0.22, 0.55. Web safe color of #35745a is #336666. Color #35745a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 01011010
Octal 65 164 132
Decimal 53 116 90
Hex 35 74 5A

RGB Percentages of Color #35745a

%20.46
%44.79
%34.75

CMYK Percentages of Color #35745a

%54
%0
%22
%55

Triadic Colors of #35745a

#35745a #5a3574 #745a35

Analogous Colors of #35745a

#35745a #356f74 #35743b

Monochromatic Colors of #35745a

#35745a

Complementary Color

#35745a #74354f

#35745a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35745a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35745a Color CSS Codes

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

#35745a Text Font Color

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

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


#35745a Background Color

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

This div background color is #35745a


#35745a Border Color

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

This div border color is #35745a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,116,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35745a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35745a;
  -webkit-box-shadow: 1px 1px 3px 2px #35745a;
  box-shadow:         1px 1px 3px 2px #35745a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35745a


Comments

No comments written yet.

Please login to write comment.