COLOR #340316

HEX: #340316
RGB: (52,3,22)

Color info

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

RGB color model

#340316 color RGB value is (52,3,22).

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

RGB channels and saturation

R 52 of 255 = 20%
G 3 of 255 = 1%
B 22 of 255 = 9%

52
3
22

R + G + B ~ 10%. #340316 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 3 + 22 = 77 (100%)
R 52 of 77 ~ 67.53%
G 3 of 77 ~ 3.9%
B 22 of 77 ~ 28.57%

%67.53
%28.57

CMYK color model

#340316 color CMYK value is (0,94,58,80).

  • cyan value is 0.00%
  • magenta value is 94.23%
  • yellow value is 57.69%
  • key color value is 79.61%
CMYK:
(0,94,58,80)
C0M94Y58K80 
(0%,94%,58%,80%)
(0.00/0.94/0.58/0.80)	

CMYK percentages

%0
%94.23
%57.69
%79.61

Codes

Color #340316 in popluar color models

340316
RGB52322
HSL337°89.09%10.78%
HSB/HSV337°94.23%20.39%
CMYK0.00%94.23%57.69%
79.61%

Color #340316 in popluar number systems.

HEX340316
Decimal52322
Binary1101001110110
Octal64326

Shades and tints

Shades of #340316

#340316
(52,3,22)
#300314
(48,3,20)
#2C0312
(44,3,18)
#280310
(40,3,16)
#24030E
(36,3,14)
#20030C
(32,3,12)
#1C030A
(28,3,10)
#180308
(24,3,8)
#140306
(20,3,6)
#100304
(16,3,4)
#0C0302
(12,3,2)
#000000
(0,0,0)

Tints of #340316

#340316
(52,3,22)
#46192B
(70,25,43)
#582F40
(88,47,64)
#6A4555
(106,69,85)
#7C5B6A
(124,91,106)
#8E717F
(142,113,127)
#A08794
(160,135,148)
#B29DA9
(178,157,169)
#C4B3BE
(196,179,190)
#D6C9D3
(214,201,211)
#E8DFE8
(232,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340316; }

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

This text font color is #340316.


Background Color

.myBgColor { background-color: #340316; }

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

This div background color is #340316.


Border color

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

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

This div border color is #340316.


Opacity

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

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

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

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

This text has shadow with #340316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340316 on black background.


Color preview on white background

This text has color #340316 on white background.



Black color preview on #340316 background

This text has black color on #340316 background.


White color preview on #340316 background

This text has white color on #340316 background.