Color Hex Logo

#35554e Color Hex

#35554E
(53,85,78)
0 Favorites   0 Comments

Color spaces of #35554e

RGB 538578
HSL0.460.230.27
HSV167°38°33°
CMYK 0.380.000.08   0.67
XYZ6.09187.80398.3930
Yxy7.80390.27330.3501
Hunter Lab27.9355-9.96211.7416
CIE-Lab33.5711-13.57220.3505

#35554e color RGB value is (53,85,78).

#35554e hex color red value is 53, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #35554e hue: 0.46 , saturation: 0.23 and the lightness value of 35554e is 0.27.

The process color (four color CMYK) of #35554e color hex is 0.38, 0.00, 0.08, 0.67. Web safe color of #35554e is #336666. Color #35554e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010101 01001110
Octal 65 125 116
Decimal 53 85 78
Hex 35 55 4E

RGB Percentages of Color #35554e

%24.54
%39.35
%36.11

CMYK Percentages of Color #35554e

%38
%0
%8
%67

Triadic Colors of #35554e

#35554e #4e3555 #554e35

Analogous Colors of #35554e

#35554e #354c55 #35553e

Monochromatic Colors of #35554e

#35554e

Complementary Color

#35554e #55353c

#35554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35554e Color CSS Codes

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

#35554e Text Font Color

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

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


#35554e Background Color

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

This div background color is #35554e


#35554e Border Color

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

This div border color is #35554e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,85,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35554e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35554e;
  -webkit-box-shadow: 1px 1px 3px 2px #35554e;
  box-shadow:         1px 1px 3px 2px #35554e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35554e


Comments

No comments written yet.

Please login to write comment.