COLOR #48103C

HEX: #48103C RGB: (72,16,60)

Color info

#48103C contains red, green and blue colors in about the same proportion. Web safe color of #48103C is #330033 (or #303).

RGB color model

#48103C color RGB value is (72,16,60).

RGB: (72,16,60) (28%, 6%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 16 of 255 = 6%
B 60 of 255 = 24%

72
16
60

R + G + B ~ 19%. #48103C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 16 + 60 = 148 (100%)
R 72 of 148 ~ 48.65%
G 16 of 148 ~ 10.81%
B 60 of 148 ~ 40.54'%

%48.65
%10.81
%40.54

CMYK color model

#48103C color CMYK value is (0,78,17,72).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 16.67%
  • key color value is 71.76%

CMYK: (0,78,17,72)
C0M78Y17K72 (0%, 78%, 17%, 72%)
(0.00 / 0.78 / 0.17 / 0.72)

CMYK percentages

%0
%77.78
%16.67
%71.76

Codes

Color #48103C in popluar color models

48 10 3C
RGB 72 16 60
HSL 313° 63.64% 17.25%
HSB/HSV 313° 77.78% 28.24%
CMYK 0.00% 77.78% 16.67%
71.76%

Color #48103C in popluar number systems.

HEX 48 10 3C
Decimal 72 16 60
Binary 1001000 10000 111100
Octal 110 20 74

Shades and tints

Shades of #48103C

#48103C
(72,16,60)
#420F37
(66,15,55)
#3C0E32
(60,14,50)
#360D2D
(54,13,45)
#300C28
(48,12,40)
#2A0B23
(42,11,35)
#240A1E
(36,10,30)
#1E0919
(30,9,25)
#180814
(24,8,20)
#12070F
(18,7,15)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #48103C

#48103C
(72,16,60)
#58254D
(88,37,77)
#683A5E
(104,58,94)
#784F6F
(120,79,111)
#886480
(136,100,128)
#987991
(152,121,145)
#A88EA2
(168,142,162)
#B8A3B3
(184,163,179)
#C8B8C4
(200,184,196)
#D8CDD5
(216,205,213)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48103C; }

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

This text font color is #48103C.

Background Color

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

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

This div background color is #48103C.

Border color

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

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

This div border color is #48103C.

Opacity

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

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

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

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

This text has shadow with #48103C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48103C.

Preview

Color preview on black background

This text has color #48103C on black background.


Color preview on white background

This text has color #48103C on white background.


Black color preview on #48103C background

This text has black color on #48103C background.


White color preview on #48103C background

This text has white color on #48103C background.


Related colors

Complementary color

Complementary color for #hex is #B7EFC3.


I love getcolorcode.com

Triadic colors

1 #3C4810 and #103C48 with #48103C are triadic colors.

2 #3C1048 and #10483C with #48103C are triadic colors.