COLOR #30520E

HEX: #30520E
RGB: (48,82,14)

Color info

#30520E contains mainly red and green colors. Web safe color of #30520E is #336600 (or #360).

RGB color model

#30520E color RGB value is (48,82,14).

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

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 14 of 255 = 5%

48
82
14

R + G + B ~ 19%. #30520E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 82 + 14 = 144 (100%)
R 48 of 144 ~ 33.33%
G 82 of 144 ~ 56.94%
B 14 of 144 ~ 9.72%

%33.33
%56.94
%9.72

CMYK color model

#30520E color CMYK value is (41,0,83,68).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 82.93%
  • key color value is 67.84%
CMYK:
(41,0,83,68)
C41M0Y83K68 
(41%,0%,83%,68%)
(0.41/0.00/0.83/0.68)	

CMYK percentages

%41.46
%0
%82.93
%67.84

Codes

Color #30520E in popluar color models

30520E
RGB488214
HSL90°70.83%18.82%
HSB/HSV90°82.93%32.16%
CMYK41.46%0.00%82.93%
67.84%

Color #30520E in popluar number systems.

HEX30520E
Decimal488214
Binary11000010100101110
Octal6012216

Shades and tints

Shades of #30520E

#30520E
(48,82,14)
#2C4B0D
(44,75,13)
#28440C
(40,68,12)
#243D0B
(36,61,11)
#20360A
(32,54,10)
#1C2F09
(28,47,9)
#182808
(24,40,8)
#142107
(20,33,7)
#101A06
(16,26,6)
#0C1305
(12,19,5)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #30520E

#30520E
(48,82,14)
#426123
(66,97,35)
#547038
(84,112,56)
#667F4D
(102,127,77)
#788E62
(120,142,98)
#8A9D77
(138,157,119)
#9CAC8C
(156,172,140)
#AEBBA1
(174,187,161)
#C0CAB6
(192,202,182)
#D2D9CB
(210,217,203)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30520E; }

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

This text font color is #30520E.


Background Color

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

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

This div background color is #30520E.


Border color

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

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

This div border color is #30520E.


Opacity

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

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

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

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

This text has shadow with #30520E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30520E on black background.


Color preview on white background

This text has color #30520E on white background.



Black color preview on #30520E background

This text has black color on #30520E background.


White color preview on #30520E background

This text has white color on #30520E background.