COLOR #758E4A

HEX: #758E4A
RGB: (117,142,74)

Color info

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

RGB color model

#758E4A color RGB value is (117,142,74).

  • red value is 117;
  • green value is 142;
  • blue value is 74.
RGB:
(117,142,74)
(46%,56%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 74 of 255 = 29%

117
142
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 74 = 333 (100%)
R 117 of 333 ~ 35.14%
G 142 of 333 ~ 42.64%
B 74 of 333 ~ 22.22%

%35.14
%42.64
%22.22

CMYK color model

#758E4A color CMYK value is (18,0,48,44).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 44.31%
CMYK:
(18,0,48,44)
C18M0Y48K44 
(18%,0%,48%,44%)
(0.18/0.00/0.48/0.44)	

CMYK percentages

%17.61
%0
%47.89
%44.31

Codes

Color #758E4A in popluar color models

758E4A
RGB11714274
HSL82°31.48%42.35%
HSB/HSV82°47.89%55.69%
CMYK17.61%0.00%47.89%
44.31%

Color #758E4A in popluar number systems.

HEX758E4A
Decimal11714274
Binary1110101100011101001010
Octal165216112

Shades and tints

Shades of #758E4A

#758E4A
(117,142,74)
#6B8244
(107,130,68)
#61763E
(97,118,62)
#576A38
(87,106,56)
#4D5E32
(77,94,50)
#43522C
(67,82,44)
#394626
(57,70,38)
#2F3A20
(47,58,32)
#252E1A
(37,46,26)
#1B2214
(27,34,20)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #758E4A

#758E4A
(117,142,74)
#81985A
(129,152,90)
#8DA26A
(141,162,106)
#99AC7A
(153,172,122)
#A5B68A
(165,182,138)
#B1C09A
(177,192,154)
#BDCAAA
(189,202,170)
#C9D4BA
(201,212,186)
#D5DECA
(213,222,202)
#E1E8DA
(225,232,218)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758E4A color. Also use rgb(117,142,74) instead hex code.

Text Font Color

.myTextColor { color: #758E4A; }

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

This text font color is #758E4A.


Background Color

.myBgColor { background-color: #758E4A; }

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

This div background color is #758E4A.


Border color

.myBorderColor { border: 1px solid #758E4A; }

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

This div border color is #758E4A.


Opacity

.myOpacity80 { color: #758E4A; opacity: 0.8; }

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

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

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

This text has shadow with #758E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E4A on black background.


Color preview on white background

This text has color #758E4A on white background.



Black color preview on #758E4A background

This text has black color on #758E4A background.


White color preview on #758E4A background

This text has white color on #758E4A background.