COLOR #48741F

HEX: #48741F
RGB: (72,116,31)

Color info

#48741F contains mainly red and green colors. Web safe color of #48741F is #336633 (or #363).

RGB color model

#48741F color RGB value is (72,116,31).

  • red value is 72;
  • green value is 116;
  • blue value is 31.
RGB:
(72,116,31)
(28%,45%,12%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 31 of 255 = 12%

72
116
31

R + G + B ~ 28%. #48741F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 31 = 219 (100%)
R 72 of 219 ~ 32.88%
G 116 of 219 ~ 52.97%
B 31 of 219 ~ 14.16%

%32.88
%52.97
%14.16

CMYK color model

#48741F color CMYK value is (38,0,73,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 73.28%
  • key color value is 54.51%
CMYK:
(38,0,73,55)
C38M0Y73K55 
(38%,0%,73%,55%)
(0.38/0.00/0.73/0.55)	

CMYK percentages

%37.93
%0
%73.28
%54.51

Codes

Color #48741F in popluar color models

48741F
RGB7211631
HSL91°57.82%28.82%
HSB/HSV91°73.28%45.49%
CMYK37.93%0.00%73.28%
54.51%

Color #48741F in popluar number systems.

HEX48741F
Decimal7211631
Binary1001000111010011111
Octal11016437

Shades and tints

Shades of #48741F

#48741F
(72,116,31)
#426A1D
(66,106,29)
#3C601B
(60,96,27)
#365619
(54,86,25)
#304C17
(48,76,23)
#2A4215
(42,66,21)
#243813
(36,56,19)
#1E2E11
(30,46,17)
#18240F
(24,36,15)
#121A0D
(18,26,13)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #48741F

#48741F
(72,116,31)
#588033
(88,128,51)
#688C47
(104,140,71)
#78985B
(120,152,91)
#88A46F
(136,164,111)
#98B083
(152,176,131)
#A8BC97
(168,188,151)
#B8C8AB
(184,200,171)
#C8D4BF
(200,212,191)
#D8E0D3
(216,224,211)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48741F color. Also use rgb(72,116,31) instead hex code.

Text Font Color

.myTextColor { color: #48741F; }

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

This text font color is #48741F.


Background Color

.myBgColor { background-color: #48741F; }

<div style="background-color:#48741F">Inner text</div>

This div background color is #48741F.


Border color

.myBorderColor { border: 1px solid #48741F; }

<div style="border:3px solid #48741F">Div</div>

This div border color is #48741F.


Opacity

.myOpacity80 { color: #48741F; opacity: 0.8; }

<p style="color:#48741F;opacity:0.8;">80%</p>

Text with #48741F 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 #48741F;}

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

This text has shadow with #48741F color.

.textShadow {text-shadow: 3px 3px 1px #48741F, 3px 3px 1px red;}

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

This text has shadow with #48741F primary color and red secondary color.


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

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

This text has shadow with #48741F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48741F on black background.


Color preview on white background

This text has color #48741F on white background.



Black color preview on #48741F background

This text has black color on #48741F background.


White color preview on #48741F background

This text has white color on #48741F background.