COLOR #340730

HEX: #340730
RGB: (52,7,48)

Color info

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

RGB color model

#340730 color RGB value is (52,7,48).

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

RGB channels and saturation

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

52
7
48

R + G + B ~ 14%. #340730 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 7 + 48 = 107 (100%)
R 52 of 107 ~ 48.6%
G 7 of 107 ~ 6.54%
B 48 of 107 ~ 44.86%

%48.6
%44.86

CMYK color model

#340730 color CMYK value is (0,87,8,80).

  • cyan value is 0.00%
  • magenta value is 86.54%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(0,87,8,80)
C0M87Y8K80 
(0%,87%,8%,80%)
(0.00/0.87/0.08/0.80)	

CMYK percentages

%0
%86.54
%7.69
%79.61

Codes

Color #340730 in popluar color models

340730
RGB52748
HSL305°76.27%11.57%
HSB/HSV305°86.54%20.39%
CMYK0.00%86.54%7.69%
79.61%

Color #340730 in popluar number systems.

HEX340730
Decimal52748
Binary110100111110000
Octal64760

Shades and tints

Shades of #340730

#340730
(52,7,48)
#30072C
(48,7,44)
#2C0728
(44,7,40)
#280724
(40,7,36)
#240720
(36,7,32)
#20071C
(32,7,28)
#1C0718
(28,7,24)
#180714
(24,7,20)
#140710
(20,7,16)
#10070C
(16,7,12)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #340730

#340730
(52,7,48)
#461D42
(70,29,66)
#583354
(88,51,84)
#6A4966
(106,73,102)
#7C5F78
(124,95,120)
#8E758A
(142,117,138)
#A08B9C
(160,139,156)
#B2A1AE
(178,161,174)
#C4B7C0
(196,183,192)
#D6CDD2
(214,205,210)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340730; }

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

This text font color is #340730.


Background Color

.myBgColor { background-color: #340730; }

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

This div background color is #340730.


Border color

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

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

This div border color is #340730.


Opacity

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

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

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

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

This text has shadow with #340730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340730 on black background.


Color preview on white background

This text has color #340730 on white background.



Black color preview on #340730 background

This text has black color on #340730 background.


White color preview on #340730 background

This text has white color on #340730 background.