COLOR #30501F

HEX: #30501F
RGB: (48,80,31)

Color info

#30501F contains red, green and blue colors in about the same proportion. Web safe color of #30501F is #336633 (or #363).

RGB color model

#30501F color RGB value is (48,80,31).

  • red value is 48;
  • green value is 80;
  • blue value is 31.
RGB:
(48,80,31)
(19%,31%,12%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 31 of 255 = 12%

48
80
31

R + G + B ~ 21%. #30501F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 31 = 159 (100%)
R 48 of 159 ~ 30.19%
G 80 of 159 ~ 50.31%
B 31 of 159 ~ 19.5%

%30.19
%50.31
%19.5

CMYK color model

#30501F color CMYK value is (40,0,61,69).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(40,0,61,69)
C40M0Y61K69 
(40%,0%,61%,69%)
(0.40/0.00/0.61/0.69)	

CMYK percentages

%40
%0
%61.25
%68.63

Codes

Color #30501F in popluar color models

30501F
RGB488031
HSL99°44.14%21.76%
HSB/HSV99°61.25%31.37%
CMYK40.00%0.00%61.25%
68.63%

Color #30501F in popluar number systems.

HEX30501F
Decimal488031
Binary110000101000011111
Octal6012037

Shades and tints

Shades of #30501F

#30501F
(48,80,31)
#2C491D
(44,73,29)
#28421B
(40,66,27)
#243B19
(36,59,25)
#203417
(32,52,23)
#1C2D15
(28,45,21)
#182613
(24,38,19)
#141F11
(20,31,17)
#10180F
(16,24,15)
#0C110D
(12,17,13)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #30501F

#30501F
(48,80,31)
#425F33
(66,95,51)
#546E47
(84,110,71)
#667D5B
(102,125,91)
#788C6F
(120,140,111)
#8A9B83
(138,155,131)
#9CAA97
(156,170,151)
#AEB9AB
(174,185,171)
#C0C8BF
(192,200,191)
#D2D7D3
(210,215,211)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30501F color. Also use rgb(48,80,31) instead hex code.

Text Font Color

.myTextColor { color: #30501F; }

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

This text font color is #30501F.


Background Color

.myBgColor { background-color: #30501F; }

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

This div background color is #30501F.


Border color

.myBorderColor { border: 1px solid #30501F; }

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

This div border color is #30501F.


Opacity

.myOpacity80 { color: #30501F; opacity: 0.8; }

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

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

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

This text has shadow with #30501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30501F on black background.


Color preview on white background

This text has color #30501F on white background.



Black color preview on #30501F background

This text has black color on #30501F background.


White color preview on #30501F background

This text has white color on #30501F background.