COLOR #48786C

HEX: #48786C RGB: (72,120,108)

Color info

#48786C contains red, green and blue colors in about the same proportion. Web safe color of #48786C is #336666 (or #366).

RGB color model

#48786C color RGB value is (72,120,108).

RGB: (72,120,108) (28%, 47%, 42%)

RGB channels and saturation

R 72 of 255 = 28%
G 120 of 255 = 47%
B 108 of 255 = 42%

72
120
108

R + G + B ~ 39%. #48786C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 120 + 108 = 300 (100%)
R 72 of 300 ~ 24%
G 120 of 300 ~ 40%
B 108 of 300 ~ 36'%

%24
%40
%36

CMYK color model

#48786C color CMYK value is (40,0,10,53).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK: (40,0,10,53) C40M0Y10K53 (40%,0%,10%,53%) (0.40/0.00/0.10/0.53) 

CMYK percentages

%40
%0
%10
%52.94

Codes

Color #48786C in popluar color models

48 78 6C
RGB 72 120 108
HSL 165° 25.00% 37.65%
HSB/HSV 165° 40.00% 47.06%
CMYK 40.00% 0.00% 10.00%
52.94%

Color #48786C in popluar number systems.

HEX 48 78 6C
Decimal 72 120 108
Binary 1001000 1111000 1101100
Octal 110 170 154

Shades and tints

Shades of #48786C

#48786C
(72,120,108)
#426E63
(66,110,99)
#3C645A
(60,100,90)
#365A51
(54,90,81)
#305048
(48,80,72)
#2A463F
(42,70,63)
#243C36
(36,60,54)
#1E322D
(30,50,45)
#182824
(24,40,36)
#121E1B
(18,30,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #48786C

#48786C
(72,120,108)
#588479
(88,132,121)
#689086
(104,144,134)
#789C93
(120,156,147)
#88A8A0
(136,168,160)
#98B4AD
(152,180,173)
#A8C0BA
(168,192,186)
#B8CCC7
(184,204,199)
#C8D8D4
(200,216,212)
#D8E4E1
(216,228,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48786C color. Also use rgb(72,120,108) instead hex code.

Text Font Color

.myTextColor { color: #48786C; }

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

This text font color is #48786C.

Background Color

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

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

This div background color is #48786C.

Border color

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

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

This div border color is #48786C.

Opacity

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

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

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

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

This text has shadow with #48786C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48786C.

Preview

Color preview on black background

This text has color #48786C on black background.


Color preview on white background

This text has color #48786C on white background.


Black color preview on #48786C background

This text has black color on #48786C background.


White color preview on #48786C background

This text has white color on #48786C background.


Related colors

Complementary color

Complementary color for #hex is #B78793.


I love getcolorcode.com

Triadic colors

1 #6C4878 and #786C48 with #48786C are triadic colors.

2 #6C7848 and #78486C with #48786C are triadic colors.