COLOR #48755F

HEX: #48755F
RGB: (72,117,95)

Color info

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

RGB color model

#48755F color RGB value is (72,117,95).

  • red value is 72;
  • green value is 117;
  • blue value is 95.
RGB:
(72,117,95)
(28%,46%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 95 of 255 = 37%

72
117
95

R + G + B ~ 37%. #48755F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 95 = 284 (100%)
R 72 of 284 ~ 25.35%
G 117 of 284 ~ 41.2%
B 95 of 284 ~ 33.45%

%25.35
%41.2
%33.45

CMYK color model

#48755F color CMYK value is (38,0,19,54).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(38,0,19,54)
C38M0Y19K54 
(38%,0%,19%,54%)
(0.38/0.00/0.19/0.54)	

CMYK percentages

%38.46
%0
%18.8
%54.12

Codes

Color #48755F in popluar color models

48755F
RGB7211795
HSL151°23.81%37.06%
HSB/HSV151°38.46%45.88%
CMYK38.46%0.00%18.80%
54.12%

Color #48755F in popluar number systems.

HEX48755F
Decimal7211795
Binary100100011101011011111
Octal110165137

Shades and tints

Shades of #48755F

#48755F
(72,117,95)
#426B57
(66,107,87)
#3C614F
(60,97,79)
#365747
(54,87,71)
#304D3F
(48,77,63)
#2A4337
(42,67,55)
#24392F
(36,57,47)
#1E2F27
(30,47,39)
#18251F
(24,37,31)
#121B17
(18,27,23)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #48755F

#48755F
(72,117,95)
#58816D
(88,129,109)
#688D7B
(104,141,123)
#789989
(120,153,137)
#88A597
(136,165,151)
#98B1A5
(152,177,165)
#A8BDB3
(168,189,179)
#B8C9C1
(184,201,193)
#C8D5CF
(200,213,207)
#D8E1DD
(216,225,221)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48755F color. Also use rgb(72,117,95) instead hex code.

Text Font Color

.myTextColor { color: #48755F; }

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

This text font color is #48755F.


Background Color

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

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

This div background color is #48755F.


Border color

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

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

This div border color is #48755F.


Opacity

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

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

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

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

This text has shadow with #48755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48755F on black background.


Color preview on white background

This text has color #48755F on white background.



Black color preview on #48755F background

This text has black color on #48755F background.


White color preview on #48755F background

This text has white color on #48755F background.