COLOR #48514E

HEX: #48514E
RGB: (72,81,78)

Color info

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

RGB color model

#48514E color RGB value is (72,81,78).

  • red value is 72;
  • green value is 81;
  • blue value is 78.
RGB:
(72,81,78)
(28%,32%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 78 of 255 = 31%

72
81
78

R + G + B ~ 30%. #48514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 78 = 231 (100%)
R 72 of 231 ~ 31.17%
G 81 of 231 ~ 35.06%
B 78 of 231 ~ 33.77%

%31.17
%35.06
%33.77

CMYK color model

#48514E color CMYK value is (11,0,4,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(11,0,4,68)
C11M0Y4K68 
(11%,0%,4%,68%)
(0.11/0.00/0.04/0.68)	

CMYK percentages

%11.11
%0
%3.7
%68.24

Codes

Color #48514E in popluar color models

48514E
RGB728178
HSL160°5.88%30.00%
HSB/HSV160°11.11%31.76%
CMYK11.11%0.00%3.70%
68.24%

Color #48514E in popluar number systems.

HEX48514E
Decimal728178
Binary100100010100011001110
Octal110121116

Shades and tints

Shades of #48514E

#48514E
(72,81,78)
#424A47
(66,74,71)
#3C4340
(60,67,64)
#363C39
(54,60,57)
#303532
(48,53,50)
#2A2E2B
(42,46,43)
#242724
(36,39,36)
#1E201D
(30,32,29)
#181916
(24,25,22)
#12120F
(18,18,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #48514E

#48514E
(72,81,78)
#58605E
(88,96,94)
#686F6E
(104,111,110)
#787E7E
(120,126,126)
#888D8E
(136,141,142)
#989C9E
(152,156,158)
#A8ABAE
(168,171,174)
#B8BABE
(184,186,190)
#C8C9CE
(200,201,206)
#D8D8DE
(216,216,222)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48514E color. Also use rgb(72,81,78) instead hex code.

Text Font Color

.myTextColor { color: #48514E; }

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

This text font color is #48514E.


Background Color

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

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

This div background color is #48514E.


Border color

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

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

This div border color is #48514E.


Opacity

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

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

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

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

This text has shadow with #48514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48514E on black background.


Color preview on white background

This text has color #48514E on white background.



Black color preview on #48514E background

This text has black color on #48514E background.


White color preview on #48514E background

This text has white color on #48514E background.