COLOR #48465A

HEX: #48465A
RGB: (72,70,90)

Color info

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

RGB color model

#48465A color RGB value is (72,70,90).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 90 of 255 = 35%

72
70
90

R + G + B ~ 30%. #48465A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 90 = 232 (100%)
R 72 of 232 ~ 31.03%
G 70 of 232 ~ 30.17%
B 90 of 232 ~ 38.79%

%31.03
%30.17
%38.79

CMYK color model

#48465A color CMYK value is (20,22,0,65).

  • cyan value is 20.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(20,22,0,65)
C20M22Y0K65 
(20%,22%,0%,65%)
(0.20/0.22/0.00/0.65)	

CMYK percentages

%20
%22.22
%0
%64.71

Codes

Color #48465A in popluar color models

48465A
RGB727090
HSL246°12.50%31.37%
HSB/HSV246°22.22%35.29%
CMYK20.00%22.22%0.00%
64.71%

Color #48465A in popluar number systems.

HEX48465A
Decimal727090
Binary100100010001101011010
Octal110106132

Shades and tints

Shades of #48465A

#48465A
(72,70,90)
#424052
(66,64,82)
#3C3A4A
(60,58,74)
#363442
(54,52,66)
#302E3A
(48,46,58)
#2A2832
(42,40,50)
#24222A
(36,34,42)
#1E1C22
(30,28,34)
#18161A
(24,22,26)
#121012
(18,16,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #48465A

#48465A
(72,70,90)
#585669
(88,86,105)
#686678
(104,102,120)
#787687
(120,118,135)
#888696
(136,134,150)
#9896A5
(152,150,165)
#A8A6B4
(168,166,180)
#B8B6C3
(184,182,195)
#C8C6D2
(200,198,210)
#D8D6E1
(216,214,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48465A color. Also use rgb(72,70,90) instead hex code.

Text Font Color

.myTextColor { color: #48465A; }

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

This text font color is #48465A.


Background Color

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

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

This div background color is #48465A.


Border color

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

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

This div border color is #48465A.


Opacity

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

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

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

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

This text has shadow with #48465A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48465A on black background.


Color preview on white background

This text has color #48465A on white background.



Black color preview on #48465A background

This text has black color on #48465A background.


White color preview on #48465A background

This text has white color on #48465A background.