Color Hex Logo

#35543c Color Hex

#35543C
(53,84,60)
0 Favorites   0 Comments

Color spaces of #35543c

RGB 538460
HSL0.370.230.27
HSV134°37°33°
CMYK 0.370.000.29   0.67
XYZ5.45417.42385.4204
Yxy7.42380.29810.4057
Hunter Lab27.2467-11.95047.2776
CIE-Lab32.7529-17.286310.4833

#35543c color RGB value is (53,84,60).

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

The process color (four color CMYK) of #35543c color hex is 0.37, 0.00, 0.29, 0.67. Web safe color of #35543c is #336633. Color #35543c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 00111100
Octal 65 124 74
Decimal 53 84 60
Hex 35 54 3C

RGB Percentages of Color #35543c

%26.90
%42.64
%30.46

CMYK Percentages of Color #35543c

%37
%0
%29
%67

Triadic Colors of #35543c

#35543c #3c3554 #543c35

Analogous Colors of #35543c

#35543c #35544c #3e5435

Monochromatic Colors of #35543c

#35543c

Complementary Color

#35543c #54354d

#35543c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35543c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35543c Color CSS Codes

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

#35543c Text Font Color

<p style="color:#35543c">Text here</p>

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


#35543c Background Color

<div style="background-color:#35543c">
Div content here</div>

This div background color is #35543c


#35543c Border Color

<div style="border:3px solid #35543c">
Div here</div>

This div border color is #35543c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35543c


Comments

No comments written yet.

Please login to write comment.