Color Hex Logo

#35653b Color Hex

#35653B
(53,101,59)
0 Favorites   0 Comments

Color spaces of #35653b

RGB 5310159
HSL0.350.310.30
HSV128°48°40°
CMYK 0.480.000.42   0.60
XYZ6.911310.38005.7770
Yxy10.38000.29960.4500
Hunter Lab32.2180-18.090311.9213
CIE-Lab38.5160-26.288418.8404

#35653b color RGB value is (53,101,59).

#35653b hex color red value is 53, green value is 101 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #35653b hue: 0.35 , saturation: 0.31 and the lightness value of 35653b is 0.30.

The process color (four color CMYK) of #35653b color hex is 0.48, 0.00, 0.42, 0.60. Web safe color of #35653b is #336633. Color #35653b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 00111011
Octal 65 145 73
Decimal 53 101 59
Hex 35 65 3B

RGB Percentages of Color #35653b

%24.88
%47.42
%27.70

CMYK Percentages of Color #35653b

%48
%0
%42
%60

Triadic Colors of #35653b

#35653b #3b3565 #653b35

Analogous Colors of #35653b

#35653b #356553 #476535

Monochromatic Colors of #35653b

#35653b

Complementary Color

#35653b #65355f

#35653b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35653b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35653b Color CSS Codes

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

#35653b Text Font Color

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

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


#35653b Background Color

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

This div background color is #35653b


#35653b Border Color

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

This div border color is #35653b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,101,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 #35653b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35653b


Comments

No comments written yet.

Please login to write comment.