COLOR #343214

HEX: #343214
RGB: (52,50,20)

Color info

#343214 contains red, green and blue colors in about the same proportion. Web safe color of #343214 is #333300 (or #330).

RGB color model

#343214 color RGB value is (52,50,20).

  • red value is 52;
  • green value is 50;
  • blue value is 20.
RGB:
(52,50,20)
(20%,20%,8%)

RGB channels and saturation

R 52 of 255 = 20%
G 50 of 255 = 20%
B 20 of 255 = 8%

52
50
20

R + G + B ~ 16%. #343214 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 50 + 20 = 122 (100%)
R 52 of 122 ~ 42.62%
G 50 of 122 ~ 40.98%
B 20 of 122 ~ 16.39%

%42.62
%40.98
%16.39

CMYK color model

#343214 color CMYK value is (0,4,62,80).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 61.54%
  • key color value is 79.61%
CMYK:
(0,4,62,80)
C0M4Y62K80 
(0%,4%,62%,80%)
(0.00/0.04/0.62/0.80)	

CMYK percentages

%0
%3.85
%61.54
%79.61

Codes

Color #343214 in popluar color models

343214
RGB525020
HSL56°44.44%14.12%
HSB/HSV56°61.54%20.39%
CMYK0.00%3.85%61.54%
79.61%

Color #343214 in popluar number systems.

HEX343214
Decimal525020
Binary11010011001010100
Octal646224

Shades and tints

Shades of #343214

#343214
(52,50,20)
#302E13
(48,46,19)
#2C2A12
(44,42,18)
#282611
(40,38,17)
#242210
(36,34,16)
#201E0F
(32,30,15)
#1C1A0E
(28,26,14)
#18160D
(24,22,13)
#14120C
(20,18,12)
#100E0B
(16,14,11)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #343214

#343214
(52,50,20)
#464429
(70,68,41)
#58563E
(88,86,62)
#6A6853
(106,104,83)
#7C7A68
(124,122,104)
#8E8C7D
(142,140,125)
#A09E92
(160,158,146)
#B2B0A7
(178,176,167)
#C4C2BC
(196,194,188)
#D6D4D1
(214,212,209)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343214 color. Also use rgb(52,50,20) instead hex code.

Text Font Color

.myTextColor { color: #343214; }

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

This text font color is #343214.


Background Color

.myBgColor { background-color: #343214; }

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

This div background color is #343214.


Border color

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

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

This div border color is #343214.


Opacity

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

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

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

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

This text has shadow with #343214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343214 on black background.


Color preview on white background

This text has color #343214 on white background.



Black color preview on #343214 background

This text has black color on #343214 background.


White color preview on #343214 background

This text has white color on #343214 background.