COLOR #341514

HEX: #341514
RGB: (52,21,20)

Color info

#341514 contains red, green and blue colors in about the same proportion. Web safe color of #341514 is #330000 (or #300).

RGB color model

#341514 color RGB value is (52,21,20).

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

RGB channels and saturation

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

52
21
20

R + G + B ~ 12%. #341514 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 21 + 20 = 93 (100%)
R 52 of 93 ~ 55.91%
G 21 of 93 ~ 22.58%
B 20 of 93 ~ 21.51%

%55.91
%22.58
%21.51

CMYK color model

#341514 color CMYK value is (0,60,62,80).

  • cyan value is 0.00%
  • magenta value is 59.62%
  • yellow value is 61.54%
  • key color value is 79.61%
CMYK:
(0,60,62,80)
C0M60Y62K80 
(0%,60%,62%,80%)
(0.00/0.60/0.62/0.80)	

CMYK percentages

%0
%59.62
%61.54
%79.61

Codes

Color #341514 in popluar color models

341514
RGB522120
HSL44.44%14.12%
HSB/HSV61.54%20.39%
CMYK0.00%59.62%61.54%
79.61%

Color #341514 in popluar number systems.

HEX341514
Decimal522120
Binary1101001010110100
Octal642524

Shades and tints

Shades of #341514

#341514
(52,21,20)
#301413
(48,20,19)
#2C1312
(44,19,18)
#281211
(40,18,17)
#241110
(36,17,16)
#20100F
(32,16,15)
#1C0F0E
(28,15,14)
#180E0D
(24,14,13)
#140D0C
(20,13,12)
#100C0B
(16,12,11)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #341514

#341514
(52,21,20)
#462A29
(70,42,41)
#583F3E
(88,63,62)
#6A5453
(106,84,83)
#7C6968
(124,105,104)
#8E7E7D
(142,126,125)
#A09392
(160,147,146)
#B2A8A7
(178,168,167)
#C4BDBC
(196,189,188)
#D6D2D1
(214,210,209)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341514; }

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

This text font color is #341514.


Background Color

.myBgColor { background-color: #341514; }

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

This div background color is #341514.


Border color

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

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

This div border color is #341514.


Opacity

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

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

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

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

This text has shadow with #341514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341514 on black background.


Color preview on white background

This text has color #341514 on white background.



Black color preview on #341514 background

This text has black color on #341514 background.


White color preview on #341514 background

This text has white color on #341514 background.