COLOR #48431F

HEX: #48431F RGB: (72,67,31)

Color info

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

RGB color model

#48431F color RGB value is (72,67,31).

RGB: (72,67,31) (28%, 26%, 12%)

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 31 of 255 = 12%

72
67
31

R + G + B ~ 22%. #48431F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 67 + 31 = 170 (100%)
R 72 of 170 ~ 42.35%
G 67 of 170 ~ 39.41%
B 31 of 170 ~ 18.24'%

%42.35
%39.41
%18.24

CMYK color model

#48431F color CMYK value is (0,7,57,72).

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

CMYK: (0,7,57,72)
C0M7Y57K72 (0%, 7%, 57%, 72%)
(0.00 / 0.07 / 0.57 / 0.72)

CMYK percentages

%0
%6.94
%56.94
%71.76

Codes

Color #48431F in popluar color models

48 43 1F
RGB 72 67 31
HSL 53° 39.81% 20.20%
HSB/HSV 53° 56.94% 28.24%
CMYK 0.00% 6.94% 56.94%
71.76%

Color #48431F in popluar number systems.

HEX 48 43 1F
Decimal 72 67 31
Binary 1001000 1000011 11111
Octal 110 103 37

Shades and tints

Shades of #48431F

#48431F
(72,67,31)
#423D1D
(66,61,29)
#3C371B
(60,55,27)
#363119
(54,49,25)
#302B17
(48,43,23)
#2A2515
(42,37,21)
#241F13
(36,31,19)
#1E1911
(30,25,17)
#18130F
(24,19,15)
#120D0D
(18,13,13)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #48431F

#48431F
(72,67,31)
#585433
(88,84,51)
#686547
(104,101,71)
#78765B
(120,118,91)
#88876F
(136,135,111)
#989883
(152,152,131)
#A8A997
(168,169,151)
#B8BAAB
(184,186,171)
#C8CBBF
(200,203,191)
#D8DCD3
(216,220,211)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48431F; }

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

This text font color is #48431F.

Background Color

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

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

This div background color is #48431F.

Border color

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

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

This div border color is #48431F.

Opacity

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

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

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

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

This text has shadow with #48431F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48431F.

Preview

Color preview on black background

This text has color #48431F on black background.


Color preview on white background

This text has color #48431F on white background.


Black color preview on #48431F background

This text has black color on #48431F background.


White color preview on #48431F background

This text has white color on #48431F background.


Related colors

Complementary color

Complementary color for #hex is #B7BCE0.


I love getcolorcode.com

Triadic colors

1 #1F4843 and #431F48 with #48431F are triadic colors.

2 #1F4348 and #43481F with #48431F are triadic colors.