COLOR #48761A

HEX: #48761A
RGB: (72,118,26)

Color info

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

RGB color model

#48761A color RGB value is (72,118,26).

  • red value is 72;
  • green value is 118;
  • blue value is 26.
RGB:
(72,118,26)
(28%,46%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 26 of 255 = 10%

72
118
26

R + G + B ~ 28%. #48761A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 26 = 216 (100%)
R 72 of 216 ~ 33.33%
G 118 of 216 ~ 54.63%
B 26 of 216 ~ 12.04%

%33.33
%54.63
%12.04

CMYK color model

#48761A color CMYK value is (39,0,78,54).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 53.73%
CMYK:
(39,0,78,54)
C39M0Y78K54 
(39%,0%,78%,54%)
(0.39/0.00/0.78/0.54)	

CMYK percentages

%38.98
%0
%77.97
%53.73

Codes

Color #48761A in popluar color models

48761A
RGB7211826
HSL90°63.89%28.24%
HSB/HSV90°77.97%46.27%
CMYK38.98%0.00%77.97%
53.73%

Color #48761A in popluar number systems.

HEX48761A
Decimal7211826
Binary1001000111011011010
Octal11016632

Shades and tints

Shades of #48761A

#48761A
(72,118,26)
#426C18
(66,108,24)
#3C6216
(60,98,22)
#365814
(54,88,20)
#304E12
(48,78,18)
#2A4410
(42,68,16)
#243A0E
(36,58,14)
#1E300C
(30,48,12)
#18260A
(24,38,10)
#121C08
(18,28,8)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #48761A

#48761A
(72,118,26)
#58822E
(88,130,46)
#688E42
(104,142,66)
#789A56
(120,154,86)
#88A66A
(136,166,106)
#98B27E
(152,178,126)
#A8BE92
(168,190,146)
#B8CAA6
(184,202,166)
#C8D6BA
(200,214,186)
#D8E2CE
(216,226,206)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48761A color. Also use rgb(72,118,26) instead hex code.

Text Font Color

.myTextColor { color: #48761A; }

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

This text font color is #48761A.


Background Color

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

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

This div background color is #48761A.


Border color

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

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

This div border color is #48761A.


Opacity

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

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

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

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

This text has shadow with #48761A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48761A on black background.


Color preview on white background

This text has color #48761A on white background.



Black color preview on #48761A background

This text has black color on #48761A background.


White color preview on #48761A background

This text has white color on #48761A background.