COLOR #30491E

HEX: #30491E
RGB: (48,73,30)

Color info

#30491E contains red, green and blue colors in about the same proportion. Web safe color of #30491E is #333333 (or #333).

RGB color model

#30491E color RGB value is (48,73,30).

  • red value is 48;
  • green value is 73;
  • blue value is 30.
RGB:
(48,73,30)
(19%,29%,12%)

RGB channels and saturation

R 48 of 255 = 19%
G 73 of 255 = 29%
B 30 of 255 = 12%

48
73
30

R + G + B ~ 20%. #30491E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 73 + 30 = 151 (100%)
R 48 of 151 ~ 31.79%
G 73 of 151 ~ 48.34%
B 30 of 151 ~ 19.87%

%31.79
%48.34
%19.87

CMYK color model

#30491E color CMYK value is (34,0,59,71).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 71.37%
CMYK:
(34,0,59,71)
C34M0Y59K71 
(34%,0%,59%,71%)
(0.34/0.00/0.59/0.71)	

CMYK percentages

%34.25
%0
%58.9
%71.37

Codes

Color #30491E in popluar color models

30491E
RGB487330
HSL95°41.75%20.20%
HSB/HSV95°58.90%28.63%
CMYK34.25%0.00%58.90%
71.37%

Color #30491E in popluar number systems.

HEX30491E
Decimal487330
Binary110000100100111110
Octal6011136

Shades and tints

Shades of #30491E

#30491E
(48,73,30)
#2C431C
(44,67,28)
#283D1A
(40,61,26)
#243718
(36,55,24)
#203116
(32,49,22)
#1C2B14
(28,43,20)
#182512
(24,37,18)
#141F10
(20,31,16)
#10190E
(16,25,14)
#0C130C
(12,19,12)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #30491E

#30491E
(48,73,30)
#425932
(66,89,50)
#546946
(84,105,70)
#66795A
(102,121,90)
#78896E
(120,137,110)
#8A9982
(138,153,130)
#9CA996
(156,169,150)
#AEB9AA
(174,185,170)
#C0C9BE
(192,201,190)
#D2D9D2
(210,217,210)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30491E color. Also use rgb(48,73,30) instead hex code.

Text Font Color

.myTextColor { color: #30491E; }

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

This text font color is #30491E.


Background Color

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

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

This div background color is #30491E.


Border color

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

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

This div border color is #30491E.


Opacity

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

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

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

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

This text has shadow with #30491E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30491E on black background.


Color preview on white background

This text has color #30491E on white background.



Black color preview on #30491E background

This text has black color on #30491E background.


White color preview on #30491E background

This text has white color on #30491E background.