COLOR #35505C

HEX: #35505C RGB: (53,80,92)

Color info

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

RGB color model

#35505C color RGB value is (53,80,92).

RGB: (53,80,92) (21%, 31%, 36%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 92 of 255 = 36%

53
80
92

R + G + B ~ 29%. #35505C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 80 + 92 = 225 (100%)
R 53 of 225 ~ 23.56%
G 80 of 225 ~ 35.56%
B 92 of 225 ~ 40.89'%

%23.56
%35.56
%40.89

CMYK color model

#35505C color CMYK value is (42,13,0,64).

  • cyan value is 42.39%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (42,13,0,64)
C42M13Y0K64 (42%, 13%, 0%, 64%)
(0.42 / 0.13 / 0.00 / 0.64)

CMYK percentages

%42.39
%13.04
%0
%63.92

Codes

Color #35505C in popluar color models

35 50 5C
RGB 53 80 92
HSL 198° 26.90% 28.43%
HSB/HSV 198° 42.39% 36.08%
CMYK 42.39% 13.04% 0.00%
63.92%

Color #35505C in popluar number systems.

HEX 35 50 5C
Decimal 53 80 92
Binary 110101 1010000 1011100
Octal 65 120 134

Shades and tints

Shades of #35505C

#35505C
(53,80,92)
#314954
(49,73,84)
#2D424C
(45,66,76)
#293B44
(41,59,68)
#25343C
(37,52,60)
#212D34
(33,45,52)
#1D262C
(29,38,44)
#191F24
(25,31,36)
#15181C
(21,24,28)
#111114
(17,17,20)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #35505C

#35505C
(53,80,92)
#475F6A
(71,95,106)
#596E78
(89,110,120)
#6B7D86
(107,125,134)
#7D8C94
(125,140,148)
#8F9BA2
(143,155,162)
#A1AAB0
(161,170,176)
#B3B9BE
(179,185,190)
#C5C8CC
(197,200,204)
#D7D7DA
(215,215,218)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35505C; }

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

This text font color is #35505C.

Background Color

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

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

This div background color is #35505C.

Border color

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

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

This div border color is #35505C.

Opacity

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

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

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

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

This text has shadow with #35505C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35505C.

Preview

Color preview on black background

This text has color #35505C on black background.


Color preview on white background

This text has color #35505C on white background.


Black color preview on #35505C background

This text has black color on #35505C background.


White color preview on #35505C background

This text has white color on #35505C background.


Related colors

Complementary color

Complementary color for #hex is #CAAFA3.


I love getcolorcode.com

Triadic colors

1 #5C3550 and #505C35 with #35505C are triadic colors.

2 #5C5035 and #50355C with #35505C are triadic colors.