COLOR #48582A

HEX: #48582A
RGB: (72,88,42)

Color info

#48582A contains red, green and blue colors in about the same proportion. Web safe color of #48582A is #336633 (or #363).

RGB color model

#48582A color RGB value is (72,88,42).

  • red value is 72;
  • green value is 88;
  • blue value is 42.
RGB:
(72,88,42)
(28%,35%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 42 of 255 = 16%

72
88
42

R + G + B ~ 26%. #48582A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 42 = 202 (100%)
R 72 of 202 ~ 35.64%
G 88 of 202 ~ 43.56%
B 42 of 202 ~ 20.79%

%35.64
%43.56
%20.79

CMYK color model

#48582A color CMYK value is (18,0,52,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(18,0,52,65)
C18M0Y52K65 
(18%,0%,52%,65%)
(0.18/0.00/0.52/0.65)	

CMYK percentages

%18.18
%0
%52.27
%65.49

Codes

Color #48582A in popluar color models

48582A
RGB728842
HSL81°35.38%25.49%
HSB/HSV81°52.27%34.51%
CMYK18.18%0.00%52.27%
65.49%

Color #48582A in popluar number systems.

HEX48582A
Decimal728842
Binary10010001011000101010
Octal11013052

Shades and tints

Shades of #48582A

#48582A
(72,88,42)
#425027
(66,80,39)
#3C4824
(60,72,36)
#364021
(54,64,33)
#30381E
(48,56,30)
#2A301B
(42,48,27)
#242818
(36,40,24)
#1E2015
(30,32,21)
#181812
(24,24,18)
#12100F
(18,16,15)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #48582A

#48582A
(72,88,42)
#58673D
(88,103,61)
#687650
(104,118,80)
#788563
(120,133,99)
#889476
(136,148,118)
#98A389
(152,163,137)
#A8B29C
(168,178,156)
#B8C1AF
(184,193,175)
#C8D0C2
(200,208,194)
#D8DFD5
(216,223,213)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48582A color. Also use rgb(72,88,42) instead hex code.

Text Font Color

.myTextColor { color: #48582A; }

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

This text font color is #48582A.


Background Color

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

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

This div background color is #48582A.


Border color

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

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

This div border color is #48582A.


Opacity

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

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

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

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

This text has shadow with #48582A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48582A on black background.


Color preview on white background

This text has color #48582A on white background.



Black color preview on #48582A background

This text has black color on #48582A background.


White color preview on #48582A background

This text has white color on #48582A background.