COLOR #340F30

HEX: #340F30
RGB: (52,15,48)

Color info

#340F30 contains red, green and blue colors in about the same proportion. Web safe color of #340F30 is #330033 (or #303).

RGB color model

#340F30 color RGB value is (52,15,48).

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

RGB channels and saturation

R 52 of 255 = 20%
G 15 of 255 = 6%
B 48 of 255 = 19%

52
15
48

R + G + B ~ 15%. #340F30 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 15 + 48 = 115 (100%)
R 52 of 115 ~ 45.22%
G 15 of 115 ~ 13.04%
B 48 of 115 ~ 41.74%

%45.22
%13.04
%41.74

CMYK color model

#340F30 color CMYK value is (0,71,8,80).

  • cyan value is 0.00%
  • magenta value is 71.15%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(0,71,8,80)
C0M71Y8K80 
(0%,71%,8%,80%)
(0.00/0.71/0.08/0.80)	

CMYK percentages

%0
%71.15
%7.69
%79.61

Codes

Color #340F30 in popluar color models

340F30
RGB521548
HSL306°55.22%13.14%
HSB/HSV306°71.15%20.39%
CMYK0.00%71.15%7.69%
79.61%

Color #340F30 in popluar number systems.

HEX340F30
Decimal521548
Binary1101001111110000
Octal641760

Shades and tints

Shades of #340F30

#340F30
(52,15,48)
#300E2C
(48,14,44)
#2C0D28
(44,13,40)
#280C24
(40,12,36)
#240B20
(36,11,32)
#200A1C
(32,10,28)
#1C0918
(28,9,24)
#180814
(24,8,20)
#140710
(20,7,16)
#10060C
(16,6,12)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #340F30

#340F30
(52,15,48)
#462442
(70,36,66)
#583954
(88,57,84)
#6A4E66
(106,78,102)
#7C6378
(124,99,120)
#8E788A
(142,120,138)
#A08D9C
(160,141,156)
#B2A2AE
(178,162,174)
#C4B7C0
(196,183,192)
#D6CCD2
(214,204,210)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340F30 color. Also use rgb(52,15,48) instead hex code.

Text Font Color

.myTextColor { color: #340F30; }

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

This text font color is #340F30.


Background Color

.myBgColor { background-color: #340F30; }

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

This div background color is #340F30.


Border color

.myBorderColor { border: 1px solid #340F30; }

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

This div border color is #340F30.


Opacity

.myOpacity80 { color: #340F30; opacity: 0.8; }

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

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

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

This text has shadow with #340F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340F30 on black background.


Color preview on white background

This text has color #340F30 on white background.



Black color preview on #340F30 background

This text has black color on #340F30 background.


White color preview on #340F30 background

This text has white color on #340F30 background.