COLOR #48521B

HEX: #48521B RGB: (72,82,27)

Color info

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

RGB color model

#48521B color RGB value is (72,82,27).

RGB: (72,82,27) (28%, 32%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 27 of 255 = 11%

72
82
27

R + G + B ~ 24%. #48521B is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 82 + 27 = 181 (100%)
R 72 of 181 ~ 39.78%
G 82 of 181 ~ 45.3%
B 27 of 181 ~ 14.92'%

%39.78
%45.3
%14.92

CMYK color model

#48521B color CMYK value is (12,0,67,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 67.07%
  • key color value is 67.84%

CMYK: (12,0,67,68)
C12M0Y67K68 (12%, 0%, 67%, 68%)
(0.12 / 0.00 / 0.67 / 0.68)

CMYK percentages

%12.2
%0
%67.07
%67.84

Codes

Color #48521B in popluar color models

48 52 1B
RGB 72 82 27
HSL 71° 50.46% 21.37%
HSB/HSV 71° 67.07% 32.16%
CMYK 12.20% 0.00% 67.07%
67.84%

Color #48521B in popluar number systems.

HEX 48 52 1B
Decimal 72 82 27
Binary 1001000 1010010 11011
Octal 110 122 33

Shades and tints

Shades of #48521B

#48521B
(72,82,27)
#424B19
(66,75,25)
#3C4417
(60,68,23)
#363D15
(54,61,21)
#303613
(48,54,19)
#2A2F11
(42,47,17)
#24280F
(36,40,15)
#1E210D
(30,33,13)
#181A0B
(24,26,11)
#121309
(18,19,9)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #48521B

#48521B
(72,82,27)
#58612F
(88,97,47)
#687043
(104,112,67)
#787F57
(120,127,87)
#888E6B
(136,142,107)
#989D7F
(152,157,127)
#A8AC93
(168,172,147)
#B8BBA7
(184,187,167)
#C8CABB
(200,202,187)
#D8D9CF
(216,217,207)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48521B color. Also use rgb(72,82,27) instead hex code.

Text Font Color

.myTextColor { color: #48521B; }

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

This text font color is #48521B.

Background Color

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

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

This div background color is #48521B.

Border color

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

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

This div border color is #48521B.

Opacity

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

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

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

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

This text has shadow with #48521B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48521B.

Preview

Color preview on black background

This text has color #48521B on black background.


Color preview on white background

This text has color #48521B on white background.


Black color preview on #48521B background

This text has black color on #48521B background.


White color preview on #48521B background

This text has white color on #48521B background.


Related colors

Complementary color

Complementary color for #hex is #B7ADE4.


I love getcolorcode.com

Triadic colors

1 #1B4852 and #521B48 with #48521B are triadic colors.

2 #1B5248 and #52481B with #48521B are triadic colors.