COLOR #48231F

HEX: #48231F RGB: (72,35,31)

Color info

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

RGB color model

#48231F color RGB value is (72,35,31).

RGB: (72,35,31) (28%, 14%, 12%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 31 of 255 = 12%

72
35
31

R + G + B ~ 18%. #48231F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 35 + 31 = 138 (100%)
R 72 of 138 ~ 52.17%
G 35 of 138 ~ 25.36%
B 31 of 138 ~ 22.46'%

%52.17
%25.36
%22.46

CMYK color model

#48231F color CMYK value is (0,51,57,72).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 56.94%
  • key color value is 71.76%

CMYK: (0,51,57,72)
C0M51Y57K72 (0%, 51%, 57%, 72%)
(0.00 / 0.51 / 0.57 / 0.72)

CMYK percentages

%0
%51.39
%56.94
%71.76

Codes

Color #48231F in popluar color models

48 23 1F
RGB 72 35 31
HSL 39.81% 20.20%
HSB/HSV 56.94% 28.24%
CMYK 0.00% 51.39% 56.94%
71.76%

Color #48231F in popluar number systems.

HEX 48 23 1F
Decimal 72 35 31
Binary 1001000 100011 11111
Octal 110 43 37

Shades and tints

Shades of #48231F

#48231F
(72,35,31)
#42201D
(66,32,29)
#3C1D1B
(60,29,27)
#361A19
(54,26,25)
#301717
(48,23,23)
#2A1415
(42,20,21)
#241113
(36,17,19)
#1E0E11
(30,14,17)
#180B0F
(24,11,15)
#12080D
(18,8,13)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #48231F

#48231F
(72,35,31)
#583733
(88,55,51)
#684B47
(104,75,71)
#785F5B
(120,95,91)
#88736F
(136,115,111)
#988783
(152,135,131)
#A89B97
(168,155,151)
#B8AFAB
(184,175,171)
#C8C3BF
(200,195,191)
#D8D7D3
(216,215,211)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48231F color. Also use rgb(72,35,31) instead hex code.

Text Font Color

.myTextColor { color: #48231F; }

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

This text font color is #48231F.

Background Color

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

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

This div background color is #48231F.

Border color

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

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

This div border color is #48231F.

Opacity

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

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

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

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

This text has shadow with #48231F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48231F.

Preview

Color preview on black background

This text has color #48231F on black background.


Color preview on white background

This text has color #48231F on white background.


Black color preview on #48231F background

This text has black color on #48231F background.


White color preview on #48231F background

This text has white color on #48231F background.


Related colors

Complementary color

Complementary color for #hex is #B7DCE0.


I love getcolorcode.com

Triadic colors

1 #1F4823 and #231F48 with #48231F are triadic colors.

2 #1F2348 and #23481F with #48231F are triadic colors.