COLOR #48514C

HEX: #48514C
RGB: (72,81,76)

Color info

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

RGB color model

#48514C color RGB value is (72,81,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 76 of 255 = 30%

72
81
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 76 = 229 (100%)
R 72 of 229 ~ 31.44%
G 81 of 229 ~ 35.37%
B 76 of 229 ~ 33.19%

%31.44
%35.37
%33.19

CMYK color model

#48514C color CMYK value is (11,0,6,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 68.24%
CMYK:
(11,0,6,68)
C11M0Y6K68 
(11%,0%,6%,68%)
(0.11/0.00/0.06/0.68)	

CMYK percentages

%11.11
%0
%6.17
%68.24

Codes

Color #48514C in popluar color models

48514C
RGB728176
HSL147°5.88%30.00%
HSB/HSV147°11.11%31.76%
CMYK11.11%0.00%6.17%
68.24%

Color #48514C in popluar number systems.

HEX48514C
Decimal728176
Binary100100010100011001100
Octal110121114

Shades and tints

Shades of #48514C

#48514C
(72,81,76)
#424A46
(66,74,70)
#3C4340
(60,67,64)
#363C3A
(54,60,58)
#303534
(48,53,52)
#2A2E2E
(42,46,46)
#242728
(36,39,40)
#1E2022
(30,32,34)
#18191C
(24,25,28)
#121216
(18,18,22)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #48514C

#48514C
(72,81,76)
#58605C
(88,96,92)
#686F6C
(104,111,108)
#787E7C
(120,126,124)
#888D8C
(136,141,140)
#989C9C
(152,156,156)
#A8ABAC
(168,171,172)
#B8BABC
(184,186,188)
#C8C9CC
(200,201,204)
#D8D8DC
(216,216,220)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48514C; }

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

This text font color is #48514C.


Background Color

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

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

This div background color is #48514C.


Border color

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

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

This div border color is #48514C.


Opacity

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

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

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

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

This text has shadow with #48514C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48514C on black background.


Color preview on white background

This text has color #48514C on white background.



Black color preview on #48514C background

This text has black color on #48514C background.


White color preview on #48514C background

This text has white color on #48514C background.