COLOR #342B30

HEX: #342B30 RGB: (52,43,48)

Color info

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

RGB color model

#342B30 color RGB value is (52,43,48).

RGB: (52,43,48) (20%, 17%, 19%)

RGB channels and saturation

R 52 of 255 = 20%
G 43 of 255 = 17%
B 48 of 255 = 19%

52
43
48

R + G + B ~ 19%. #342B30 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 43 + 48 = 143 (100%)
R 52 of 143 ~ 36.36%
G 43 of 143 ~ 30.07%
B 48 of 143 ~ 33.57'%

%36.36
%30.07
%33.57

CMYK color model

#342B30 color CMYK value is (0,17,8,80).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 7.69%
  • key color value is 79.61%

CMYK: (0,17,8,80)
C0M17Y8K80 (0%, 17%, 8%, 80%)
(0.00 / 0.17 / 0.08 / 0.80)

CMYK percentages

%0
%17.31
%7.69
%79.61

Codes

Color #342B30 in popluar color models

34 2B 30
RGB 52 43 48
HSL 327° 9.47% 18.63%
HSB/HSV 327° 17.31% 20.39%
CMYK 0.00% 17.31% 7.69%
79.61%

Color #342B30 in popluar number systems.

HEX 34 2B 30
Decimal 52 43 48
Binary 110100 101011 110000
Octal 64 53 60

Shades and tints

Shades of #342B30

#342B30
(52,43,48)
#30282C
(48,40,44)
#2C2528
(44,37,40)
#282224
(40,34,36)
#241F20
(36,31,32)
#201C1C
(32,28,28)
#1C1918
(28,25,24)
#181614
(24,22,20)
#141310
(20,19,16)
#10100C
(16,16,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #342B30

#342B30
(52,43,48)
#463E42
(70,62,66)
#585154
(88,81,84)
#6A6466
(106,100,102)
#7C7778
(124,119,120)
#8E8A8A
(142,138,138)
#A09D9C
(160,157,156)
#B2B0AE
(178,176,174)
#C4C3C0
(196,195,192)
#D6D6D2
(214,214,210)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342B30 color. Also use rgb(52,43,48) instead hex code.

Text Font Color

.myTextColor { color: #342B30; }

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

This text font color is #342B30.

Background Color

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

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

This div background color is #342B30.

Border color

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

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

This div border color is #342B30.

Opacity

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

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

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

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

This text has shadow with #342B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #342B30.

Preview

Color preview on black background

This text has color #342B30 on black background.


Color preview on white background

This text has color #342B30 on white background.


Black color preview on #342B30 background

This text has black color on #342B30 background.


White color preview on #342B30 background

This text has white color on #342B30 background.


Related colors

Complementary color

Complementary color for #hex is #CBD4CF.


I love getcolorcode.com

Triadic colors

1 #30342B and #2B3034 with #342B30 are triadic colors.

2 #302B34 and #2B3430 with #342B30 are triadic colors.