COLOR #30821A

HEX: #30821A
RGB: (48,130,26)

Color info

#30821A contains mainly green color. Web safe color of #30821A is #339900 (or #390).

RGB color model

#30821A color RGB value is (48,130,26).

  • red value is 48;
  • green value is 130;
  • blue value is 26.
RGB:
(48,130,26)
(19%,51%,10%)

RGB channels and saturation

R 48 of 255 = 19%
G 130 of 255 = 51%
B 26 of 255 = 10%

48
130
26

R + G + B ~ 27%. #30821A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 130 + 26 = 204 (100%)
R 48 of 204 ~ 23.53%
G 130 of 204 ~ 63.73%
B 26 of 204 ~ 12.75%

%23.53
%63.73
%12.75

CMYK color model

#30821A color CMYK value is (63,0,80,49).

  • cyan value is 63.08%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 49.02%
CMYK:
(63,0,80,49)
C63M0Y80K49 
(63%,0%,80%,49%)
(0.63/0.00/0.80/0.49)	

CMYK percentages

%63.08
%0
%80
%49.02

Codes

Color #30821A in popluar color models

30821A
RGB4813026
HSL107°66.67%30.59%
HSB/HSV107°80.00%50.98%
CMYK63.08%0.00%80.00%
49.02%

Color #30821A in popluar number systems.

HEX30821A
Decimal4813026
Binary1100001000001011010
Octal6020232

Shades and tints

Shades of #30821A

#30821A
(48,130,26)
#2C7718
(44,119,24)
#286C16
(40,108,22)
#246114
(36,97,20)
#205612
(32,86,18)
#1C4B10
(28,75,16)
#18400E
(24,64,14)
#14350C
(20,53,12)
#102A0A
(16,42,10)
#0C1F08
(12,31,8)
#081406
(8,20,6)
#000000
(0,0,0)

Tints of #30821A

#30821A
(48,130,26)
#428D2E
(66,141,46)
#549842
(84,152,66)
#66A356
(102,163,86)
#78AE6A
(120,174,106)
#8AB97E
(138,185,126)
#9CC492
(156,196,146)
#AECFA6
(174,207,166)
#C0DABA
(192,218,186)
#D2E5CE
(210,229,206)
#E4F0E2
(228,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30821A color. Also use rgb(48,130,26) instead hex code.

Text Font Color

.myTextColor { color: #30821A; }

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

This text font color is #30821A.


Background Color

.myBgColor { background-color: #30821A; }

<div style="background-color:#30821A">Inner text</div>

This div background color is #30821A.


Border color

.myBorderColor { border: 1px solid #30821A; }

<div style="border:3px solid #30821A">Div</div>

This div border color is #30821A.


Opacity

.myOpacity80 { color: #30821A; opacity: 0.8; }

<p style="color:#30821A;opacity:0.8;">80%</p>

Text with #30821A 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 #30821A;}

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

This text has shadow with #30821A color.

.textShadow {text-shadow: 3px 3px 1px #30821A, 3px 3px 1px red;}

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

This text has shadow with #30821A primary color and red secondary color.


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

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

This text has shadow with #30821A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30821A on black background.


Color preview on white background

This text has color #30821A on white background.



Black color preview on #30821A background

This text has black color on #30821A background.


White color preview on #30821A background

This text has white color on #30821A background.