COLOR #30531F

HEX: #30531F
RGB: (48,83,31)

Color info

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

RGB color model

#30531F color RGB value is (48,83,31).

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

RGB channels and saturation

R 48 of 255 = 19%
G 83 of 255 = 33%
B 31 of 255 = 12%

48
83
31

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

Portions of RGB colors in percentages

R + G + B =
48 + 83 + 31 = 162 (100%)
R 48 of 162 ~ 29.63%
G 83 of 162 ~ 51.23%
B 31 of 162 ~ 19.14%

%29.63
%51.23
%19.14

CMYK color model

#30531F color CMYK value is (42,0,63,67).

  • cyan value is 42.17%
  • magenta value is 0.00%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(42,0,63,67)
C42M0Y63K67 
(42%,0%,63%,67%)
(0.42/0.00/0.63/0.67)	

CMYK percentages

%42.17
%0
%62.65
%67.45

Codes

Color #30531F in popluar color models

30531F
RGB488331
HSL100°45.61%22.35%
HSB/HSV100°62.65%32.55%
CMYK42.17%0.00%62.65%
67.45%

Color #30531F in popluar number systems.

HEX30531F
Decimal488331
Binary110000101001111111
Octal6012337

Shades and tints

Shades of #30531F

#30531F
(48,83,31)
#2C4C1D
(44,76,29)
#28451B
(40,69,27)
#243E19
(36,62,25)
#203717
(32,55,23)
#1C3015
(28,48,21)
#182913
(24,41,19)
#142211
(20,34,17)
#101B0F
(16,27,15)
#0C140D
(12,20,13)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #30531F

#30531F
(48,83,31)
#426233
(66,98,51)
#547147
(84,113,71)
#66805B
(102,128,91)
#788F6F
(120,143,111)
#8A9E83
(138,158,131)
#9CAD97
(156,173,151)
#AEBCAB
(174,188,171)
#C0CBBF
(192,203,191)
#D2DAD3
(210,218,211)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30531F; }

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

This text font color is #30531F.


Background Color

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

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

This div background color is #30531F.


Border color

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

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

This div border color is #30531F.


Opacity

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

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

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

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

This text has shadow with #30531F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30531F on black background.


Color preview on white background

This text has color #30531F on white background.



Black color preview on #30531F background

This text has black color on #30531F background.


White color preview on #30531F background

This text has white color on #30531F background.