COLOR #48463C

HEX: #48463C
RGB: (72,70,60)

Color info

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

RGB color model

#48463C color RGB value is (72,70,60).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 60 of 255 = 24%

72
70
60

R + G + B ~ 26%. #48463C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 60 = 202 (100%)
R 72 of 202 ~ 35.64%
G 70 of 202 ~ 34.65%
B 60 of 202 ~ 29.7%

%35.64
%34.65
%29.7

CMYK color model

#48463C color CMYK value is (0,3,17,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(0,3,17,72)
C0M3Y17K72 
(0%,3%,17%,72%)
(0.00/0.03/0.17/0.72)	

CMYK percentages

%0
%2.78
%16.67
%71.76

Codes

Color #48463C in popluar color models

48463C
RGB727060
HSL50°9.09%25.88%
HSB/HSV50°16.67%28.24%
CMYK0.00%2.78%16.67%
71.76%

Color #48463C in popluar number systems.

HEX48463C
Decimal727060
Binary10010001000110111100
Octal11010674

Shades and tints

Shades of #48463C

#48463C
(72,70,60)
#424037
(66,64,55)
#3C3A32
(60,58,50)
#36342D
(54,52,45)
#302E28
(48,46,40)
#2A2823
(42,40,35)
#24221E
(36,34,30)
#1E1C19
(30,28,25)
#181614
(24,22,20)
#12100F
(18,16,15)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #48463C

#48463C
(72,70,60)
#58564D
(88,86,77)
#68665E
(104,102,94)
#78766F
(120,118,111)
#888680
(136,134,128)
#989691
(152,150,145)
#A8A6A2
(168,166,162)
#B8B6B3
(184,182,179)
#C8C6C4
(200,198,196)
#D8D6D5
(216,214,213)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48463C; }

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

This text font color is #48463C.


Background Color

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

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

This div background color is #48463C.


Border color

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

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

This div border color is #48463C.


Opacity

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

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

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

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

This text has shadow with #48463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48463C on black background.


Color preview on white background

This text has color #48463C on white background.



Black color preview on #48463C background

This text has black color on #48463C background.


White color preview on #48463C background

This text has white color on #48463C background.