COLOR #35504E

HEX: #35504E
RGB: (53,80,78)

Color info

#35504E contains red, green and blue colors in about the same proportion. Web safe color of #35504E is #336666 (or #366).

RGB color model

#35504E color RGB value is (53,80,78).

  • red value is 53;
  • green value is 80;
  • blue value is 78.
RGB:
(53,80,78)
(21%,31%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 78 of 255 = 31%

53
80
78

R + G + B ~ 28%. #35504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 78 = 211 (100%)
R 53 of 211 ~ 25.12%
G 80 of 211 ~ 37.91%
B 78 of 211 ~ 36.97%

%25.12
%37.91
%36.97

CMYK color model

#35504E color CMYK value is (34,0,2,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(34,0,2,69)
C34M0Y2K69 
(34%,0%,2%,69%)
(0.34/0.00/0.02/0.69)	

CMYK percentages

%33.75
%0
%2.5
%68.63

Codes

Color #35504E in popluar color models

35504E
RGB538078
HSL176°20.30%26.08%
HSB/HSV176°33.75%31.37%
CMYK33.75%0.00%2.50%
68.63%

Color #35504E in popluar number systems.

HEX35504E
Decimal538078
Binary11010110100001001110
Octal65120116

Shades and tints

Shades of #35504E

#35504E
(53,80,78)
#314947
(49,73,71)
#2D4240
(45,66,64)
#293B39
(41,59,57)
#253432
(37,52,50)
#212D2B
(33,45,43)
#1D2624
(29,38,36)
#191F1D
(25,31,29)
#151816
(21,24,22)
#11110F
(17,17,15)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #35504E

#35504E
(53,80,78)
#475F5E
(71,95,94)
#596E6E
(89,110,110)
#6B7D7E
(107,125,126)
#7D8C8E
(125,140,142)
#8F9B9E
(143,155,158)
#A1AAAE
(161,170,174)
#B3B9BE
(179,185,190)
#C5C8CE
(197,200,206)
#D7D7DE
(215,215,222)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35504E color. Also use rgb(53,80,78) instead hex code.

Text Font Color

.myTextColor { color: #35504E; }

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

This text font color is #35504E.


Background Color

.myBgColor { background-color: #35504E; }

<div style="background-color:#35504E">Inner text</div>

This div background color is #35504E.


Border color

.myBorderColor { border: 1px solid #35504E; }

<div style="border:3px solid #35504E">Div</div>

This div border color is #35504E.


Opacity

.myOpacity80 { color: #35504E; opacity: 0.8; }

<p style="color:#35504E;opacity:0.8;">80%</p>

Text with #35504E 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 #35504E;}

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

This text has shadow with #35504E color.

.textShadow {text-shadow: 3px 3px 1px #35504E, 3px 3px 1px red;}

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

This text has shadow with #35504E primary color and red secondary color.


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

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

This text has shadow with #35504E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35504E on black background.


Color preview on white background

This text has color #35504E on white background.



Black color preview on #35504E background

This text has black color on #35504E background.


White color preview on #35504E background

This text has white color on #35504E background.