COLOR #35404C

HEX: #35404C RGB: (53,64,76)

Color info

#35404C contains red, green and blue colors in about the same proportion. Web safe color of #35404C is #333333 (or #333).

RGB color model

#35404C color RGB value is (53,64,76).

RGB: (53,64,76) (21%, 25%, 30%)

RGB channels and saturation

R 53 of 255 = 21%
G 64 of 255 = 25%
B 76 of 255 = 30%

53
64
76

R + G + B ~ 25%. #35404C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 64 + 76 = 193 (100%)
R 53 of 193 ~ 27.46%
G 64 of 193 ~ 33.16%
B 76 of 193 ~ 39.38'%

%27.46
%33.16
%39.38

CMYK color model

#35404C color CMYK value is (30,16,0,70).

  • cyan value is 30.26%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (30,16,0,70) C30M16Y0K70 (30%,16%,0%,70%) (0.30/0.16/0.00/0.70) 

CMYK percentages

%30.26
%15.79
%0
%70.2

Codes

Color #35404C in popluar color models

35 40 4C
RGB 53 64 76
HSL 211° 17.83% 25.29%
HSB/HSV 211° 30.26% 29.80%
CMYK 30.26% 15.79% 0.00%
70.20%

Color #35404C in popluar number systems.

HEX 35 40 4C
Decimal 53 64 76
Binary 110101 1000000 1001100
Octal 65 100 114

Shades and tints

Shades of #35404C

#35404C
(53,64,76)
#313B46
(49,59,70)
#2D3640
(45,54,64)
#29313A
(41,49,58)
#252C34
(37,44,52)
#21272E
(33,39,46)
#1D2228
(29,34,40)
#191D22
(25,29,34)
#15181C
(21,24,28)
#111316
(17,19,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #35404C

#35404C
(53,64,76)
#47515C
(71,81,92)
#59626C
(89,98,108)
#6B737C
(107,115,124)
#7D848C
(125,132,140)
#8F959C
(143,149,156)
#A1A6AC
(161,166,172)
#B3B7BC
(179,183,188)
#C5C8CC
(197,200,204)
#D7D9DC
(215,217,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35404C; }

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

This text font color is #35404C.

Background Color

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

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

This div background color is #35404C.

Border color

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

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

This div border color is #35404C.

Opacity

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

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

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

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

This text has shadow with #35404C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35404C.

Preview

Color preview on black background

This text has color #35404C on black background.


Color preview on white background

This text has color #35404C on white background.


Black color preview on #35404C background

This text has black color on #35404C background.


White color preview on #35404C background

This text has white color on #35404C background.


Related colors

Complementary color

Complementary color for #hex is #CABFB3.


I love getcolorcode.com

Triadic colors

1 #4C3540 and #404C35 with #35404C are triadic colors.

2 #4C4035 and #40354C with #35404C are triadic colors.