COLOR #48514B

HEX: #48514B
RGB: (72,81,75)

Color info

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

RGB color model

#48514B color RGB value is (72,81,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 75 of 255 = 29%

72
81
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 75 = 228 (100%)
R 72 of 228 ~ 31.58%
G 81 of 228 ~ 35.53%
B 75 of 228 ~ 32.89%

%31.58
%35.53
%32.89

CMYK color model

#48514B color CMYK value is (11,0,7,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(11,0,7,68)
C11M0Y7K68 
(11%,0%,7%,68%)
(0.11/0.00/0.07/0.68)	

CMYK percentages

%11.11
%0
%7.41
%68.24

Codes

Color #48514B in popluar color models

48514B
RGB728175
HSL140°5.88%30.00%
HSB/HSV140°11.11%31.76%
CMYK11.11%0.00%7.41%
68.24%

Color #48514B in popluar number systems.

HEX48514B
Decimal728175
Binary100100010100011001011
Octal110121113

Shades and tints

Shades of #48514B

#48514B
(72,81,75)
#424A45
(66,74,69)
#3C433F
(60,67,63)
#363C39
(54,60,57)
#303533
(48,53,51)
#2A2E2D
(42,46,45)
#242727
(36,39,39)
#1E2021
(30,32,33)
#18191B
(24,25,27)
#121215
(18,18,21)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #48514B

#48514B
(72,81,75)
#58605B
(88,96,91)
#686F6B
(104,111,107)
#787E7B
(120,126,123)
#888D8B
(136,141,139)
#989C9B
(152,156,155)
#A8ABAB
(168,171,171)
#B8BABB
(184,186,187)
#C8C9CB
(200,201,203)
#D8D8DB
(216,216,219)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48514B; }

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

This text font color is #48514B.


Background Color

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

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

This div background color is #48514B.


Border color

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

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

This div border color is #48514B.


Opacity

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

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

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

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

This text has shadow with #48514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48514B on black background.


Color preview on white background

This text has color #48514B on white background.



Black color preview on #48514B background

This text has black color on #48514B background.


White color preview on #48514B background

This text has white color on #48514B background.