COLOR #48452A

HEX: #48452A
RGB: (72,69,42)

Color info

#48452A contains red, green and blue colors in about the same proportion. Web safe color of #48452A is #333333 (or #333).

RGB color model

#48452A color RGB value is (72,69,42).

  • red value is 72;
  • green value is 69;
  • blue value is 42.
RGB:
(72,69,42)
(28%,27%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 42 of 255 = 16%

72
69
42

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 42 = 183 (100%)
R 72 of 183 ~ 39.34%
G 69 of 183 ~ 37.7%
B 42 of 183 ~ 22.95%

%39.34
%37.7
%22.95

CMYK color model

#48452A color CMYK value is (0,4,42,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(0,4,42,72)
C0M4Y42K72 
(0%,4%,42%,72%)
(0.00/0.04/0.42/0.72)	

CMYK percentages

%0
%4.17
%41.67
%71.76

Codes

Color #48452A in popluar color models

48452A
RGB726942
HSL54°26.32%22.35%
HSB/HSV54°41.67%28.24%
CMYK0.00%4.17%41.67%
71.76%

Color #48452A in popluar number systems.

HEX48452A
Decimal726942
Binary10010001000101101010
Octal11010552

Shades and tints

Shades of #48452A

#48452A
(72,69,42)
#423F27
(66,63,39)
#3C3924
(60,57,36)
#363321
(54,51,33)
#302D1E
(48,45,30)
#2A271B
(42,39,27)
#242118
(36,33,24)
#1E1B15
(30,27,21)
#181512
(24,21,18)
#120F0F
(18,15,15)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #48452A

#48452A
(72,69,42)
#58553D
(88,85,61)
#686550
(104,101,80)
#787563
(120,117,99)
#888576
(136,133,118)
#989589
(152,149,137)
#A8A59C
(168,165,156)
#B8B5AF
(184,181,175)
#C8C5C2
(200,197,194)
#D8D5D5
(216,213,213)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48452A color. Also use rgb(72,69,42) instead hex code.

Text Font Color

.myTextColor { color: #48452A; }

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

This text font color is #48452A.


Background Color

.myBgColor { background-color: #48452A; }

<div style="background-color:#48452A">Inner text</div>

This div background color is #48452A.


Border color

.myBorderColor { border: 1px solid #48452A; }

<div style="border:3px solid #48452A">Div</div>

This div border color is #48452A.


Opacity

.myOpacity80 { color: #48452A; opacity: 0.8; }

<p style="color:#48452A;opacity:0.8;">80%</p>

Text with #48452A 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 #48452A;}

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

This text has shadow with #48452A color.

.textShadow {text-shadow: 3px 3px 1px #48452A, 3px 3px 1px red;}

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

This text has shadow with #48452A primary color and red secondary color.


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

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

This text has shadow with #48452A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48452A on black background.


Color preview on white background

This text has color #48452A on white background.



Black color preview on #48452A background

This text has black color on #48452A background.


White color preview on #48452A background

This text has white color on #48452A background.