COLOR #48753B

HEX: #48753B
RGB: (72,117,59)

Color info

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

RGB color model

#48753B color RGB value is (72,117,59).

  • red value is 72;
  • green value is 117;
  • blue value is 59.
RGB:
(72,117,59)
(28%,46%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 59 of 255 = 23%

72
117
59

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 59 = 248 (100%)
R 72 of 248 ~ 29.03%
G 117 of 248 ~ 47.18%
B 59 of 248 ~ 23.79%

%29.03
%47.18
%23.79

CMYK color model

#48753B color CMYK value is (38,0,50,54).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 49.57%
  • key color value is 54.12%
CMYK:
(38,0,50,54)
C38M0Y50K54 
(38%,0%,50%,54%)
(0.38/0.00/0.50/0.54)	

CMYK percentages

%38.46
%0
%49.57
%54.12

Codes

Color #48753B in popluar color models

48753B
RGB7211759
HSL107°32.95%34.51%
HSB/HSV107°49.57%45.88%
CMYK38.46%0.00%49.57%
54.12%

Color #48753B in popluar number systems.

HEX48753B
Decimal7211759
Binary10010001110101111011
Octal11016573

Shades and tints

Shades of #48753B

#48753B
(72,117,59)
#426B36
(66,107,54)
#3C6131
(60,97,49)
#36572C
(54,87,44)
#304D27
(48,77,39)
#2A4322
(42,67,34)
#24391D
(36,57,29)
#1E2F18
(30,47,24)
#182513
(24,37,19)
#121B0E
(18,27,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #48753B

#48753B
(72,117,59)
#58814C
(88,129,76)
#688D5D
(104,141,93)
#78996E
(120,153,110)
#88A57F
(136,165,127)
#98B190
(152,177,144)
#A8BDA1
(168,189,161)
#B8C9B2
(184,201,178)
#C8D5C3
(200,213,195)
#D8E1D4
(216,225,212)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48753B color. Also use rgb(72,117,59) instead hex code.

Text Font Color

.myTextColor { color: #48753B; }

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

This text font color is #48753B.


Background Color

.myBgColor { background-color: #48753B; }

<div style="background-color:#48753B">Inner text</div>

This div background color is #48753B.


Border color

.myBorderColor { border: 1px solid #48753B; }

<div style="border:3px solid #48753B">Div</div>

This div border color is #48753B.


Opacity

.myOpacity80 { color: #48753B; opacity: 0.8; }

<p style="color:#48753B;opacity:0.8;">80%</p>

Text with #48753B 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 #48753B;}

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

This text has shadow with #48753B color.

.textShadow {text-shadow: 3px 3px 1px #48753B, 3px 3px 1px red;}

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

This text has shadow with #48753B primary color and red secondary color.


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

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

This text has shadow with #48753B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48753B on black background.


Color preview on white background

This text has color #48753B on white background.



Black color preview on #48753B background

This text has black color on #48753B background.


White color preview on #48753B background

This text has white color on #48753B background.