COLOR #341316

HEX: #341316
RGB: (52,19,22)

Color info

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

RGB color model

#341316 color RGB value is (52,19,22).

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

RGB channels and saturation

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

52
19
22

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

Portions of RGB colors in percentages

R + G + B =
52 + 19 + 22 = 93 (100%)
R 52 of 93 ~ 55.91%
G 19 of 93 ~ 20.43%
B 22 of 93 ~ 23.66%

%55.91
%20.43
%23.66

CMYK color model

#341316 color CMYK value is (0,63,58,80).

  • cyan value is 0.00%
  • magenta value is 63.46%
  • yellow value is 57.69%
  • key color value is 79.61%
CMYK:
(0,63,58,80)
C0M63Y58K80 
(0%,63%,58%,80%)
(0.00/0.63/0.58/0.80)	

CMYK percentages

%0
%63.46
%57.69
%79.61

Codes

Color #341316 in popluar color models

341316
RGB521922
HSL355°46.48%13.92%
HSB/HSV355°63.46%20.39%
CMYK0.00%63.46%57.69%
79.61%

Color #341316 in popluar number systems.

HEX341316
Decimal521922
Binary1101001001110110
Octal642326

Shades and tints

Shades of #341316

#341316
(52,19,22)
#301214
(48,18,20)
#2C1112
(44,17,18)
#281010
(40,16,16)
#240F0E
(36,15,14)
#200E0C
(32,14,12)
#1C0D0A
(28,13,10)
#180C08
(24,12,8)
#140B06
(20,11,6)
#100A04
(16,10,4)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #341316

#341316
(52,19,22)
#46282B
(70,40,43)
#583D40
(88,61,64)
#6A5255
(106,82,85)
#7C676A
(124,103,106)
#8E7C7F
(142,124,127)
#A09194
(160,145,148)
#B2A6A9
(178,166,169)
#C4BBBE
(196,187,190)
#D6D0D3
(214,208,211)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341316; }

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

This text font color is #341316.


Background Color

.myBgColor { background-color: #341316; }

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

This div background color is #341316.


Border color

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

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

This div border color is #341316.


Opacity

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

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

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

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

This text has shadow with #341316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341316 on black background.


Color preview on white background

This text has color #341316 on white background.



Black color preview on #341316 background

This text has black color on #341316 background.


White color preview on #341316 background

This text has white color on #341316 background.