COLOR #48360E

HEX: #48360E
RGB: (72,54,14)

Color info

#48360E contains red, green and blue colors in about the same proportion. Web safe color of #48360E is #333300 (or #330).

RGB color model

#48360E color RGB value is (72,54,14).

  • red value is 72;
  • green value is 54;
  • blue value is 14.
RGB:
(72,54,14)
(28%,21%,5%)

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 14 of 255 = 5%

72
54
14

R + G + B ~ 18%. #48360E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 54 + 14 = 140 (100%)
R 72 of 140 ~ 51.43%
G 54 of 140 ~ 38.57%
B 14 of 140 ~ 10%

%51.43
%38.57
%10

CMYK color model

#48360E color CMYK value is (0,25,81,72).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(0,25,81,72)
C0M25Y81K72 
(0%,25%,81%,72%)
(0.00/0.25/0.81/0.72)	

CMYK percentages

%0
%25
%80.56
%71.76

Codes

Color #48360E in popluar color models

48360E
RGB725414
HSL41°67.44%16.86%
HSB/HSV41°80.56%28.24%
CMYK0.00%25.00%80.56%
71.76%

Color #48360E in popluar number systems.

HEX48360E
Decimal725414
Binary10010001101101110
Octal1106616

Shades and tints

Shades of #48360E

#48360E
(72,54,14)
#42320D
(66,50,13)
#3C2E0C
(60,46,12)
#362A0B
(54,42,11)
#30260A
(48,38,10)
#2A2209
(42,34,9)
#241E08
(36,30,8)
#1E1A07
(30,26,7)
#181606
(24,22,6)
#121205
(18,18,5)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #48360E

#48360E
(72,54,14)
#584823
(88,72,35)
#685A38
(104,90,56)
#786C4D
(120,108,77)
#887E62
(136,126,98)
#989077
(152,144,119)
#A8A28C
(168,162,140)
#B8B4A1
(184,180,161)
#C8C6B6
(200,198,182)
#D8D8CB
(216,216,203)
#E8EAE0
(232,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48360E color. Also use rgb(72,54,14) instead hex code.

Text Font Color

.myTextColor { color: #48360E; }

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

This text font color is #48360E.


Background Color

.myBgColor { background-color: #48360E; }

<div style="background-color:#48360E">Inner text</div>

This div background color is #48360E.


Border color

.myBorderColor { border: 1px solid #48360E; }

<div style="border:3px solid #48360E">Div</div>

This div border color is #48360E.


Opacity

.myOpacity80 { color: #48360E; opacity: 0.8; }

<p style="color:#48360E;opacity:0.8;">80%</p>

Text with #48360E 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 #48360E;}

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

This text has shadow with #48360E color.

.textShadow {text-shadow: 3px 3px 1px #48360E, 3px 3px 1px red;}

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

This text has shadow with #48360E primary color and red secondary color.


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

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

This text has shadow with #48360E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48360E on black background.


Color preview on white background

This text has color #48360E on white background.



Black color preview on #48360E background

This text has black color on #48360E background.


White color preview on #48360E background

This text has white color on #48360E background.