COLOR #48551C

HEX: #48551C RGB: (72,85,28)

Color info

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

RGB color model

#48551C color RGB value is (72,85,28).

RGB: (72,85,28) (28%, 33%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 28 of 255 = 11%

72
85
28

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

Portions of RGB colors in percentages

R + G + B = 72 + 85 + 28 = 185 (100%)
R 72 of 185 ~ 38.92%
G 85 of 185 ~ 45.95%
B 28 of 185 ~ 15.14'%

%38.92
%45.95
%15.14

CMYK color model

#48551C color CMYK value is (15,0,67,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 67.06%
  • key color value is 66.67%

CMYK: (15,0,67,67)
C15M0Y67K67 (15%, 0%, 67%, 67%)
(0.15 / 0.00 / 0.67 / 0.67)

CMYK percentages

%15.29
%0
%67.06
%66.67

Codes

Color #48551C in popluar color models

48 55 1C
RGB 72 85 28
HSL 74° 50.44% 22.16%
HSB/HSV 74° 67.06% 33.33%
CMYK 15.29% 0.00% 67.06%
66.67%

Color #48551C in popluar number systems.

HEX 48 55 1C
Decimal 72 85 28
Binary 1001000 1010101 11100
Octal 110 125 34

Shades and tints

Shades of #48551C

#48551C
(72,85,28)
#424E1A
(66,78,26)
#3C4718
(60,71,24)
#364016
(54,64,22)
#303914
(48,57,20)
#2A3212
(42,50,18)
#242B10
(36,43,16)
#1E240E
(30,36,14)
#181D0C
(24,29,12)
#12160A
(18,22,10)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #48551C

#48551C
(72,85,28)
#586430
(88,100,48)
#687344
(104,115,68)
#788258
(120,130,88)
#88916C
(136,145,108)
#98A080
(152,160,128)
#A8AF94
(168,175,148)
#B8BEA8
(184,190,168)
#C8CDBC
(200,205,188)
#D8DCD0
(216,220,208)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48551C color. Also use rgb(72,85,28) instead hex code.

Text Font Color

.myTextColor { color: #48551C; }

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

This text font color is #48551C.

Background Color

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

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

This div background color is #48551C.

Border color

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

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

This div border color is #48551C.

Opacity

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

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

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

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

This text has shadow with #48551C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48551C.

Preview

Color preview on black background

This text has color #48551C on black background.


Color preview on white background

This text has color #48551C on white background.


Black color preview on #48551C background

This text has black color on #48551C background.


White color preview on #48551C background

This text has white color on #48551C background.


Related colors

Complementary color

Complementary color for #hex is #B7AAE3.


I love getcolorcode.com

Triadic colors

1 #1C4855 and #551C48 with #48551C are triadic colors.

2 #1C5548 and #55481C with #48551C are triadic colors.