COLOR #341216

HEX: #341216
RGB: (52,18,22)

Color info

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

RGB color model

#341216 color RGB value is (52,18,22).

  • red value is 52;
  • green value is 18;
  • blue value is 22.
RGB:
(52,18,22)
(20%,7%,9%)

RGB channels and saturation

R 52 of 255 = 20%
G 18 of 255 = 7%
B 22 of 255 = 9%

52
18
22

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

Portions of RGB colors in percentages

R + G + B =
52 + 18 + 22 = 92 (100%)
R 52 of 92 ~ 56.52%
G 18 of 92 ~ 19.57%
B 22 of 92 ~ 23.91%

%56.52
%19.57
%23.91

CMYK color model

#341216 color CMYK value is (0,65,58,80).

  • cyan value is 0.00%
  • magenta value is 65.38%
  • yellow value is 57.69%
  • key color value is 79.61%
CMYK:
(0,65,58,80)
C0M65Y58K80 
(0%,65%,58%,80%)
(0.00/0.65/0.58/0.80)	

CMYK percentages

%0
%65.38
%57.69
%79.61

Codes

Color #341216 in popluar color models

341216
RGB521822
HSL353°48.57%13.73%
HSB/HSV353°65.38%20.39%
CMYK0.00%65.38%57.69%
79.61%

Color #341216 in popluar number systems.

HEX341216
Decimal521822
Binary1101001001010110
Octal642226

Shades and tints

Shades of #341216

#341216
(52,18,22)
#301114
(48,17,20)
#2C1012
(44,16,18)
#280F10
(40,15,16)
#240E0E
(36,14,14)
#200D0C
(32,13,12)
#1C0C0A
(28,12,10)
#180B08
(24,11,8)
#140A06
(20,10,6)
#100904
(16,9,4)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #341216

#341216
(52,18,22)
#46272B
(70,39,43)
#583C40
(88,60,64)
#6A5155
(106,81,85)
#7C666A
(124,102,106)
#8E7B7F
(142,123,127)
#A09094
(160,144,148)
#B2A5A9
(178,165,169)
#C4BABE
(196,186,190)
#D6CFD3
(214,207,211)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341216 color. Also use rgb(52,18,22) instead hex code.

Text Font Color

.myTextColor { color: #341216; }

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

This text font color is #341216.


Background Color

.myBgColor { background-color: #341216; }

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

This div background color is #341216.


Border color

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

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

This div border color is #341216.


Opacity

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

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

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

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

This text has shadow with #341216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341216 on black background.


Color preview on white background

This text has color #341216 on white background.



Black color preview on #341216 background

This text has black color on #341216 background.


White color preview on #341216 background

This text has white color on #341216 background.