COLOR #35554C

HEX: #35554C
RGB: (53,85,76)

Color info

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

RGB color model

#35554C color RGB value is (53,85,76).

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

RGB channels and saturation

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

53
85
76

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

Portions of RGB colors in percentages

R + G + B =
53 + 85 + 76 = 214 (100%)
R 53 of 214 ~ 24.77%
G 85 of 214 ~ 39.72%
B 76 of 214 ~ 35.51%

%24.77
%39.72
%35.51

CMYK color model

#35554C color CMYK value is (38,0,11,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(38,0,11,67)
C38M0Y11K67 
(38%,0%,11%,67%)
(0.38/0.00/0.11/0.67)	

CMYK percentages

%37.65
%0
%10.59
%66.67

Codes

Color #35554C in popluar color models

35554C
RGB538576
HSL163°23.19%27.06%
HSB/HSV163°37.65%33.33%
CMYK37.65%0.00%10.59%
66.67%

Color #35554C in popluar number systems.

HEX35554C
Decimal538576
Binary11010110101011001100
Octal65125114

Shades and tints

Shades of #35554C

#35554C
(53,85,76)
#314E46
(49,78,70)
#2D4740
(45,71,64)
#29403A
(41,64,58)
#253934
(37,57,52)
#21322E
(33,50,46)
#1D2B28
(29,43,40)
#192422
(25,36,34)
#151D1C
(21,29,28)
#111616
(17,22,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #35554C

#35554C
(53,85,76)
#47645C
(71,100,92)
#59736C
(89,115,108)
#6B827C
(107,130,124)
#7D918C
(125,145,140)
#8FA09C
(143,160,156)
#A1AFAC
(161,175,172)
#B3BEBC
(179,190,188)
#C5CDCC
(197,205,204)
#D7DCDC
(215,220,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35554C; }

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

This text font color is #35554C.


Background Color

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

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

This div background color is #35554C.


Border color

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

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

This div border color is #35554C.


Opacity

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

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

Text with #35554C 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 #35554C;}

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

This text has shadow with #35554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35554C on black background.


Color preview on white background

This text has color #35554C on white background.



Black color preview on #35554C background

This text has black color on #35554C background.


White color preview on #35554C background

This text has white color on #35554C background.