COLOR #48784F

HEX: #48784F
RGB: (72,120,79)

Color info

#48784F contains red, green and blue colors in about the same proportion. Web safe color of #48784F is #336666 (or #366).

RGB color model

#48784F color RGB value is (72,120,79).

  • red value is 72;
  • green value is 120;
  • blue value is 79.
RGB:
(72,120,79)
(28%,47%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 120 of 255 = 47%
B 79 of 255 = 31%

72
120
79

R + G + B ~ 35%. #48784F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 120 + 79 = 271 (100%)
R 72 of 271 ~ 26.57%
G 120 of 271 ~ 44.28%
B 79 of 271 ~ 29.15%

%26.57
%44.28
%29.15

CMYK color model

#48784F color CMYK value is (40,0,34,53).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(40,0,34,53)
C40M0Y34K53 
(40%,0%,34%,53%)
(0.40/0.00/0.34/0.53)	

CMYK percentages

%40
%0
%34.17
%52.94

Codes

Color #48784F in popluar color models

48784F
RGB7212079
HSL129°25.00%37.65%
HSB/HSV129°40.00%47.06%
CMYK40.00%0.00%34.17%
52.94%

Color #48784F in popluar number systems.

HEX48784F
Decimal7212079
Binary100100011110001001111
Octal110170117

Shades and tints

Shades of #48784F

#48784F
(72,120,79)
#426E48
(66,110,72)
#3C6441
(60,100,65)
#365A3A
(54,90,58)
#305033
(48,80,51)
#2A462C
(42,70,44)
#243C25
(36,60,37)
#1E321E
(30,50,30)
#182817
(24,40,23)
#121E10
(18,30,16)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #48784F

#48784F
(72,120,79)
#58845F
(88,132,95)
#68906F
(104,144,111)
#789C7F
(120,156,127)
#88A88F
(136,168,143)
#98B49F
(152,180,159)
#A8C0AF
(168,192,175)
#B8CCBF
(184,204,191)
#C8D8CF
(200,216,207)
#D8E4DF
(216,228,223)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48784F color. Also use rgb(72,120,79) instead hex code.

Text Font Color

.myTextColor { color: #48784F; }

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

This text font color is #48784F.


Background Color

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

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

This div background color is #48784F.


Border color

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

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

This div border color is #48784F.


Opacity

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

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

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

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

This text has shadow with #48784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48784F on black background.


Color preview on white background

This text has color #48784F on white background.



Black color preview on #48784F background

This text has black color on #48784F background.


White color preview on #48784F background

This text has white color on #48784F background.