COLOR #48593E

HEX: #48593E
RGB: (72,89,62)

Color info

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

RGB color model

#48593E color RGB value is (72,89,62).

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

RGB channels and saturation

R 72 of 255 = 28%
G 89 of 255 = 35%
B 62 of 255 = 24%

72
89
62

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

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 62 = 223 (100%)
R 72 of 223 ~ 32.29%
G 89 of 223 ~ 39.91%
B 62 of 223 ~ 27.8%

%32.29
%39.91
%27.8

CMYK color model

#48593E color CMYK value is (19,0,30,65).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK: (19,0,30,65) C19M0Y30K65 (19%,0%,30%,65%) (0.19/0.00/0.30/0.65)

CMYK percentages

%19.1
%0
%30.34
%65.1

Codes

Color #48593E in popluar color models

48593E
RGB728962
HSL98°17.88%29.61%
HSB/HSV98°30.34%34.90%
CMYK19.10%0.00%30.34%
65.10%

Color #48593E in popluar number systems.

HEX48593E
Decimal728962
Binary10010001011001111110
Octal11013176

Shades and tints

Shades of #48593E

#48593E
(72,89,62)
#425139
(66,81,57)
#3C4934
(60,73,52)
#36412F
(54,65,47)
#30392A
(48,57,42)
#2A3125
(42,49,37)
#242920
(36,41,32)
#1E211B
(30,33,27)
#181916
(24,25,22)
#121111
(18,17,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #48593E

#48593E
(72,89,62)
#58684F
(88,104,79)
#687760
(104,119,96)
#788671
(120,134,113)
#889582
(136,149,130)
#98A493
(152,164,147)
#A8B3A4
(168,179,164)
#B8C2B5
(184,194,181)
#C8D1C6
(200,209,198)
#D8E0D7
(216,224,215)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48593E; }

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

This text font color is #48593E.


Background Color

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

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

This div background color is #48593E.


Border color

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

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

This div border color is #48593E.


Opacity

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

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

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

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

This text has shadow with #48593E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #48593E on black background.


Color preview on white background

This text has color #48593E on white background.



Black color preview on #48593E background

This text has black color on #48593E background.


White color preview on #48593E background

This text has white color on #48593E background.