COLOR #48644A

HEX: #48644A
RGB: (72,100,74)

Color info

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

RGB color model

#48644A color RGB value is (72,100,74).

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

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 74 of 255 = 29%

72
100
74

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

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 74 = 246 (100%)
R 72 of 246 ~ 29.27%
G 100 of 246 ~ 40.65%
B 74 of 246 ~ 30.08%

%29.27
%40.65
%30.08

CMYK color model

#48644A color CMYK value is (28,0,26,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(28,0,26,61)
C28M0Y26K61 
(28%,0%,26%,61%)
(0.28/0.00/0.26/0.61)	

CMYK percentages

%28
%0
%26
%60.78

Codes

Color #48644A in popluar color models

48644A
RGB7210074
HSL124°16.28%33.73%
HSB/HSV124°28.00%39.22%
CMYK28.00%0.00%26.00%
60.78%

Color #48644A in popluar number systems.

HEX48644A
Decimal7210074
Binary100100011001001001010
Octal110144112

Shades and tints

Shades of #48644A

#48644A
(72,100,74)
#425B44
(66,91,68)
#3C523E
(60,82,62)
#364938
(54,73,56)
#304032
(48,64,50)
#2A372C
(42,55,44)
#242E26
(36,46,38)
#1E2520
(30,37,32)
#181C1A
(24,28,26)
#121314
(18,19,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #48644A

#48644A
(72,100,74)
#58725A
(88,114,90)
#68806A
(104,128,106)
#788E7A
(120,142,122)
#889C8A
(136,156,138)
#98AA9A
(152,170,154)
#A8B8AA
(168,184,170)
#B8C6BA
(184,198,186)
#C8D4CA
(200,212,202)
#D8E2DA
(216,226,218)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48644A; }

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

This text font color is #48644A.


Background Color

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

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

This div background color is #48644A.


Border color

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

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

This div border color is #48644A.


Opacity

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

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

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

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

This text has shadow with #48644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48644A on black background.


Color preview on white background

This text has color #48644A on white background.



Black color preview on #48644A background

This text has black color on #48644A background.


White color preview on #48644A background

This text has white color on #48644A background.