COLOR #48043A

HEX: #48043A
RGB: (72,4,58)

Color info

#48043A contains mainly red and blue colors. Web safe color of #48043A is #330033 (or #303).

RGB color model

#48043A color RGB value is (72,4,58).

  • red value is 72;
  • green value is 4;
  • blue value is 58.
RGB:
(72,4,58)
(28%,2%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 4 of 255 = 2%
B 58 of 255 = 23%

72
4
58

R + G + B ~ 18%. #48043A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 4 + 58 = 134 (100%)
R 72 of 134 ~ 53.73%
G 4 of 134 ~ 2.99%
B 58 of 134 ~ 43.28%

%53.73
%43.28

CMYK color model

#48043A color CMYK value is (0,94,19,72).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,94,19,72)
C0M94Y19K72 
(0%,94%,19%,72%)
(0.00/0.94/0.19/0.72)	

CMYK percentages

%0
%94.44
%19.44
%71.76

Codes

Color #48043A in popluar color models

48043A
RGB72458
HSL312°89.47%14.90%
HSB/HSV312°94.44%28.24%
CMYK0.00%94.44%19.44%
71.76%

Color #48043A in popluar number systems.

HEX48043A
Decimal72458
Binary1001000100111010
Octal110472

Shades and tints

Shades of #48043A

#48043A
(72,4,58)
#420435
(66,4,53)
#3C0430
(60,4,48)
#36042B
(54,4,43)
#300426
(48,4,38)
#2A0421
(42,4,33)
#24041C
(36,4,28)
#1E0417
(30,4,23)
#180412
(24,4,18)
#12040D
(18,4,13)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #48043A

#48043A
(72,4,58)
#581A4B
(88,26,75)
#68305C
(104,48,92)
#78466D
(120,70,109)
#885C7E
(136,92,126)
#98728F
(152,114,143)
#A888A0
(168,136,160)
#B89EB1
(184,158,177)
#C8B4C2
(200,180,194)
#D8CAD3
(216,202,211)
#E8E0E4
(232,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48043A color. Also use rgb(72,4,58) instead hex code.

Text Font Color

.myTextColor { color: #48043A; }

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

This text font color is #48043A.


Background Color

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

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

This div background color is #48043A.


Border color

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

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

This div border color is #48043A.


Opacity

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

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

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

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

This text has shadow with #48043A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48043A on black background.


Color preview on white background

This text has color #48043A on white background.



Black color preview on #48043A background

This text has black color on #48043A background.


White color preview on #48043A background

This text has white color on #48043A background.