COLOR #48763C

HEX: #48763C
RGB: (72,118,60)

Color info

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

RGB color model

#48763C color RGB value is (72,118,60).

  • red value is 72;
  • green value is 118;
  • blue value is 60.
RGB:
(72,118,60)
(28%,46%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 60 of 255 = 24%

72
118
60

R + G + B ~ 33%. #48763C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 118 + 60 = 250 (100%)
R 72 of 250 ~ 28.8%
G 118 of 250 ~ 47.2%
B 60 of 250 ~ 24%

%28.8
%47.2
%24

CMYK color model

#48763C color CMYK value is (39,0,49,54).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%
CMYK:
(39,0,49,54)
C39M0Y49K54 
(39%,0%,49%,54%)
(0.39/0.00/0.49/0.54)	

CMYK percentages

%38.98
%0
%49.15
%53.73

Codes

Color #48763C in popluar color models

48763C
RGB7211860
HSL108°32.58%34.90%
HSB/HSV108°49.15%46.27%
CMYK38.98%0.00%49.15%
53.73%

Color #48763C in popluar number systems.

HEX48763C
Decimal7211860
Binary10010001110110111100
Octal11016674

Shades and tints

Shades of #48763C

#48763C
(72,118,60)
#426C37
(66,108,55)
#3C6232
(60,98,50)
#36582D
(54,88,45)
#304E28
(48,78,40)
#2A4423
(42,68,35)
#243A1E
(36,58,30)
#1E3019
(30,48,25)
#182614
(24,38,20)
#121C0F
(18,28,15)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #48763C

#48763C
(72,118,60)
#58824D
(88,130,77)
#688E5E
(104,142,94)
#789A6F
(120,154,111)
#88A680
(136,166,128)
#98B291
(152,178,145)
#A8BEA2
(168,190,162)
#B8CAB3
(184,202,179)
#C8D6C4
(200,214,196)
#D8E2D5
(216,226,213)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48763C color. Also use rgb(72,118,60) instead hex code.

Text Font Color

.myTextColor { color: #48763C; }

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

This text font color is #48763C.


Background Color

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

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

This div background color is #48763C.


Border color

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

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

This div border color is #48763C.


Opacity

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

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

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

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

This text has shadow with #48763C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48763C on black background.


Color preview on white background

This text has color #48763C on white background.



Black color preview on #48763C background

This text has black color on #48763C background.


White color preview on #48763C background

This text has white color on #48763C background.