COLOR #35444B

HEX: #35444B RGB: (53,68,75)

Color info

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

RGB color model

#35444B color RGB value is (53,68,75).

RGB: (53,68,75) (21%, 27%, 29%)

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 75 of 255 = 29%

53
68
75

R + G + B ~ 26%. #35444B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 68 + 75 = 196 (100%)
R 53 of 196 ~ 27.04%
G 68 of 196 ~ 34.69%
B 75 of 196 ~ 38.27'%

%27.04
%34.69
%38.27

CMYK color model

#35444B color CMYK value is (29,9,0,71).

  • cyan value is 29.33%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK: (29,9,0,71) C29M9Y0K71 (29%,9%,0%,71%) (0.29/0.09/0.00/0.71) 

CMYK percentages

%29.33
%9.33
%0
%70.59

Codes

Color #35444B in popluar color models

35 44 4B
RGB 53 68 75
HSL 199° 17.19% 25.10%
HSB/HSV 199° 29.33% 29.41%
CMYK 29.33% 9.33% 0.00%
70.59%

Color #35444B in popluar number systems.

HEX 35 44 4B
Decimal 53 68 75
Binary 110101 1000100 1001011
Octal 65 104 113

Shades and tints

Shades of #35444B

#35444B
(53,68,75)
#313E45
(49,62,69)
#2D383F
(45,56,63)
#293239
(41,50,57)
#252C33
(37,44,51)
#21262D
(33,38,45)
#1D2027
(29,32,39)
#191A21
(25,26,33)
#15141B
(21,20,27)
#110E15
(17,14,21)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #35444B

#35444B
(53,68,75)
#47555B
(71,85,91)
#59666B
(89,102,107)
#6B777B
(107,119,123)
#7D888B
(125,136,139)
#8F999B
(143,153,155)
#A1AAAB
(161,170,171)
#B3BBBB
(179,187,187)
#C5CCCB
(197,204,203)
#D7DDDB
(215,221,219)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35444B color. Also use rgb(53,68,75) instead hex code.

Text Font Color

.myTextColor { color: #35444B; }

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

This text font color is #35444B.

Background Color

.myBgColor { background-color: #35444B; }

<div style="background-color:#35444B">Inner text</div>

This div background color is #35444B.

Border color

.myBorderColor { border: 1px solid #35444B; }

<div style="border:3px solid #35444B">Div</div>

This div border color is #35444B.

Opacity

.myOpacity80 { color: #35444B; opacity: 0.8; }

<p style="color:#35444B;opacity:0.8;">80%</p>

Text with #35444B 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 #35444B;}

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

This text has shadow with #35444B color.


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

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

This text has shadow with #35444B primary color and red secondary color.


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

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

This text has shadow with #35444B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35444B.

Preview

Color preview on black background

This text has color #35444B on black background.


Color preview on white background

This text has color #35444B on white background.


Black color preview on #35444B background

This text has black color on #35444B background.


White color preview on #35444B background

This text has white color on #35444B background.


Related colors

Complementary color

Complementary color for #hex is #CABBB4.


I love getcolorcode.com

Triadic colors

1 #4B3544 and #444B35 with #35444B are triadic colors.

2 #4B4435 and #44354B with #35444B are triadic colors.