COLOR #342E4D

HEX: #342E4D RGB: (52,46,77)

Color info

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

RGB color model

#342E4D color RGB value is (52,46,77).

RGB: (52,46,77) (20%, 18%, 30%)

RGB channels and saturation

R 52 of 255 = 20%
G 46 of 255 = 18%
B 77 of 255 = 30%

52
46
77

R + G + B ~ 23%. #342E4D is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 46 + 77 = 175 (100%)
R 52 of 175 ~ 29.71%
G 46 of 175 ~ 26.29%
B 77 of 175 ~ 44'%

%29.71
%26.29
%44

CMYK color model

#342E4D color CMYK value is (32,40,0,70).

  • cyan value is 32.47%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (32,40,0,70)
C32M40Y0K70 (32%, 40%, 0%, 70%)
(0.32 / 0.40 / 0.00 / 0.70)

CMYK percentages

%32.47
%40.26
%0
%69.8

Codes

Color #342E4D in popluar color models

34 2E 4D
RGB 52 46 77
HSL 252° 25.20% 24.12%
HSB/HSV 252° 40.26% 30.20%
CMYK 32.47% 40.26% 0.00%
69.80%

Color #342E4D in popluar number systems.

HEX 34 2E 4D
Decimal 52 46 77
Binary 110100 101110 1001101
Octal 64 56 115

Shades and tints

Shades of #342E4D

#342E4D
(52,46,77)
#302A46
(48,42,70)
#2C263F
(44,38,63)
#282238
(40,34,56)
#241E31
(36,30,49)
#201A2A
(32,26,42)
#1C1623
(28,22,35)
#18121C
(24,18,28)
#140E15
(20,14,21)
#100A0E
(16,10,14)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #342E4D

#342E4D
(52,46,77)
#46415D
(70,65,93)
#58546D
(88,84,109)
#6A677D
(106,103,125)
#7C7A8D
(124,122,141)
#8E8D9D
(142,141,157)
#A0A0AD
(160,160,173)
#B2B3BD
(178,179,189)
#C4C6CD
(196,198,205)
#D6D9DD
(214,217,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342E4D color. Also use rgb(52,46,77) instead hex code.

Text Font Color

.myTextColor { color: #342E4D; }

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

This text font color is #342E4D.

Background Color

.myBgColor { background-color: #342E4D; }

<div style="background-color:#342E4D">Inner text</div>

This div background color is #342E4D.

Border color

.myBorderColor { border: 1px solid #342E4D; }

<div style="border:3px solid #342E4D">Div</div>

This div border color is #342E4D.

Opacity

.myOpacity80 { color: #342E4D; opacity: 0.8; }

<p style="color:#342E4D;opacity:0.8;">80%</p>

Text with #342E4D 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 #342E4D;}

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

This text has shadow with #342E4D color.


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

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

This text has shadow with #342E4D primary color and red secondary color.


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

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

This text has shadow with #342E4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #342E4D.

Preview

Color preview on black background

This text has color #342E4D on black background.


Color preview on white background

This text has color #342E4D on white background.


Black color preview on #342E4D background

This text has black color on #342E4D background.


White color preview on #342E4D background

This text has white color on #342E4D background.


Related colors

Complementary color

Complementary color for #hex is #CBD1B2.


I love getcolorcode.com

Triadic colors

1 #4D342E and #2E4D34 with #342E4D are triadic colors.

2 #4D2E34 and #2E344D with #342E4D are triadic colors.