COLOR #34324E

HEX: #34324E
RGB: (52,50,78)

Color info

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

RGB color model

#34324E color RGB value is (52,50,78).

  • red value is 52;
  • green value is 50;
  • blue value is 78.
RGB:
(52,50,78)
(20%,20%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 50 of 255 = 20%
B 78 of 255 = 31%

52
50
78

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

Portions of RGB colors in percentages

R + G + B =
52 + 50 + 78 = 180 (100%)
R 52 of 180 ~ 28.89%
G 50 of 180 ~ 27.78%
B 78 of 180 ~ 43.33%

%28.89
%27.78
%43.33

CMYK color model

#34324E color CMYK value is (33,36,0,69).

  • cyan value is 33.33%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(33,36,0,69)
C33M36Y0K69 
(33%,36%,0%,69%)
(0.33/0.36/0.00/0.69)	

CMYK percentages

%33.33
%35.9
%0
%69.41

Codes

Color #34324E in popluar color models

34324E
RGB525078
HSL244°21.88%25.10%
HSB/HSV244°35.90%30.59%
CMYK33.33%35.90%0.00%
69.41%

Color #34324E in popluar number systems.

HEX34324E
Decimal525078
Binary1101001100101001110
Octal6462116

Shades and tints

Shades of #34324E

#34324E
(52,50,78)
#302E47
(48,46,71)
#2C2A40
(44,42,64)
#282639
(40,38,57)
#242232
(36,34,50)
#201E2B
(32,30,43)
#1C1A24
(28,26,36)
#18161D
(24,22,29)
#141216
(20,18,22)
#100E0F
(16,14,15)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #34324E

#34324E
(52,50,78)
#46445E
(70,68,94)
#58566E
(88,86,110)
#6A687E
(106,104,126)
#7C7A8E
(124,122,142)
#8E8C9E
(142,140,158)
#A09EAE
(160,158,174)
#B2B0BE
(178,176,190)
#C4C2CE
(196,194,206)
#D6D4DE
(214,212,222)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34324E; }

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

This text font color is #34324E.


Background Color

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

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

This div background color is #34324E.


Border color

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

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

This div border color is #34324E.


Opacity

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

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

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

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

This text has shadow with #34324E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34324E on black background.


Color preview on white background

This text has color #34324E on white background.



Black color preview on #34324E background

This text has black color on #34324E background.


White color preview on #34324E background

This text has white color on #34324E background.