COLOR #35475D

HEX: #35475D RGB: (53,71,93)

Color info

#35475D contains red, green and blue colors in about the same proportion. Web safe color of #35475D is #333366 (or #336).

RGB color model

#35475D color RGB value is (53,71,93).

RGB: (53,71,93) (21%, 28%, 36%)

RGB channels and saturation

R 53 of 255 = 21%
G 71 of 255 = 28%
B 93 of 255 = 36%

53
71
93

R + G + B ~ 28%. #35475D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 71 + 93 = 217 (100%)
R 53 of 217 ~ 24.42%
G 71 of 217 ~ 32.72%
B 93 of 217 ~ 42.86'%

%24.42
%32.72
%42.86

CMYK color model

#35475D color CMYK value is (43,24,0,64).

  • cyan value is 43.01%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (43,24,0,64)
C43M24Y0K64 (43%, 24%, 0%, 64%)
(0.43 / 0.24 / 0.00 / 0.64)

CMYK percentages

%43.01
%23.66
%0
%63.53

Codes

Color #35475D in popluar color models

35 47 5D
RGB 53 71 93
HSL 213° 27.40% 28.63%
HSB/HSV 213° 43.01% 36.47%
CMYK 43.01% 23.66% 0.00%
63.53%

Color #35475D in popluar number systems.

HEX 35 47 5D
Decimal 53 71 93
Binary 110101 1000111 1011101
Octal 65 107 135

Shades and tints

Shades of #35475D

#35475D
(53,71,93)
#314155
(49,65,85)
#2D3B4D
(45,59,77)
#293545
(41,53,69)
#252F3D
(37,47,61)
#212935
(33,41,53)
#1D232D
(29,35,45)
#191D25
(25,29,37)
#15171D
(21,23,29)
#111115
(17,17,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #35475D

#35475D
(53,71,93)
#47576B
(71,87,107)
#596779
(89,103,121)
#6B7787
(107,119,135)
#7D8795
(125,135,149)
#8F97A3
(143,151,163)
#A1A7B1
(161,167,177)
#B3B7BF
(179,183,191)
#C5C7CD
(197,199,205)
#D7D7DB
(215,215,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35475D color. Also use rgb(53,71,93) instead hex code.

Text Font Color

.myTextColor { color: #35475D; }

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

This text font color is #35475D.

Background Color

.myBgColor { background-color: #35475D; }

<div style="background-color:#35475D">Inner text</div>

This div background color is #35475D.

Border color

.myBorderColor { border: 1px solid #35475D; }

<div style="border:3px solid #35475D">Div</div>

This div border color is #35475D.

Opacity

.myOpacity80 { color: #35475D; opacity: 0.8; }

<p style="color:#35475D;opacity:0.8;">80%</p>

Text with #35475D 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 #35475D;}

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

This text has shadow with #35475D color.


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

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

This text has shadow with #35475D primary color and red secondary color.


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

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

This text has shadow with #35475D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35475D.

Preview

Color preview on black background

This text has color #35475D on black background.


Color preview on white background

This text has color #35475D on white background.


Black color preview on #35475D background

This text has black color on #35475D background.


White color preview on #35475D background

This text has white color on #35475D background.


Related colors

Complementary color

Complementary color for #hex is #CAB8A2.


I love getcolorcode.com

Triadic colors

1 #5D3547 and #475D35 with #35475D are triadic colors.

2 #5D4735 and #47355D with #35475D are triadic colors.