COLOR #48774C

HEX: #48774C
RGB: (72,119,76)

Color info

#48774C contains red, green and blue colors in about the same proportion. Web safe color of #48774C is #336633 (or #363).

RGB color model

#48774C color RGB value is (72,119,76).

  • red value is 72;
  • green value is 119;
  • blue value is 76.
RGB:
(72,119,76)
(28%,47%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 76 of 255 = 30%

72
119
76

R + G + B ~ 35%. #48774C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 76 = 267 (100%)
R 72 of 267 ~ 26.97%
G 119 of 267 ~ 44.57%
B 76 of 267 ~ 28.46%

%26.97
%44.57
%28.46

CMYK color model

#48774C color CMYK value is (39,0,36,53).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(39,0,36,53)
C39M0Y36K53 
(39%,0%,36%,53%)
(0.39/0.00/0.36/0.53)	

CMYK percentages

%39.5
%0
%36.13
%53.33

Codes

Color #48774C in popluar color models

48774C
RGB7211976
HSL125°24.61%37.45%
HSB/HSV125°39.50%46.67%
CMYK39.50%0.00%36.13%
53.33%

Color #48774C in popluar number systems.

HEX48774C
Decimal7211976
Binary100100011101111001100
Octal110167114

Shades and tints

Shades of #48774C

#48774C
(72,119,76)
#426D46
(66,109,70)
#3C6340
(60,99,64)
#36593A
(54,89,58)
#304F34
(48,79,52)
#2A452E
(42,69,46)
#243B28
(36,59,40)
#1E3122
(30,49,34)
#18271C
(24,39,28)
#121D16
(18,29,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #48774C

#48774C
(72,119,76)
#58835C
(88,131,92)
#688F6C
(104,143,108)
#789B7C
(120,155,124)
#88A78C
(136,167,140)
#98B39C
(152,179,156)
#A8BFAC
(168,191,172)
#B8CBBC
(184,203,188)
#C8D7CC
(200,215,204)
#D8E3DC
(216,227,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48774C color. Also use rgb(72,119,76) instead hex code.

Text Font Color

.myTextColor { color: #48774C; }

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

This text font color is #48774C.


Background Color

.myBgColor { background-color: #48774C; }

<div style="background-color:#48774C">Inner text</div>

This div background color is #48774C.


Border color

.myBorderColor { border: 1px solid #48774C; }

<div style="border:3px solid #48774C">Div</div>

This div border color is #48774C.


Opacity

.myOpacity80 { color: #48774C; opacity: 0.8; }

<p style="color:#48774C;opacity:0.8;">80%</p>

Text with #48774C 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 #48774C;}

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

This text has shadow with #48774C color.

.textShadow {text-shadow: 3px 3px 1px #48774C, 3px 3px 1px red;}

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

This text has shadow with #48774C primary color and red secondary color.


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

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

This text has shadow with #48774C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48774C on black background.


Color preview on white background

This text has color #48774C on white background.



Black color preview on #48774C background

This text has black color on #48774C background.


White color preview on #48774C background

This text has white color on #48774C background.