COLOR #342231

HEX: #342231
RGB: (52,34,49)

Color info

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

RGB color model

#342231 color RGB value is (52,34,49).

  • red value is 52;
  • green value is 34;
  • blue value is 49.
RGB:
(52,34,49)
(20%,13%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 34 of 255 = 13%
B 49 of 255 = 19%

52
34
49

R + G + B ~ 17%. #342231 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 34 + 49 = 135 (100%)
R 52 of 135 ~ 38.52%
G 34 of 135 ~ 25.19%
B 49 of 135 ~ 36.3%

%38.52
%25.19
%36.3

CMYK color model

#342231 color CMYK value is (0,35,6,80).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,35,6,80)
C0M35Y6K80 
(0%,35%,6%,80%)
(0.00/0.35/0.06/0.80)	

CMYK percentages

%0
%34.62
%5.77
%79.61

Codes

Color #342231 in popluar color models

342231
RGB523449
HSL310°20.93%16.86%
HSB/HSV310°34.62%20.39%
CMYK0.00%34.62%5.77%
79.61%

Color #342231 in popluar number systems.

HEX342231
Decimal523449
Binary110100100010110001
Octal644261

Shades and tints

Shades of #342231

#342231
(52,34,49)
#301F2D
(48,31,45)
#2C1C29
(44,28,41)
#281925
(40,25,37)
#241621
(36,22,33)
#20131D
(32,19,29)
#1C1019
(28,16,25)
#180D15
(24,13,21)
#140A11
(20,10,17)
#10070D
(16,7,13)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #342231

#342231
(52,34,49)
#463643
(70,54,67)
#584A55
(88,74,85)
#6A5E67
(106,94,103)
#7C7279
(124,114,121)
#8E868B
(142,134,139)
#A09A9D
(160,154,157)
#B2AEAF
(178,174,175)
#C4C2C1
(196,194,193)
#D6D6D3
(214,214,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342231 color. Also use rgb(52,34,49) instead hex code.

Text Font Color

.myTextColor { color: #342231; }

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

This text font color is #342231.


Background Color

.myBgColor { background-color: #342231; }

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

This div background color is #342231.


Border color

.myBorderColor { border: 1px solid #342231; }

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

This div border color is #342231.


Opacity

.myOpacity80 { color: #342231; opacity: 0.8; }

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

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

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

This text has shadow with #342231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342231 on black background.


Color preview on white background

This text has color #342231 on white background.



Black color preview on #342231 background

This text has black color on #342231 background.


White color preview on #342231 background

This text has white color on #342231 background.