COLOR #48775E

HEX: #48775E
RGB: (72,119,94)

Color info

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

RGB color model

#48775E color RGB value is (72,119,94).

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

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 94 of 255 = 37%

72
119
94

R + G + B ~ 37%. #48775E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 94 = 285 (100%)
R 72 of 285 ~ 25.26%
G 119 of 285 ~ 41.75%
B 94 of 285 ~ 32.98%

%25.26
%41.75
%32.98

CMYK color model

#48775E color CMYK value is (39,0,21,53).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(39,0,21,53)
C39M0Y21K53 
(39%,0%,21%,53%)
(0.39/0.00/0.21/0.53)	

CMYK percentages

%39.5
%0
%21.01
%53.33

Codes

Color #48775E in popluar color models

48775E
RGB7211994
HSL148°24.61%37.45%
HSB/HSV148°39.50%46.67%
CMYK39.50%0.00%21.01%
53.33%

Color #48775E in popluar number systems.

HEX48775E
Decimal7211994
Binary100100011101111011110
Octal110167136

Shades and tints

Shades of #48775E

#48775E
(72,119,94)
#426D56
(66,109,86)
#3C634E
(60,99,78)
#365946
(54,89,70)
#304F3E
(48,79,62)
#2A4536
(42,69,54)
#243B2E
(36,59,46)
#1E3126
(30,49,38)
#18271E
(24,39,30)
#121D16
(18,29,22)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #48775E

#48775E
(72,119,94)
#58836C
(88,131,108)
#688F7A
(104,143,122)
#789B88
(120,155,136)
#88A796
(136,167,150)
#98B3A4
(152,179,164)
#A8BFB2
(168,191,178)
#B8CBC0
(184,203,192)
#C8D7CE
(200,215,206)
#D8E3DC
(216,227,220)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48775E color. Also use rgb(72,119,94) instead hex code.

Text Font Color

.myTextColor { color: #48775E; }

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

This text font color is #48775E.


Background Color

.myBgColor { background-color: #48775E; }

<div style="background-color:#48775E">Inner text</div>

This div background color is #48775E.


Border color

.myBorderColor { border: 1px solid #48775E; }

<div style="border:3px solid #48775E">Div</div>

This div border color is #48775E.


Opacity

.myOpacity80 { color: #48775E; opacity: 0.8; }

<p style="color:#48775E;opacity:0.8;">80%</p>

Text with #48775E 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 #48775E;}

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

This text has shadow with #48775E color.

.textShadow {text-shadow: 3px 3px 1px #48775E, 3px 3px 1px red;}

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

This text has shadow with #48775E primary color and red secondary color.


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

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

This text has shadow with #48775E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48775E on black background.


Color preview on white background

This text has color #48775E on white background.



Black color preview on #48775E background

This text has black color on #48775E background.


White color preview on #48775E background

This text has white color on #48775E background.