COLOR #48403A

HEX: #48403A RGB: (72,64,58)

Color info

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

RGB color model

#48403A color RGB value is (72,64,58).

RGB: (72,64,58) (28%, 25%, 23%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 58 of 255 = 23%

72
64
58

R + G + B ~ 25%. #48403A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 64 + 58 = 194 (100%)
R 72 of 194 ~ 37.11%
G 64 of 194 ~ 32.99%
B 58 of 194 ~ 29.9'%

%37.11
%32.99
%29.9

CMYK color model

#48403A color CMYK value is (0,11,19,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 19.44%
  • key color value is 71.76%

CMYK: (0,11,19,72)
C0M11Y19K72 (0%, 11%, 19%, 72%)
(0.00 / 0.11 / 0.19 / 0.72)

CMYK percentages

%0
%11.11
%19.44
%71.76

Codes

Color #48403A in popluar color models

48 40 3A
RGB 72 64 58
HSL 26° 10.77% 25.49%
HSB/HSV 26° 19.44% 28.24%
CMYK 0.00% 11.11% 19.44%
71.76%

Color #48403A in popluar number systems.

HEX 48 40 3A
Decimal 72 64 58
Binary 1001000 1000000 111010
Octal 110 100 72

Shades and tints

Shades of #48403A

#48403A
(72,64,58)
#423B35
(66,59,53)
#3C3630
(60,54,48)
#36312B
(54,49,43)
#302C26
(48,44,38)
#2A2721
(42,39,33)
#24221C
(36,34,28)
#1E1D17
(30,29,23)
#181812
(24,24,18)
#12130D
(18,19,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #48403A

#48403A
(72,64,58)
#58514B
(88,81,75)
#68625C
(104,98,92)
#78736D
(120,115,109)
#88847E
(136,132,126)
#98958F
(152,149,143)
#A8A6A0
(168,166,160)
#B8B7B1
(184,183,177)
#C8C8C2
(200,200,194)
#D8D9D3
(216,217,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48403A; }

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

This text font color is #48403A.

Background Color

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

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

This div background color is #48403A.

Border color

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

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

This div border color is #48403A.

Opacity

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

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

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

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

This text has shadow with #48403A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48403A.

Preview

Color preview on black background

This text has color #48403A on black background.


Color preview on white background

This text has color #48403A on white background.


Black color preview on #48403A background

This text has black color on #48403A background.


White color preview on #48403A background

This text has white color on #48403A background.


Related colors

Complementary color

Complementary color for #hex is #B7BFC5.


I love getcolorcode.com

Triadic colors

1 #3A4840 and #403A48 with #48403A are triadic colors.

2 #3A4048 and #40483A with #48403A are triadic colors.