COLOR #48794C

HEX: #48794C RGB: (72,121,76)

Color info

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

RGB color model

#48794C color RGB value is (72,121,76).

RGB: (72,121,76) (28%, 47%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 76 of 255 = 30%

72
121
76

R + G + B ~ 35%. #48794C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 121 + 76 = 269 (100%)
R 72 of 269 ~ 26.77%
G 121 of 269 ~ 44.98%
B 76 of 269 ~ 28.25'%

%26.77
%44.98
%28.25

CMYK color model

#48794C color CMYK value is (40,0,37,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 52.55%

CMYK: (40,0,37,53)
C40M0Y37K53 (40%, 0%, 37%, 53%)
(0.40 / 0.00 / 0.37 / 0.53)

CMYK percentages

%40.5
%0
%37.19
%52.55

Codes

Color #48794C in popluar color models

48 79 4C
RGB 72 121 76
HSL 125° 25.39% 37.84%
HSB/HSV 125° 40.50% 47.45%
CMYK 40.50% 0.00% 37.19%
52.55%

Color #48794C in popluar number systems.

HEX 48 79 4C
Decimal 72 121 76
Binary 1001000 1111001 1001100
Octal 110 171 114

Shades and tints

Shades of #48794C

#48794C
(72,121,76)
#426E46
(66,110,70)
#3C6340
(60,99,64)
#36583A
(54,88,58)
#304D34
(48,77,52)
#2A422E
(42,66,46)
#243728
(36,55,40)
#1E2C22
(30,44,34)
#18211C
(24,33,28)
#121616
(18,22,22)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #48794C

#48794C
(72,121,76)
#58855C
(88,133,92)
#68916C
(104,145,108)
#789D7C
(120,157,124)
#88A98C
(136,169,140)
#98B59C
(152,181,156)
#A8C1AC
(168,193,172)
#B8CDBC
(184,205,188)
#C8D9CC
(200,217,204)
#D8E5DC
(216,229,220)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48794C color. Also use rgb(72,121,76) instead hex code.

Text Font Color

.myTextColor { color: #48794C; }

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

This text font color is #48794C.

Background Color

.myBgColor { background-color: #48794C; }

<div style="background-color:#48794C">Inner text</div>

This div background color is #48794C.

Border color

.myBorderColor { border: 1px solid #48794C; }

<div style="border:3px solid #48794C">Div</div>

This div border color is #48794C.

Opacity

.myOpacity80 { color: #48794C; opacity: 0.8; }

<p style="color:#48794C;opacity:0.8;">80%</p>

Text with #48794C 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 #48794C;}

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

This text has shadow with #48794C color.


.textShadow {text-shadow: 3px 3px 1px #48794C', 3px 3px 1px red;}

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

This text has shadow with #48794C primary color and red secondary color.


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

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

This text has shadow with #48794C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48794C; -webkit-box-shadow: 1px 1px 3px 2px #48794C; box-shadow:1px 1px 3px 2px #48794C;">
Div content here
</div>

This div box has shadow with color #48794C.

Preview

Color preview on black background

This text has color #48794C on black background.


Color preview on white background

This text has color #48794C on white background.


Black color preview on #48794C background

This text has black color on #48794C background.


White color preview on #48794C background

This text has white color on #48794C background.


Related colors

Complementary color

Complementary color for #hex is #B786B3.


I love getcolorcode.com

Triadic colors

1 #4C4879 and #794C48 with #48794C are triadic colors.

2 #4C7948 and #79484C with #48794C are triadic colors.