COLOR #34374E

HEX: #34374E RGB: (52,55,78)

Color info

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

RGB color model

#34374E color RGB value is (52,55,78).

RGB: (52,55,78) (20%, 22%, 31%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 78 of 255 = 31%

52
55
78

R + G + B ~ 24%. #34374E is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 55 + 78 = 185 (100%)
R 52 of 185 ~ 28.11%
G 55 of 185 ~ 29.73%
B 78 of 185 ~ 42.16'%

%28.11
%29.73
%42.16

CMYK color model

#34374E color CMYK value is (33,29,0,69).

  • cyan value is 33.33%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (33,29,0,69)
C33M29Y0K69 (33%, 29%, 0%, 69%)
(0.33 / 0.29 / 0.00 / 0.69)

CMYK percentages

%33.33
%29.49
%0
%69.41

Codes

Color #34374E in popluar color models

34 37 4E
RGB 52 55 78
HSL 233° 20.00% 25.49%
HSB/HSV 233° 33.33% 30.59%
CMYK 33.33% 29.49% 0.00%
69.41%

Color #34374E in popluar number systems.

HEX 34 37 4E
Decimal 52 55 78
Binary 110100 110111 1001110
Octal 64 67 116

Shades and tints

Shades of #34374E

#34374E
(52,55,78)
#303247
(48,50,71)
#2C2D40
(44,45,64)
#282839
(40,40,57)
#242332
(36,35,50)
#201E2B
(32,30,43)
#1C1924
(28,25,36)
#18141D
(24,20,29)
#140F16
(20,15,22)
#100A0F
(16,10,15)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #34374E

#34374E
(52,55,78)
#46495E
(70,73,94)
#585B6E
(88,91,110)
#6A6D7E
(106,109,126)
#7C7F8E
(124,127,142)
#8E919E
(142,145,158)
#A0A3AE
(160,163,174)
#B2B5BE
(178,181,190)
#C4C7CE
(196,199,206)
#D6D9DE
(214,217,222)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34374E color. Also use rgb(52,55,78) instead hex code.

Text Font Color

.myTextColor { color: #34374E; }

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

This text font color is #34374E.

Background Color

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

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

This div background color is #34374E.

Border color

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

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

This div border color is #34374E.

Opacity

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

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

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

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

This text has shadow with #34374E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34374E.

Preview

Color preview on black background

This text has color #34374E on black background.


Color preview on white background

This text has color #34374E on white background.


Black color preview on #34374E background

This text has black color on #34374E background.


White color preview on #34374E background

This text has white color on #34374E background.


Related colors

Complementary color

Complementary color for #hex is #CBC8B1.


I love getcolorcode.com

Triadic colors

1 #4E3437 and #374E34 with #34374E are triadic colors.

2 #4E3734 and #37344E with #34374E are triadic colors.