COLOR #343F31

HEX: #343F31
RGB: (52,63,49)

Color info

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

RGB color model

#343F31 color RGB value is (52,63,49).

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

RGB channels and saturation

R 52 of 255 = 20%
G 63 of 255 = 25%
B 49 of 255 = 19%

52
63
49

R + G + B ~ 21%. #343F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 63 + 49 = 164 (100%)
R 52 of 164 ~ 31.71%
G 63 of 164 ~ 38.41%
B 49 of 164 ~ 29.88%

%31.71
%38.41
%29.88

CMYK color model

#343F31 color CMYK value is (17,0,22,75).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 75.29%
CMYK:
(17,0,22,75)
C17M0Y22K75 
(17%,0%,22%,75%)
(0.17/0.00/0.22/0.75)	

CMYK percentages

%17.46
%0
%22.22
%75.29

Codes

Color #343F31 in popluar color models

343F31
RGB526349
HSL107°12.50%21.96%
HSB/HSV107°22.22%24.71%
CMYK17.46%0.00%22.22%
75.29%

Color #343F31 in popluar number systems.

HEX343F31
Decimal526349
Binary110100111111110001
Octal647761

Shades and tints

Shades of #343F31

#343F31
(52,63,49)
#303A2D
(48,58,45)
#2C3529
(44,53,41)
#283025
(40,48,37)
#242B21
(36,43,33)
#20261D
(32,38,29)
#1C2119
(28,33,25)
#181C15
(24,28,21)
#141711
(20,23,17)
#10120D
(16,18,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #343F31

#343F31
(52,63,49)
#465043
(70,80,67)
#586155
(88,97,85)
#6A7267
(106,114,103)
#7C8379
(124,131,121)
#8E948B
(142,148,139)
#A0A59D
(160,165,157)
#B2B6AF
(178,182,175)
#C4C7C1
(196,199,193)
#D6D8D3
(214,216,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343F31; }

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

This text font color is #343F31.


Background Color

.myBgColor { background-color: #343F31; }

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

This div background color is #343F31.


Border color

.myBorderColor { border: 1px solid #343F31; }

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

This div border color is #343F31.


Opacity

.myOpacity80 { color: #343F31; opacity: 0.8; }

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

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

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

This text has shadow with #343F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343F31 on black background.


Color preview on white background

This text has color #343F31 on white background.



Black color preview on #343F31 background

This text has black color on #343F31 background.


White color preview on #343F31 background

This text has white color on #343F31 background.