COLOR #34495D

HEX: #34495D RGB: (52,73,93)

Color info

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

RGB color model

#34495D color RGB value is (52,73,93).

RGB: (52,73,93) (20%, 29%, 36%)

RGB channels and saturation

R 52 of 255 = 20%
G 73 of 255 = 29%
B 93 of 255 = 36%

52
73
93

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

Portions of RGB colors in percentages

R + G + B = 52 + 73 + 93 = 218 (100%)
R 52 of 218 ~ 23.85%
G 73 of 218 ~ 33.49%
B 93 of 218 ~ 42.66'%

%23.85
%33.49
%42.66

CMYK color model

#34495D color CMYK value is (44,22,0,64).

  • cyan value is 44.09%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (44,22,0,64) C44M22Y0K64 (44%,22%,0%,64%) (0.44/0.22/0.00/0.64) 

CMYK percentages

%44.09
%21.51
%0
%63.53

Codes

Color #34495D in popluar color models

34 49 5D
RGB 52 73 93
HSL 209° 28.28% 28.43%
HSB/HSV 209° 44.09% 36.47%
CMYK 44.09% 21.51% 0.00%
63.53%

Color #34495D in popluar number systems.

HEX 34 49 5D
Decimal 52 73 93
Binary 110100 1001001 1011101
Octal 64 111 135

Shades and tints

Shades of #34495D

#34495D
(52,73,93)
#304355
(48,67,85)
#2C3D4D
(44,61,77)
#283745
(40,55,69)
#24313D
(36,49,61)
#202B35
(32,43,53)
#1C252D
(28,37,45)
#181F25
(24,31,37)
#14191D
(20,25,29)
#101315
(16,19,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #34495D

#34495D
(52,73,93)
#46596B
(70,89,107)
#586979
(88,105,121)
#6A7987
(106,121,135)
#7C8995
(124,137,149)
#8E99A3
(142,153,163)
#A0A9B1
(160,169,177)
#B2B9BF
(178,185,191)
#C4C9CD
(196,201,205)
#D6D9DB
(214,217,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34495D; }

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

This text font color is #34495D.

Background Color

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

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

This div background color is #34495D.

Border color

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

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

This div border color is #34495D.

Opacity

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

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

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

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

This text has shadow with #34495D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34495D.

Preview

Color preview on black background

This text has color #34495D on black background.


Color preview on white background

This text has color #34495D on white background.


Black color preview on #34495D background

This text has black color on #34495D background.


White color preview on #34495D background

This text has white color on #34495D background.


Related colors

Complementary color

Complementary color for #hex is #CBB6A2.


I love getcolorcode.com

Triadic colors

1 #5D3449 and #495D34 with #34495D are triadic colors.

2 #5D4934 and #49345D with #34495D are triadic colors.