COLOR #34475D

HEX: #34475D RGB: (52,71,93)

Color info

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

RGB color model

#34475D color RGB value is (52,71,93).

RGB: (52,71,93) (20%, 28%, 36%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 93 of 255 = 36%

52
71
93

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

Portions of RGB colors in percentages

R + G + B = 52 + 71 + 93 = 216 (100%)
R 52 of 216 ~ 24.07%
G 71 of 216 ~ 32.87%
B 93 of 216 ~ 43.06'%

%24.07
%32.87
%43.06

CMYK color model

#34475D color CMYK value is (44,24,0,64).

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

CMYK: (44,24,0,64)
C44M24Y0K64 (44%, 24%, 0%, 64%)
(0.44 / 0.24 / 0.00 / 0.64)

CMYK percentages

%44.09
%23.66
%0
%63.53

Codes

Color #34475D in popluar color models

34 47 5D
RGB 52 71 93
HSL 212° 28.28% 28.43%
HSB/HSV 212° 44.09% 36.47%
CMYK 44.09% 23.66% 0.00%
63.53%

Color #34475D in popluar number systems.

HEX 34 47 5D
Decimal 52 71 93
Binary 110100 1000111 1011101
Octal 64 107 135

Shades and tints

Shades of #34475D

#34475D
(52,71,93)
#304155
(48,65,85)
#2C3B4D
(44,59,77)
#283545
(40,53,69)
#242F3D
(36,47,61)
#202935
(32,41,53)
#1C232D
(28,35,45)
#181D25
(24,29,37)
#14171D
(20,23,29)
#101115
(16,17,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #34475D

#34475D
(52,71,93)
#46576B
(70,87,107)
#586779
(88,103,121)
#6A7787
(106,119,135)
#7C8795
(124,135,149)
#8E97A3
(142,151,163)
#A0A7B1
(160,167,177)
#B2B7BF
(178,183,191)
#C4C7CD
(196,199,205)
#D6D7DB
(214,215,219)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34475D; }

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

This text font color is #34475D.

Background Color

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

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

This div background color is #34475D.

Border color

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

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

This div border color is #34475D.

Opacity

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

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

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

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

This text has shadow with #34475D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34475D.

Preview

Color preview on black background

This text has color #34475D on black background.


Color preview on white background

This text has color #34475D on white background.


Black color preview on #34475D background

This text has black color on #34475D background.


White color preview on #34475D background

This text has white color on #34475D background.


Related colors

Complementary color

Complementary color for #hex is #CBB8A2.


I love getcolorcode.com

Triadic colors

1 #5D3447 and #475D34 with #34475D are triadic colors.

2 #5D4734 and #47345D with #34475D are triadic colors.