COLOR #34475E

HEX: #34475E RGB: (52,71,94)

Color info

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

RGB color model

#34475E color RGB value is (52,71,94).

RGB: (52,71,94) (20%, 28%, 37%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 94 of 255 = 37%

52
71
94

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

Portions of RGB colors in percentages

R + G + B = 52 + 71 + 94 = 217 (100%)
R 52 of 217 ~ 23.96%
G 71 of 217 ~ 32.72%
B 94 of 217 ~ 43.32'%

%23.96
%32.72
%43.32

CMYK color model

#34475E color CMYK value is (45,24,0,63).

  • cyan value is 44.68%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (45,24,0,63)
C45M24Y0K63 (45%, 24%, 0%, 63%)
(0.45 / 0.24 / 0.00 / 0.63)

CMYK percentages

%44.68
%24.47
%0
%63.14

Codes

Color #34475E in popluar color models

34 47 5E
RGB 52 71 94
HSL 213° 28.77% 28.63%
HSB/HSV 213° 44.68% 36.86%
CMYK 44.68% 24.47% 0.00%
63.14%

Color #34475E in popluar number systems.

HEX 34 47 5E
Decimal 52 71 94
Binary 110100 1000111 1011110
Octal 64 107 136

Shades and tints

Shades of #34475E

#34475E
(52,71,94)
#304156
(48,65,86)
#2C3B4E
(44,59,78)
#283546
(40,53,70)
#242F3E
(36,47,62)
#202936
(32,41,54)
#1C232E
(28,35,46)
#181D26
(24,29,38)
#14171E
(20,23,30)
#101116
(16,17,22)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #34475E

#34475E
(52,71,94)
#46576C
(70,87,108)
#58677A
(88,103,122)
#6A7788
(106,119,136)
#7C8796
(124,135,150)
#8E97A4
(142,151,164)
#A0A7B2
(160,167,178)
#B2B7C0
(178,183,192)
#C4C7CE
(196,199,206)
#D6D7DC
(214,215,220)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34475E; }

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

This text font color is #34475E.

Background Color

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

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

This div background color is #34475E.

Border color

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

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

This div border color is #34475E.

Opacity

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

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

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

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

This text has shadow with #34475E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34475E.

Preview

Color preview on black background

This text has color #34475E on black background.


Color preview on white background

This text has color #34475E on white background.


Black color preview on #34475E background

This text has black color on #34475E background.


White color preview on #34475E background

This text has white color on #34475E background.


Related colors

Complementary color

Complementary color for #hex is #CBB8A1.


I love getcolorcode.com

Triadic colors

1 #5E3447 and #475E34 with #34475E are triadic colors.

2 #5E4734 and #47345E with #34475E are triadic colors.