COLOR #758737

HEX: #758737
RGB: (117,135,55)

Color info

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

RGB color model

#758737 color RGB value is (117,135,55).

  • red value is 117;
  • green value is 135;
  • blue value is 55.
RGB:
(117,135,55)
(46%,53%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 55 of 255 = 22%

117
135
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 55 = 307 (100%)
R 117 of 307 ~ 38.11%
G 135 of 307 ~ 43.97%
B 55 of 307 ~ 17.92%

%38.11
%43.97
%17.92

CMYK color model

#758737 color CMYK value is (13,0,59,47).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 47.06%
CMYK:
(13,0,59,47)
C13M0Y59K47 
(13%,0%,59%,47%)
(0.13/0.00/0.59/0.47)	

CMYK percentages

%13.33
%0
%59.26
%47.06

Codes

Color #758737 in popluar color models

758737
RGB11713555
HSL74°42.11%37.25%
HSB/HSV74°59.26%52.94%
CMYK13.33%0.00%59.26%
47.06%

Color #758737 in popluar number systems.

HEX758737
Decimal11713555
Binary111010110000111110111
Octal16520767

Shades and tints

Shades of #758737

#758737
(117,135,55)
#6B7B32
(107,123,50)
#616F2D
(97,111,45)
#576328
(87,99,40)
#4D5723
(77,87,35)
#434B1E
(67,75,30)
#393F19
(57,63,25)
#2F3314
(47,51,20)
#25270F
(37,39,15)
#1B1B0A
(27,27,10)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #758737

#758737
(117,135,55)
#819149
(129,145,73)
#8D9B5B
(141,155,91)
#99A56D
(153,165,109)
#A5AF7F
(165,175,127)
#B1B991
(177,185,145)
#BDC3A3
(189,195,163)
#C9CDB5
(201,205,181)
#D5D7C7
(213,215,199)
#E1E1D9
(225,225,217)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758737 color. Also use rgb(117,135,55) instead hex code.

Text Font Color

.myTextColor { color: #758737; }

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

This text font color is #758737.


Background Color

.myBgColor { background-color: #758737; }

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

This div background color is #758737.


Border color

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

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

This div border color is #758737.


Opacity

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

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

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

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

This text has shadow with #758737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758737 on black background.


Color preview on white background

This text has color #758737 on white background.



Black color preview on #758737 background

This text has black color on #758737 background.


White color preview on #758737 background

This text has white color on #758737 background.