COLOR #341313

HEX: #341313
RGB: (52,19,19)

Color info

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

RGB color model

#341313 color RGB value is (52,19,19).

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

RGB channels and saturation

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

52
19
19

R + G + B ~ 11%. #341313 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 19 + 19 = 90 (100%)
R 52 of 90 ~ 57.78%
G 19 of 90 ~ 21.11%
B 19 of 90 ~ 21.11%

%57.78
%21.11
%21.11

CMYK color model

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

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

CMYK percentages

%0
%63.46
%63.46
%79.61

Codes

Color #341313 in popluar color models

341313
RGB521919
HSL46.48%13.92%
HSB/HSV63.46%20.39%
CMYK0.00%63.46%63.46%
79.61%

Color #341313 in popluar number systems.

HEX341313
Decimal521919
Binary1101001001110011
Octal642323

Shades and tints

Shades of #341313

#341313
(52,19,19)
#301212
(48,18,18)
#2C1111
(44,17,17)
#281010
(40,16,16)
#240F0F
(36,15,15)
#200E0E
(32,14,14)
#1C0D0D
(28,13,13)
#180C0C
(24,12,12)
#140B0B
(20,11,11)
#100A0A
(16,10,10)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #341313

#341313
(52,19,19)
#462828
(70,40,40)
#583D3D
(88,61,61)
#6A5252
(106,82,82)
#7C6767
(124,103,103)
#8E7C7C
(142,124,124)
#A09191
(160,145,145)
#B2A6A6
(178,166,166)
#C4BBBB
(196,187,187)
#D6D0D0
(214,208,208)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341313; }

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

This text font color is #341313.


Background Color

.myBgColor { background-color: #341313; }

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

This div background color is #341313.


Border color

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

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

This div border color is #341313.


Opacity

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

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

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

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

This text has shadow with #341313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341313 on black background.


Color preview on white background

This text has color #341313 on white background.



Black color preview on #341313 background

This text has black color on #341313 background.


White color preview on #341313 background

This text has white color on #341313 background.