COLOR #48534B

HEX: #48534B
RGB: (72,83,75)

Color info

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

RGB color model

#48534B color RGB value is (72,83,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 75 of 255 = 29%

72
83
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 75 = 230 (100%)
R 72 of 230 ~ 31.3%
G 83 of 230 ~ 36.09%
B 75 of 230 ~ 32.61%

%31.3
%36.09
%32.61

CMYK color model

#48534B color CMYK value is (13,0,10,67).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(13,0,10,67)
C13M0Y10K67 
(13%,0%,10%,67%)
(0.13/0.00/0.10/0.67)	

CMYK percentages

%13.25
%0
%9.64
%67.45

Codes

Color #48534B in popluar color models

48534B
RGB728375
HSL136°7.10%30.39%
HSB/HSV136°13.25%32.55%
CMYK13.25%0.00%9.64%
67.45%

Color #48534B in popluar number systems.

HEX48534B
Decimal728375
Binary100100010100111001011
Octal110123113

Shades and tints

Shades of #48534B

#48534B
(72,83,75)
#424C45
(66,76,69)
#3C453F
(60,69,63)
#363E39
(54,62,57)
#303733
(48,55,51)
#2A302D
(42,48,45)
#242927
(36,41,39)
#1E2221
(30,34,33)
#181B1B
(24,27,27)
#121415
(18,20,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #48534B

#48534B
(72,83,75)
#58625B
(88,98,91)
#68716B
(104,113,107)
#78807B
(120,128,123)
#888F8B
(136,143,139)
#989E9B
(152,158,155)
#A8ADAB
(168,173,171)
#B8BCBB
(184,188,187)
#C8CBCB
(200,203,203)
#D8DADB
(216,218,219)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48534B; }

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

This text font color is #48534B.


Background Color

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

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

This div background color is #48534B.


Border color

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

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

This div border color is #48534B.


Opacity

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

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

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

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

This text has shadow with #48534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48534B on black background.


Color preview on white background

This text has color #48534B on white background.



Black color preview on #48534B background

This text has black color on #48534B background.


White color preview on #48534B background

This text has white color on #48534B background.