COLOR #48821B

HEX: #48821B RGB: (72,130,27)

Color info

#48821B contains mainly red and green colors. Web safe color of #48821B is #339933 (or #393).

RGB color model

#48821B color RGB value is (72,130,27).

RGB: (72,130,27) (28%, 51%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 27 of 255 = 11%

72
130
27

R + G + B ~ 30%. #48821B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 130 + 27 = 229 (100%)
R 72 of 229 ~ 31.44%
G 130 of 229 ~ 56.77%
B 27 of 229 ~ 11.79'%

%31.44
%56.77
%11.79

CMYK color model

#48821B color CMYK value is (45,0,79,49).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 79.23%
  • key color value is 49.02%

CMYK: (45,0,79,49)
C45M0Y79K49 (45%, 0%, 79%, 49%)
(0.45 / 0.00 / 0.79 / 0.49)

CMYK percentages

%44.62
%0
%79.23
%49.02

Codes

Color #48821B in popluar color models

48 82 1B
RGB 72 130 27
HSL 94° 65.61% 30.78%
HSB/HSV 94° 79.23% 50.98%
CMYK 44.62% 0.00% 79.23%
49.02%

Color #48821B in popluar number systems.

HEX 48 82 1B
Decimal 72 130 27
Binary 1001000 10000010 11011
Octal 110 202 33

Shades and tints

Shades of #48821B

#48821B
(72,130,27)
#427719
(66,119,25)
#3C6C17
(60,108,23)
#366115
(54,97,21)
#305613
(48,86,19)
#2A4B11
(42,75,17)
#24400F
(36,64,15)
#1E350D
(30,53,13)
#182A0B
(24,42,11)
#121F09
(18,31,9)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #48821B

#48821B
(72,130,27)
#588D2F
(88,141,47)
#689843
(104,152,67)
#78A357
(120,163,87)
#88AE6B
(136,174,107)
#98B97F
(152,185,127)
#A8C493
(168,196,147)
#B8CFA7
(184,207,167)
#C8DABB
(200,218,187)
#D8E5CF
(216,229,207)
#E8F0E3
(232,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48821B color. Also use rgb(72,130,27) instead hex code.

Text Font Color

.myTextColor { color: #48821B; }

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

This text font color is #48821B.

Background Color

.myBgColor { background-color: #48821B; }

<div style="background-color:#48821B">Inner text</div>

This div background color is #48821B.

Border color

.myBorderColor { border: 1px solid #48821B; }

<div style="border:3px solid #48821B">Div</div>

This div border color is #48821B.

Opacity

.myOpacity80 { color: #48821B; opacity: 0.8; }

<p style="color:#48821B;opacity:0.8;">80%</p>

Text with #48821B 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 #48821B;}

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

This text has shadow with #48821B color.


.textShadow {text-shadow: 3px 3px 1px #48821B', 3px 3px 1px red;}

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

This text has shadow with #48821B primary color and red secondary color.


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

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

This text has shadow with #48821B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48821B; -webkit-box-shadow: 1px 1px 3px 2px #48821B; box-shadow:1px 1px 3px 2px #48821B;">
Div content here
</div>

This div box has shadow with color #48821B.

Preview

Color preview on black background

This text has color #48821B on black background.


Color preview on white background

This text has color #48821B on white background.


Black color preview on #48821B background

This text has black color on #48821B background.


White color preview on #48821B background

This text has white color on #48821B background.


Related colors

Complementary color

Complementary color for #hex is #B77DE4.


I love getcolorcode.com

Triadic colors

1 #1B4882 and #821B48 with #48821B are triadic colors.

2 #1B8248 and #82481B with #48821B are triadic colors.