COLOR #342F30

HEX: #342F30
RGB: (52,47,48)

Color info

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

RGB color model

#342F30 color RGB value is (52,47,48).

  • red value is 52;
  • green value is 47;
  • blue value is 48.
RGB:
(52,47,48)
(20%,18%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 47 of 255 = 18%
B 48 of 255 = 19%

52
47
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 47 + 48 = 147 (100%)
R 52 of 147 ~ 35.37%
G 47 of 147 ~ 31.97%
B 48 of 147 ~ 32.65%

%35.37
%31.97
%32.65

CMYK color model

#342F30 color CMYK value is (0,10,8,80).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(0,10,8,80)
C0M10Y8K80 
(0%,10%,8%,80%)
(0.00/0.10/0.08/0.80)	

CMYK percentages

%0
%9.62
%7.69
%79.61

Codes

Color #342F30 in popluar color models

342F30
RGB524748
HSL348°5.05%19.41%
HSB/HSV348°9.62%20.39%
CMYK0.00%9.62%7.69%
79.61%

Color #342F30 in popluar number systems.

HEX342F30
Decimal524748
Binary110100101111110000
Octal645760

Shades and tints

Shades of #342F30

#342F30
(52,47,48)
#302B2C
(48,43,44)
#2C2728
(44,39,40)
#282324
(40,35,36)
#241F20
(36,31,32)
#201B1C
(32,27,28)
#1C1718
(28,23,24)
#181314
(24,19,20)
#140F10
(20,15,16)
#100B0C
(16,11,12)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #342F30

#342F30
(52,47,48)
#464142
(70,65,66)
#585354
(88,83,84)
#6A6566
(106,101,102)
#7C7778
(124,119,120)
#8E898A
(142,137,138)
#A09B9C
(160,155,156)
#B2ADAE
(178,173,174)
#C4BFC0
(196,191,192)
#D6D1D2
(214,209,210)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342F30; }

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

This text font color is #342F30.


Background Color

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

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

This div background color is #342F30.


Border color

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

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

This div border color is #342F30.


Opacity

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

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

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

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

This text has shadow with #342F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342F30 on black background.


Color preview on white background

This text has color #342F30 on white background.



Black color preview on #342F30 background

This text has black color on #342F30 background.


White color preview on #342F30 background

This text has white color on #342F30 background.