COLOR #35505F

HEX: #35505F
RGB: (53,80,95)

Color info

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

RGB color model

#35505F color RGB value is (53,80,95).

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

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 95 of 255 = 37%

53
80
95

R + G + B ~ 30%. #35505F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 95 = 228 (100%)
R 53 of 228 ~ 23.25%
G 80 of 228 ~ 35.09%
B 95 of 228 ~ 41.67%

%23.25
%35.09
%41.67

CMYK color model

#35505F color CMYK value is (44,16,0,63).

  • cyan value is 44.21%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(44,16,0,63)
C44M16Y0K63 
(44%,16%,0%,63%)
(0.44/0.16/0.00/0.63)	

CMYK percentages

%44.21
%15.79
%0
%62.75

Codes

Color #35505F in popluar color models

35505F
RGB538095
HSL201°28.38%29.02%
HSB/HSV201°44.21%37.25%
CMYK44.21%15.79%0.00%
62.75%

Color #35505F in popluar number systems.

HEX35505F
Decimal538095
Binary11010110100001011111
Octal65120137

Shades and tints

Shades of #35505F

#35505F
(53,80,95)
#314957
(49,73,87)
#2D424F
(45,66,79)
#293B47
(41,59,71)
#25343F
(37,52,63)
#212D37
(33,45,55)
#1D262F
(29,38,47)
#191F27
(25,31,39)
#15181F
(21,24,31)
#111117
(17,17,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #35505F

#35505F
(53,80,95)
#475F6D
(71,95,109)
#596E7B
(89,110,123)
#6B7D89
(107,125,137)
#7D8C97
(125,140,151)
#8F9BA5
(143,155,165)
#A1AAB3
(161,170,179)
#B3B9C1
(179,185,193)
#C5C8CF
(197,200,207)
#D7D7DD
(215,215,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35505F color. Also use rgb(53,80,95) instead hex code.

Text Font Color

.myTextColor { color: #35505F; }

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

This text font color is #35505F.


Background Color

.myBgColor { background-color: #35505F; }

<div style="background-color:#35505F">Inner text</div>

This div background color is #35505F.


Border color

.myBorderColor { border: 1px solid #35505F; }

<div style="border:3px solid #35505F">Div</div>

This div border color is #35505F.


Opacity

.myOpacity80 { color: #35505F; opacity: 0.8; }

<p style="color:#35505F;opacity:0.8;">80%</p>

Text with #35505F 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 #35505F;}

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

This text has shadow with #35505F color.

.textShadow {text-shadow: 3px 3px 1px #35505F, 3px 3px 1px red;}

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

This text has shadow with #35505F primary color and red secondary color.


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

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

This text has shadow with #35505F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35505F on black background.


Color preview on white background

This text has color #35505F on white background.



Black color preview on #35505F background

This text has black color on #35505F background.


White color preview on #35505F background

This text has white color on #35505F background.