COLOR #759848

HEX: #759848
RGB: (117,152,72)

Color info

#759848 contains mainly red and green colors. Web safe color of #759848 is #669933 (or #693).

RGB color model

#759848 color RGB value is (117,152,72).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 72 of 255 = 28%

117
152
72

R + G + B ~ 45%. #759848 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 72 = 341 (100%)
R 117 of 341 ~ 34.31%
G 152 of 341 ~ 44.57%
B 72 of 341 ~ 21.11%

%34.31
%44.57
%21.11

CMYK color model

#759848 color CMYK value is (23,0,53,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 40.39%
CMYK:
(23,0,53,40)
C23M0Y53K40 
(23%,0%,53%,40%)
(0.23/0.00/0.53/0.40)	

CMYK percentages

%23.03
%0
%52.63
%40.39

Codes

Color #759848 in popluar color models

759848
RGB11715272
HSL86°35.71%43.92%
HSB/HSV86°52.63%59.61%
CMYK23.03%0.00%52.63%
40.39%

Color #759848 in popluar number systems.

HEX759848
Decimal11715272
Binary1110101100110001001000
Octal165230110

Shades and tints

Shades of #759848

#759848
(117,152,72)
#6B8B42
(107,139,66)
#617E3C
(97,126,60)
#577136
(87,113,54)
#4D6430
(77,100,48)
#43572A
(67,87,42)
#394A24
(57,74,36)
#2F3D1E
(47,61,30)
#253018
(37,48,24)
#1B2312
(27,35,18)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #759848

#759848
(117,152,72)
#81A158
(129,161,88)
#8DAA68
(141,170,104)
#99B378
(153,179,120)
#A5BC88
(165,188,136)
#B1C598
(177,197,152)
#BDCEA8
(189,206,168)
#C9D7B8
(201,215,184)
#D5E0C8
(213,224,200)
#E1E9D8
(225,233,216)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759848; }

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

This text font color is #759848.


Background Color

.myBgColor { background-color: #759848; }

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

This div background color is #759848.


Border color

.myBorderColor { border: 1px solid #759848; }

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

This div border color is #759848.


Opacity

.myOpacity80 { color: #759848; opacity: 0.8; }

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

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

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

This text has shadow with #759848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759848 on black background.


Color preview on white background

This text has color #759848 on white background.



Black color preview on #759848 background

This text has black color on #759848 background.


White color preview on #759848 background

This text has white color on #759848 background.