Color Hex Logo

#35593b Color Hex

#35593B
(53,89,59)
0 Favorites   0 Comments

Color spaces of #35593b

RGB 538959
HSL0.360.250.28
HSV130°40°35°
CMYK 0.400.000.34   0.65
XYZ5.83008.21745.4165
Yxy8.21740.29950.4222
Hunter Lab28.6660-13.86288.8632
CIE-Lab34.4316-20.189813.3954

#35593b color RGB value is (53,89,59).

#35593b hex color red value is 53, green value is 89 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #35593b hue: 0.36 , saturation: 0.25 and the lightness value of 35593b is 0.28.

The process color (four color CMYK) of #35593b color hex is 0.40, 0.00, 0.34, 0.65. Web safe color of #35593b is #336633. Color #35593b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 00111011
Octal 65 131 73
Decimal 53 89 59
Hex 35 59 3B

RGB Percentages of Color #35593b

%26.37
%44.28
%29.35

CMYK Percentages of Color #35593b

%40
%0
%34
%65

Triadic Colors of #35593b

#35593b #3b3559 #593b35

Analogous Colors of #35593b

#35593b #35594d #415935

Monochromatic Colors of #35593b

#35593b

Complementary Color

#35593b #593553

#35593b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35593b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35593b Color CSS Codes

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

#35593b Text Font Color

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

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


#35593b Background Color

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

This div background color is #35593b


#35593b Border Color

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

This div border color is #35593b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,89,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35593b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35593b;
  -webkit-box-shadow: 1px 1px 3px 2px #35593b;
  box-shadow:         1px 1px 3px 2px #35593b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35593b


Comments

No comments written yet.

Please login to write comment.