COLOR #35374C

HEX: #35374C RGB: (53,55,76)

Color info

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

RGB color model

#35374C color RGB value is (53,55,76).

RGB: (53,55,76) (21%, 22%, 30%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 76 of 255 = 30%

53
55
76

R + G + B ~ 24%. #35374C is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 55 + 76 = 184 (100%)
R 53 of 184 ~ 28.8%
G 55 of 184 ~ 29.89%
B 76 of 184 ~ 41.3'%

%28.8
%29.89
%41.3

CMYK color model

#35374C color CMYK value is (30,28,0,70).

  • cyan value is 30.26%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (30,28,0,70)
C30M28Y0K70 (30%, 28%, 0%, 70%)
(0.30 / 0.28 / 0.00 / 0.70)

CMYK percentages

%30.26
%27.63
%0
%70.2

Codes

Color #35374C in popluar color models

35 37 4C
RGB 53 55 76
HSL 235° 17.83% 25.29%
HSB/HSV 235° 30.26% 29.80%
CMYK 30.26% 27.63% 0.00%
70.20%

Color #35374C in popluar number systems.

HEX 35 37 4C
Decimal 53 55 76
Binary 110101 110111 1001100
Octal 65 67 114

Shades and tints

Shades of #35374C

#35374C
(53,55,76)
#313246
(49,50,70)
#2D2D40
(45,45,64)
#29283A
(41,40,58)
#252334
(37,35,52)
#211E2E
(33,30,46)
#1D1928
(29,25,40)
#191422
(25,20,34)
#150F1C
(21,15,28)
#110A16
(17,10,22)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #35374C

#35374C
(53,55,76)
#47495C
(71,73,92)
#595B6C
(89,91,108)
#6B6D7C
(107,109,124)
#7D7F8C
(125,127,140)
#8F919C
(143,145,156)
#A1A3AC
(161,163,172)
#B3B5BC
(179,181,188)
#C5C7CC
(197,199,204)
#D7D9DC
(215,217,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35374C; }

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

This text font color is #35374C.

Background Color

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

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

This div background color is #35374C.

Border color

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

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

This div border color is #35374C.

Opacity

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

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

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

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

This text has shadow with #35374C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35374C.

Preview

Color preview on black background

This text has color #35374C on black background.


Color preview on white background

This text has color #35374C on white background.


Black color preview on #35374C background

This text has black color on #35374C background.


White color preview on #35374C background

This text has white color on #35374C background.


Related colors

Complementary color

Complementary color for #hex is #CAC8B3.


I love getcolorcode.com

Triadic colors

1 #4C3537 and #374C35 with #35374C are triadic colors.

2 #4C3735 and #37354C with #35374C are triadic colors.