COLOR #48753A

HEX: #48753A
RGB: (72,117,58)

Color info

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

RGB color model

#48753A color RGB value is (72,117,58).

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

RGB channels and saturation

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

72
117
58

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

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 58 = 247 (100%)
R 72 of 247 ~ 29.15%
G 117 of 247 ~ 47.37%
B 58 of 247 ~ 23.48%

%29.15
%47.37
%23.48

CMYK color model

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

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • 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
%50.43
%54.12

Codes

Color #48753A in popluar color models

48753A
RGB7211758
HSL106°33.71%34.31%
HSB/HSV106°50.43%45.88%
CMYK38.46%0.00%50.43%
54.12%

Color #48753A in popluar number systems.

HEX48753A
Decimal7211758
Binary10010001110101111010
Octal11016572

Shades and tints

Shades of #48753A

#48753A
(72,117,58)
#426B35
(66,107,53)
#3C6130
(60,97,48)
#36572B
(54,87,43)
#304D26
(48,77,38)
#2A4321
(42,67,33)
#24391C
(36,57,28)
#1E2F17
(30,47,23)
#182512
(24,37,18)
#121B0D
(18,27,13)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #48753A

#48753A
(72,117,58)
#58814B
(88,129,75)
#688D5C
(104,141,92)
#78996D
(120,153,109)
#88A57E
(136,165,126)
#98B18F
(152,177,143)
#A8BDA0
(168,189,160)
#B8C9B1
(184,201,177)
#C8D5C2
(200,213,194)
#D8E1D3
(216,225,211)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48753A; }

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

This text font color is #48753A.


Background Color

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

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

This div background color is #48753A.


Border color

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

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

This div border color is #48753A.


Opacity

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

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

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

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

This text has shadow with #48753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48753A on black background.


Color preview on white background

This text has color #48753A on white background.



Black color preview on #48753A background

This text has black color on #48753A background.


White color preview on #48753A background

This text has white color on #48753A background.