COLOR #48461A

HEX: #48461A
RGB: (72,70,26)

Color info

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

RGB color model

#48461A color RGB value is (72,70,26).

  • red value is 72;
  • green value is 70;
  • blue value is 26.
RGB:
(72,70,26)
(28%,27%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 26 of 255 = 10%

72
70
26

R + G + B ~ 22%. #48461A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 26 = 168 (100%)
R 72 of 168 ~ 42.86%
G 70 of 168 ~ 41.67%
B 26 of 168 ~ 15.48%

%42.86
%41.67
%15.48

CMYK color model

#48461A color CMYK value is (0,3,64,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,3,64,72)
C0M3Y64K72 
(0%,3%,64%,72%)
(0.00/0.03/0.64/0.72)	

CMYK percentages

%0
%2.78
%63.89
%71.76

Codes

Color #48461A in popluar color models

48461A
RGB727026
HSL57°46.94%19.22%
HSB/HSV57°63.89%28.24%
CMYK0.00%2.78%63.89%
71.76%

Color #48461A in popluar number systems.

HEX48461A
Decimal727026
Binary1001000100011011010
Octal11010632

Shades and tints

Shades of #48461A

#48461A
(72,70,26)
#424018
(66,64,24)
#3C3A16
(60,58,22)
#363414
(54,52,20)
#302E12
(48,46,18)
#2A2810
(42,40,16)
#24220E
(36,34,14)
#1E1C0C
(30,28,12)
#18160A
(24,22,10)
#121008
(18,16,8)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #48461A

#48461A
(72,70,26)
#58562E
(88,86,46)
#686642
(104,102,66)
#787656
(120,118,86)
#88866A
(136,134,106)
#98967E
(152,150,126)
#A8A692
(168,166,146)
#B8B6A6
(184,182,166)
#C8C6BA
(200,198,186)
#D8D6CE
(216,214,206)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48461A color. Also use rgb(72,70,26) instead hex code.

Text Font Color

.myTextColor { color: #48461A; }

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

This text font color is #48461A.


Background Color

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

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

This div background color is #48461A.


Border color

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

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

This div border color is #48461A.


Opacity

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

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

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

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

This text has shadow with #48461A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48461A on black background.


Color preview on white background

This text has color #48461A on white background.



Black color preview on #48461A background

This text has black color on #48461A background.


White color preview on #48461A background

This text has white color on #48461A background.