COLOR #48310C

HEX: #48310C RGB: (72,49,12)

Color info

#48310C contains mainly red and green colors. Web safe color of #48310C is #333300 (or #330).

RGB color model

#48310C color RGB value is (72,49,12).

RGB: (72,49,12) (28%, 19%, 5%)

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 12 of 255 = 5%

72
49
12

R + G + B ~ 17%. #48310C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 49 + 12 = 133 (100%)
R 72 of 133 ~ 54.14%
G 49 of 133 ~ 36.84%
B 12 of 133 ~ 9.02'%

%54.14
%36.84

CMYK color model

#48310C color CMYK value is (0,32,83,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 83.33%
  • key color value is 71.76%

CMYK: (0,32,83,72)
C0M32Y83K72 (0%, 32%, 83%, 72%)
(0.00 / 0.32 / 0.83 / 0.72)

CMYK percentages

%0
%31.94
%83.33
%71.76

Codes

Color #48310C in popluar color models

48 31 0C
RGB 72 49 12
HSL 37° 71.43% 16.47%
HSB/HSV 37° 83.33% 28.24%
CMYK 0.00% 31.94% 83.33%
71.76%

Color #48310C in popluar number systems.

HEX 48 31 0C
Decimal 72 49 12
Binary 1001000 110001 1100
Octal 110 61 14

Shades and tints

Shades of #48310C

#48310C
(72,49,12)
#422D0B
(66,45,11)
#3C290A
(60,41,10)
#362509
(54,37,9)
#302108
(48,33,8)
#2A1D07
(42,29,7)
#241906
(36,25,6)
#1E1505
(30,21,5)
#181104
(24,17,4)
#120D03
(18,13,3)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #48310C

#48310C
(72,49,12)
#584322
(88,67,34)
#685538
(104,85,56)
#78674E
(120,103,78)
#887964
(136,121,100)
#988B7A
(152,139,122)
#A89D90
(168,157,144)
#B8AFA6
(184,175,166)
#C8C1BC
(200,193,188)
#D8D3D2
(216,211,210)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48310C color. Also use rgb(72,49,12) instead hex code.

Text Font Color

.myTextColor { color: #48310C; }

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

This text font color is #48310C.

Background Color

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

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

This div background color is #48310C.

Border color

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

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

This div border color is #48310C.

Opacity

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

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

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

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

This text has shadow with #48310C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48310C.

Preview

Color preview on black background

This text has color #48310C on black background.


Color preview on white background

This text has color #48310C on white background.


Black color preview on #48310C background

This text has black color on #48310C background.


White color preview on #48310C background

This text has white color on #48310C background.


Related colors

Complementary color

Complementary color for #hex is #B7CEF3.


I love getcolorcode.com

Triadic colors

1 #0C4831 and #310C48 with #48310C are triadic colors.

2 #0C3148 and #31480C with #48310C are triadic colors.