COLOR #30531C

HEX: #30531C
RGB: (48,83,28)

Color info

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

RGB color model

#30531C color RGB value is (48,83,28).

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

RGB channels and saturation

R 48 of 255 = 19%
G 83 of 255 = 33%
B 28 of 255 = 11%

48
83
28

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

Portions of RGB colors in percentages

R + G + B =
48 + 83 + 28 = 159 (100%)
R 48 of 159 ~ 30.19%
G 83 of 159 ~ 52.2%
B 28 of 159 ~ 17.61%

%30.19
%52.2
%17.61

CMYK color model

#30531C color CMYK value is (42,0,66,67).

  • cyan value is 42.17%
  • magenta value is 0.00%
  • yellow value is 66.27%
  • key color value is 67.45%
CMYK:
(42,0,66,67)
C42M0Y66K67 
(42%,0%,66%,67%)
(0.42/0.00/0.66/0.67)	

CMYK percentages

%42.17
%0
%66.27
%67.45

Codes

Color #30531C in popluar color models

30531C
RGB488328
HSL98°49.55%21.76%
HSB/HSV98°66.27%32.55%
CMYK42.17%0.00%66.27%
67.45%

Color #30531C in popluar number systems.

HEX30531C
Decimal488328
Binary110000101001111100
Octal6012334

Shades and tints

Shades of #30531C

#30531C
(48,83,28)
#2C4C1A
(44,76,26)
#284518
(40,69,24)
#243E16
(36,62,22)
#203714
(32,55,20)
#1C3012
(28,48,18)
#182910
(24,41,16)
#14220E
(20,34,14)
#101B0C
(16,27,12)
#0C140A
(12,20,10)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #30531C

#30531C
(48,83,28)
#426230
(66,98,48)
#547144
(84,113,68)
#668058
(102,128,88)
#788F6C
(120,143,108)
#8A9E80
(138,158,128)
#9CAD94
(156,173,148)
#AEBCA8
(174,188,168)
#C0CBBC
(192,203,188)
#D2DAD0
(210,218,208)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30531C; }

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

This text font color is #30531C.


Background Color

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

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

This div background color is #30531C.


Border color

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

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

This div border color is #30531C.


Opacity

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

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

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

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

This text has shadow with #30531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30531C on black background.


Color preview on white background

This text has color #30531C on white background.



Black color preview on #30531C background

This text has black color on #30531C background.


White color preview on #30531C background

This text has white color on #30531C background.