COLOR #30340E

HEX: #30340E
RGB: (48,52,14)

Color info

#30340E contains red, green and blue colors in about the same proportion. Web safe color of #30340E is #333300 (or #330).

RGB color model

#30340E color RGB value is (48,52,14).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 14 of 255 = 5%

48
52
14

R + G + B ~ 15%. #30340E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 14 = 114 (100%)
R 48 of 114 ~ 42.11%
G 52 of 114 ~ 45.61%
B 14 of 114 ~ 12.28%

%42.11
%45.61
%12.28

CMYK color model

#30340E color CMYK value is (8,0,73,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 79.61%
CMYK:
(8,0,73,80)
C8M0Y73K80 
(8%,0%,73%,80%)
(0.08/0.00/0.73/0.80)	

CMYK percentages

%7.69
%0
%73.08
%79.61

Codes

Color #30340E in popluar color models

30340E
RGB485214
HSL66°57.58%12.94%
HSB/HSV66°73.08%20.39%
CMYK7.69%0.00%73.08%
79.61%

Color #30340E in popluar number systems.

HEX30340E
Decimal485214
Binary1100001101001110
Octal606416

Shades and tints

Shades of #30340E

#30340E
(48,52,14)
#2C300D
(44,48,13)
#282C0C
(40,44,12)
#24280B
(36,40,11)
#20240A
(32,36,10)
#1C2009
(28,32,9)
#181C08
(24,28,8)
#141807
(20,24,7)
#101406
(16,20,6)
#0C1005
(12,16,5)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #30340E

#30340E
(48,52,14)
#424623
(66,70,35)
#545838
(84,88,56)
#666A4D
(102,106,77)
#787C62
(120,124,98)
#8A8E77
(138,142,119)
#9CA08C
(156,160,140)
#AEB2A1
(174,178,161)
#C0C4B6
(192,196,182)
#D2D6CB
(210,214,203)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30340E; }

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

This text font color is #30340E.


Background Color

.myBgColor { background-color: #30340E; }

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

This div background color is #30340E.


Border color

.myBorderColor { border: 1px solid #30340E; }

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

This div border color is #30340E.


Opacity

.myOpacity80 { color: #30340E; opacity: 0.8; }

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

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

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

This text has shadow with #30340E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30340E on black background.


Color preview on white background

This text has color #30340E on white background.



Black color preview on #30340E background

This text has black color on #30340E background.


White color preview on #30340E background

This text has white color on #30340E background.