COLOR #759448

HEX: #759448
RGB: (117,148,72)

Color info

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

RGB color model

#759448 color RGB value is (117,148,72).

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

RGB channels and saturation

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

117
148
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 72 = 337 (100%)
R 117 of 337 ~ 34.72%
G 148 of 337 ~ 43.92%
B 72 of 337 ~ 21.36%

%34.72
%43.92
%21.36

CMYK color model

#759448 color CMYK value is (21,0,51,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 41.96%
CMYK:
(21,0,51,42)
C21M0Y51K42 
(21%,0%,51%,42%)
(0.21/0.00/0.51/0.42)	

CMYK percentages

%20.95
%0
%51.35
%41.96

Codes

Color #759448 in popluar color models

759448
RGB11714872
HSL84°34.55%43.14%
HSB/HSV84°51.35%58.04%
CMYK20.95%0.00%51.35%
41.96%

Color #759448 in popluar number systems.

HEX759448
Decimal11714872
Binary1110101100101001001000
Octal165224110

Shades and tints

Shades of #759448

#759448
(117,148,72)
#6B8742
(107,135,66)
#617A3C
(97,122,60)
#576D36
(87,109,54)
#4D6030
(77,96,48)
#43532A
(67,83,42)
#394624
(57,70,36)
#2F391E
(47,57,30)
#252C18
(37,44,24)
#1B1F12
(27,31,18)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #759448

#759448
(117,148,72)
#819D58
(129,157,88)
#8DA668
(141,166,104)
#99AF78
(153,175,120)
#A5B888
(165,184,136)
#B1C198
(177,193,152)
#BDCAA8
(189,202,168)
#C9D3B8
(201,211,184)
#D5DCC8
(213,220,200)
#E1E5D8
(225,229,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759448; }

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

This text font color is #759448.


Background Color

.myBgColor { background-color: #759448; }

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

This div background color is #759448.


Border color

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

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

This div border color is #759448.


Opacity

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

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

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

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

This text has shadow with #759448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759448 on black background.


Color preview on white background

This text has color #759448 on white background.



Black color preview on #759448 background

This text has black color on #759448 background.


White color preview on #759448 background

This text has white color on #759448 background.