COLOR #48330A

HEX: #48330A
RGB: (72,51,10)

Color info

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

RGB color model

#48330A color RGB value is (72,51,10).

  • red value is 72;
  • green value is 51;
  • blue value is 10.
RGB:
(72,51,10)
(28%,20%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 10 of 255 = 4%

72
51
10

R + G + B ~ 17%. #48330A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 10 = 133 (100%)
R 72 of 133 ~ 54.14%
G 51 of 133 ~ 38.35%
B 10 of 133 ~ 7.52%

%54.14
%38.35

CMYK color model

#48330A color CMYK value is (0,29,86,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(0,29,86,72)
C0M29Y86K72 
(0%,29%,86%,72%)
(0.00/0.29/0.86/0.72)	

CMYK percentages

%0
%29.17
%86.11
%71.76

Codes

Color #48330A in popluar color models

48330A
RGB725110
HSL40°75.61%16.08%
HSB/HSV40°86.11%28.24%
CMYK0.00%29.17%86.11%
71.76%

Color #48330A in popluar number systems.

HEX48330A
Decimal725110
Binary10010001100111010
Octal1106312

Shades and tints

Shades of #48330A

#48330A
(72,51,10)
#422F0A
(66,47,10)
#3C2B0A
(60,43,10)
#36270A
(54,39,10)
#30230A
(48,35,10)
#2A1F0A
(42,31,10)
#241B0A
(36,27,10)
#1E170A
(30,23,10)
#18130A
(24,19,10)
#120F0A
(18,15,10)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #48330A

#48330A
(72,51,10)
#584520
(88,69,32)
#685736
(104,87,54)
#78694C
(120,105,76)
#887B62
(136,123,98)
#988D78
(152,141,120)
#A89F8E
(168,159,142)
#B8B1A4
(184,177,164)
#C8C3BA
(200,195,186)
#D8D5D0
(216,213,208)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48330A color. Also use rgb(72,51,10) instead hex code.

Text Font Color

.myTextColor { color: #48330A; }

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

This text font color is #48330A.


Background Color

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

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

This div background color is #48330A.


Border color

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

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

This div border color is #48330A.


Opacity

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

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

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

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

This text has shadow with #48330A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48330A on black background.


Color preview on white background

This text has color #48330A on white background.



Black color preview on #48330A background

This text has black color on #48330A background.


White color preview on #48330A background

This text has white color on #48330A background.