COLOR #48435F

HEX: #48435F
RGB: (72,67,95)

Color info

#48435F contains red, green and blue colors in about the same proportion. Web safe color of #48435F is #333366 (or #336).

RGB color model

#48435F color RGB value is (72,67,95).

  • red value is 72;
  • green value is 67;
  • blue value is 95.
RGB:
(72,67,95)
(28%,26%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 95 of 255 = 37%

72
67
95

R + G + B ~ 30%. #48435F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 95 = 234 (100%)
R 72 of 234 ~ 30.77%
G 67 of 234 ~ 28.63%
B 95 of 234 ~ 40.6%

%30.77
%28.63
%40.6

CMYK color model

#48435F color CMYK value is (24,29,0,63).

  • cyan value is 24.21%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(24,29,0,63)
C24M29Y0K63 
(24%,29%,0%,63%)
(0.24/0.29/0.00/0.63)	

CMYK percentages

%24.21
%29.47
%0
%62.75

Codes

Color #48435F in popluar color models

48435F
RGB726795
HSL251°17.28%31.76%
HSB/HSV251°29.47%37.25%
CMYK24.21%29.47%0.00%
62.75%

Color #48435F in popluar number systems.

HEX48435F
Decimal726795
Binary100100010000111011111
Octal110103137

Shades and tints

Shades of #48435F

#48435F
(72,67,95)
#423D57
(66,61,87)
#3C374F
(60,55,79)
#363147
(54,49,71)
#302B3F
(48,43,63)
#2A2537
(42,37,55)
#241F2F
(36,31,47)
#1E1927
(30,25,39)
#18131F
(24,19,31)
#120D17
(18,13,23)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #48435F

#48435F
(72,67,95)
#58546D
(88,84,109)
#68657B
(104,101,123)
#787689
(120,118,137)
#888797
(136,135,151)
#9898A5
(152,152,165)
#A8A9B3
(168,169,179)
#B8BAC1
(184,186,193)
#C8CBCF
(200,203,207)
#D8DCDD
(216,220,221)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48435F color. Also use rgb(72,67,95) instead hex code.

Text Font Color

.myTextColor { color: #48435F; }

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

This text font color is #48435F.


Background Color

.myBgColor { background-color: #48435F; }

<div style="background-color:#48435F">Inner text</div>

This div background color is #48435F.


Border color

.myBorderColor { border: 1px solid #48435F; }

<div style="border:3px solid #48435F">Div</div>

This div border color is #48435F.


Opacity

.myOpacity80 { color: #48435F; opacity: 0.8; }

<p style="color:#48435F;opacity:0.8;">80%</p>

Text with #48435F 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 #48435F;}

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

This text has shadow with #48435F color.

.textShadow {text-shadow: 3px 3px 1px #48435F, 3px 3px 1px red;}

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

This text has shadow with #48435F primary color and red secondary color.


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

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

This text has shadow with #48435F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48435F on black background.


Color preview on white background

This text has color #48435F on white background.



Black color preview on #48435F background

This text has black color on #48435F background.


White color preview on #48435F background

This text has white color on #48435F background.