Color Hex Logo

#35544d Color Hex

#35544D
(53,84,77)
0 Favorites   0 Comments

Color spaces of #35544d

RGB 538477
HSL0.460.230.27
HSV166°37°33°
CMYK 0.370.000.08   0.67
XYZ5.97817.63348.1795
Yxy7.63340.27430.3503
Hunter Lab27.6286-9.72741.7871
CIE-Lab33.2074-13.25740.4514

#35544d color RGB value is (53,84,77).

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

The process color (four color CMYK) of #35544d color hex is 0.37, 0.00, 0.08, 0.67. Web safe color of #35544d is #336666. Color #35544d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 01001101
Octal 65 124 115
Decimal 53 84 77
Hex 35 54 4D

RGB Percentages of Color #35544d

%24.77
%39.25
%35.98

CMYK Percentages of Color #35544d

%37
%0
%8
%67

Triadic Colors of #35544d

#35544d #4d3554 #544d35

Analogous Colors of #35544d

#35544d #354c54 #35543e

Monochromatic Colors of #35544d

#35544d

Complementary Color

#35544d #54353c

#35544d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35544d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35544d Color CSS Codes

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

#35544d Text Font Color

<p style="color:#35544d">Text here</p>

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


#35544d Background Color

<div style="background-color:#35544d">
Div content here</div>

This div background color is #35544d


#35544d Border Color

<div style="border:3px solid #35544d">
Div here</div>

This div border color is #35544d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,84,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35544d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35544d;
  -webkit-box-shadow: 1px 1px 3px 2px #35544d;
  box-shadow:         1px 1px 3px 2px #35544d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35544d


Comments

No comments written yet.

Please login to write comment.