Color Hex Logo

#35654f Color Hex

#35654F
(53,101,79)
0 Favorites   0 Comments

Color spaces of #35654f

RGB 5310179
HSL0.420.310.30
HSV153°48°40°
CMYK 0.480.000.22   0.60
XYZ7.533210.62889.0517
Yxy10.62880.27680.3906
Hunter Lab32.6018-15.80786.3598
CIE-Lab38.9481-22.07037.4504

#35654f color RGB value is (53,101,79).

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

The process color (four color CMYK) of #35654f color hex is 0.48, 0.00, 0.22, 0.60. Web safe color of #35654f is #336666. Color #35654f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 01001111
Octal 65 145 117
Decimal 53 101 79
Hex 35 65 4F

RGB Percentages of Color #35654f

%22.75
%43.35
%33.91

CMYK Percentages of Color #35654f

%48
%0
%22
%60

Triadic Colors of #35654f

#35654f #4f3565 #654f35

Analogous Colors of #35654f

#35654f #356365 #356537

Monochromatic Colors of #35654f

#35654f

Complementary Color

#35654f #65354b

#35654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35654f Color CSS Codes

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

#35654f Text Font Color

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

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


#35654f Background Color

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

This div background color is #35654f


#35654f Border Color

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

This div border color is #35654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35654f


Comments

No comments written yet.

Please login to write comment.