COLOR #48462C

HEX: #48462C
RGB: (72,70,44)

Color info

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

RGB color model

#48462C color RGB value is (72,70,44).

  • red value is 72;
  • green value is 70;
  • blue value is 44.
RGB:
(72,70,44)
(28%,27%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 44 of 255 = 17%

72
70
44

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 44 = 186 (100%)
R 72 of 186 ~ 38.71%
G 70 of 186 ~ 37.63%
B 44 of 186 ~ 23.66%

%38.71
%37.63
%23.66

CMYK color model

#48462C color CMYK value is (0,3,39,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(0,3,39,72)
C0M3Y39K72 
(0%,3%,39%,72%)
(0.00/0.03/0.39/0.72)	

CMYK percentages

%0
%2.78
%38.89
%71.76

Codes

Color #48462C in popluar color models

48462C
RGB727044
HSL56°24.14%22.75%
HSB/HSV56°38.89%28.24%
CMYK0.00%2.78%38.89%
71.76%

Color #48462C in popluar number systems.

HEX48462C
Decimal727044
Binary10010001000110101100
Octal11010654

Shades and tints

Shades of #48462C

#48462C
(72,70,44)
#424028
(66,64,40)
#3C3A24
(60,58,36)
#363420
(54,52,32)
#302E1C
(48,46,28)
#2A2818
(42,40,24)
#242214
(36,34,20)
#1E1C10
(30,28,16)
#18160C
(24,22,12)
#121008
(18,16,8)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #48462C

#48462C
(72,70,44)
#58563F
(88,86,63)
#686652
(104,102,82)
#787665
(120,118,101)
#888678
(136,134,120)
#98968B
(152,150,139)
#A8A69E
(168,166,158)
#B8B6B1
(184,182,177)
#C8C6C4
(200,198,196)
#D8D6D7
(216,214,215)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48462C color. Also use rgb(72,70,44) instead hex code.

Text Font Color

.myTextColor { color: #48462C; }

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

This text font color is #48462C.


Background Color

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

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

This div background color is #48462C.


Border color

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

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

This div border color is #48462C.


Opacity

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

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

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

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

This text has shadow with #48462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48462C on black background.


Color preview on white background

This text has color #48462C on white background.



Black color preview on #48462C background

This text has black color on #48462C background.


White color preview on #48462C background

This text has white color on #48462C background.