COLOR #35554D

HEX: #35554D
RGB: (53,85,77)

Color info

#35554D contains red, green and blue colors in about the same proportion. Web safe color of #35554D is #336633 (or #363).

RGB color model

#35554D color RGB value is (53,85,77).

  • red value is 53;
  • green value is 85;
  • blue value is 77.
RGB:
(53,85,77)
(21%,33%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 77 of 255 = 30%

53
85
77

R + G + B ~ 28%. #35554D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 85 + 77 = 215 (100%)
R 53 of 215 ~ 24.65%
G 85 of 215 ~ 39.53%
B 77 of 215 ~ 35.81%

%24.65
%39.53
%35.81

CMYK color model

#35554D color CMYK value is (38,0,9,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(38,0,9,67)
C38M0Y9K67 
(38%,0%,9%,67%)
(0.38/0.00/0.09/0.67)	

CMYK percentages

%37.65
%0
%9.41
%66.67

Codes

Color #35554D in popluar color models

35554D
RGB538577
HSL165°23.19%27.06%
HSB/HSV165°37.65%33.33%
CMYK37.65%0.00%9.41%
66.67%

Color #35554D in popluar number systems.

HEX35554D
Decimal538577
Binary11010110101011001101
Octal65125115

Shades and tints

Shades of #35554D

#35554D
(53,85,77)
#314E46
(49,78,70)
#2D473F
(45,71,63)
#294038
(41,64,56)
#253931
(37,57,49)
#21322A
(33,50,42)
#1D2B23
(29,43,35)
#19241C
(25,36,28)
#151D15
(21,29,21)
#11160E
(17,22,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #35554D

#35554D
(53,85,77)
#47645D
(71,100,93)
#59736D
(89,115,109)
#6B827D
(107,130,125)
#7D918D
(125,145,141)
#8FA09D
(143,160,157)
#A1AFAD
(161,175,173)
#B3BEBD
(179,190,189)
#C5CDCD
(197,205,205)
#D7DCDD
(215,220,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35554D color. Also use rgb(53,85,77) instead hex code.

Text Font Color

.myTextColor { color: #35554D; }

<p style="color:#35554D">This sample text font color is #35554D.</p>

This text font color is #35554D.


Background Color

.myBgColor { background-color: #35554D; }

<div style="background-color:#35554D">Inner text</div>

This div background color is #35554D.


Border color

.myBorderColor { border: 1px solid #35554D; }

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

This div border color is #35554D.


Opacity

.myOpacity80 { color: #35554D; opacity: 0.8; }

<p style="color:#35554D;opacity:0.8;">80%</p>

Text with #35554D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35554D;}

<p style="text-shadow: 3px 3px 1px #35554D">Text here.</p>

This text has shadow with #35554D color.

.textShadow {text-shadow: 3px 3px 1px #35554D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35554D, 5px 5px 20px red">Text here.</p>

This text has shadow with #35554D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35554D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35554D, Direction=45, Strength=4)">Text</p>

This text has shadow with #35554D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #35554D;
  -webkit-box-shadow:	1px 1px 3px 2px #35554D;
  box-shadow:		1px 1px 3px 2px #35554D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35554D;
-webkit-box-shadow: 1px 1px 3px 2px #35554D;
box-shadow:1px 1px 3px 2px #35554D;">
Div content here</div>
This div box has shadow with color #35554D.

Preview

Color preview on black background

This text has color #35554D on black background.


Color preview on white background

This text has color #35554D on white background.



Black color preview on #35554D background

This text has black color on #35554D background.


White color preview on #35554D background

This text has white color on #35554D background.