COLOR #48604A

HEX: #48604A
RGB: (72,96,74)

Color info

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

RGB color model

#48604A color RGB value is (72,96,74).

  • red value is 72;
  • green value is 96;
  • blue value is 74.
RGB:
(72,96,74)
(28%,38%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 74 of 255 = 29%

72
96
74

R + G + B ~ 32%. #48604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 74 = 242 (100%)
R 72 of 242 ~ 29.75%
G 96 of 242 ~ 39.67%
B 74 of 242 ~ 30.58%

%29.75
%39.67
%30.58

CMYK color model

#48604A color CMYK value is (25,0,23,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(25,0,23,62)
C25M0Y23K62 
(25%,0%,23%,62%)
(0.25/0.00/0.23/0.62)	

CMYK percentages

%25
%0
%22.92
%62.35

Codes

Color #48604A in popluar color models

48604A
RGB729674
HSL125°14.29%32.94%
HSB/HSV125°25.00%37.65%
CMYK25.00%0.00%22.92%
62.35%

Color #48604A in popluar number systems.

HEX48604A
Decimal729674
Binary100100011000001001010
Octal110140112

Shades and tints

Shades of #48604A

#48604A
(72,96,74)
#425844
(66,88,68)
#3C503E
(60,80,62)
#364838
(54,72,56)
#304032
(48,64,50)
#2A382C
(42,56,44)
#243026
(36,48,38)
#1E2820
(30,40,32)
#18201A
(24,32,26)
#121814
(18,24,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #48604A

#48604A
(72,96,74)
#586E5A
(88,110,90)
#687C6A
(104,124,106)
#788A7A
(120,138,122)
#88988A
(136,152,138)
#98A69A
(152,166,154)
#A8B4AA
(168,180,170)
#B8C2BA
(184,194,186)
#C8D0CA
(200,208,202)
#D8DEDA
(216,222,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48604A color. Also use rgb(72,96,74) instead hex code.

Text Font Color

.myTextColor { color: #48604A; }

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

This text font color is #48604A.


Background Color

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

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

This div background color is #48604A.


Border color

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

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

This div border color is #48604A.


Opacity

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

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

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

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

This text has shadow with #48604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48604A on black background.


Color preview on white background

This text has color #48604A on white background.



Black color preview on #48604A background

This text has black color on #48604A background.


White color preview on #48604A background

This text has white color on #48604A background.