COLOR #34324A

HEX: #34324A RGB: (52,50,74)

Color info

#34324A contains red, green and blue colors in about the same proportion. Web safe color of #34324A is #333333 (or #333).

RGB color model

#34324A color RGB value is (52,50,74).

RGB: (52,50,74) (20%, 20%, 29%)

RGB channels and saturation

R 52 of 255 = 20%
G 50 of 255 = 20%
B 74 of 255 = 29%

52
50
74

R + G + B ~ 23%. #34324A is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 50 + 74 = 176 (100%)
R 52 of 176 ~ 29.55%
G 50 of 176 ~ 28.41%
B 74 of 176 ~ 42.05'%

%29.55
%28.41
%42.05

CMYK color model

#34324A color CMYK value is (30,32,0,71).

  • cyan value is 29.73%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (30,32,0,71)
C30M32Y0K71 (30%, 32%, 0%, 71%)
(0.30 / 0.32 / 0.00 / 0.71)

CMYK percentages

%29.73
%32.43
%0
%70.98

Codes

Color #34324A in popluar color models

34 32 4A
RGB 52 50 74
HSL 245° 19.35% 24.31%
HSB/HSV 245° 32.43% 29.02%
CMYK 29.73% 32.43% 0.00%
70.98%

Color #34324A in popluar number systems.

HEX 34 32 4A
Decimal 52 50 74
Binary 110100 110010 1001010
Octal 64 62 112

Shades and tints

Shades of #34324A

#34324A
(52,50,74)
#302E44
(48,46,68)
#2C2A3E
(44,42,62)
#282638
(40,38,56)
#242232
(36,34,50)
#201E2C
(32,30,44)
#1C1A26
(28,26,38)
#181620
(24,22,32)
#14121A
(20,18,26)
#100E14
(16,14,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #34324A

#34324A
(52,50,74)
#46445A
(70,68,90)
#58566A
(88,86,106)
#6A687A
(106,104,122)
#7C7A8A
(124,122,138)
#8E8C9A
(142,140,154)
#A09EAA
(160,158,170)
#B2B0BA
(178,176,186)
#C4C2CA
(196,194,202)
#D6D4DA
(214,212,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34324A; }

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

This text font color is #34324A.

Background Color

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

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

This div background color is #34324A.

Border color

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

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

This div border color is #34324A.

Opacity

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

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

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

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

This text has shadow with #34324A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34324A.

Preview

Color preview on black background

This text has color #34324A on black background.


Color preview on white background

This text has color #34324A on white background.


Black color preview on #34324A background

This text has black color on #34324A background.


White color preview on #34324A background

This text has white color on #34324A background.


Related colors

Complementary color

Complementary color for #hex is #CBCDB5.


I love getcolorcode.com

Triadic colors

1 #4A3432 and #324A34 with #34324A are triadic colors.

2 #4A3234 and #32344A with #34324A are triadic colors.