COLOR #48593A

HEX: #48593A
RGB: (72,89,58)

Color info

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

RGB color model

#48593A color RGB value is (72,89,58).

  • red value is 72;
  • green value is 89;
  • blue value is 58.
RGB:
(72,89,58)
(28%,35%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 89 of 255 = 35%
B 58 of 255 = 23%

72
89
58

R + G + B ~ 29%. #48593A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 58 = 219 (100%)
R 72 of 219 ~ 32.88%
G 89 of 219 ~ 40.64%
B 58 of 219 ~ 26.48%

%32.88
%40.64
%26.48

CMYK color model

#48593A color CMYK value is (19,0,35,65).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(19,0,35,65)
C19M0Y35K65 
(19%,0%,35%,65%)
(0.19/0.00/0.35/0.65)	

CMYK percentages

%19.1
%0
%34.83
%65.1

Codes

Color #48593A in popluar color models

48593A
RGB728958
HSL93°21.09%28.82%
HSB/HSV93°34.83%34.90%
CMYK19.10%0.00%34.83%
65.10%

Color #48593A in popluar number systems.

HEX48593A
Decimal728958
Binary10010001011001111010
Octal11013172

Shades and tints

Shades of #48593A

#48593A
(72,89,58)
#425135
(66,81,53)
#3C4930
(60,73,48)
#36412B
(54,65,43)
#303926
(48,57,38)
#2A3121
(42,49,33)
#24291C
(36,41,28)
#1E2117
(30,33,23)
#181912
(24,25,18)
#12110D
(18,17,13)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #48593A

#48593A
(72,89,58)
#58684B
(88,104,75)
#68775C
(104,119,92)
#78866D
(120,134,109)
#88957E
(136,149,126)
#98A48F
(152,164,143)
#A8B3A0
(168,179,160)
#B8C2B1
(184,194,177)
#C8D1C2
(200,209,194)
#D8E0D3
(216,224,211)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48593A color. Also use rgb(72,89,58) instead hex code.

Text Font Color

.myTextColor { color: #48593A; }

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

This text font color is #48593A.


Background Color

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

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

This div background color is #48593A.


Border color

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

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

This div border color is #48593A.


Opacity

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

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

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

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

This text has shadow with #48593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48593A on black background.


Color preview on white background

This text has color #48593A on white background.



Black color preview on #48593A background

This text has black color on #48593A background.


White color preview on #48593A background

This text has white color on #48593A background.