COLOR #758837

HEX: #758837
RGB: (117,136,55)

Color info

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

RGB color model

#758837 color RGB value is (117,136,55).

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

RGB channels and saturation

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

117
136
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 136 + 55 = 308 (100%)
R 117 of 308 ~ 37.99%
G 136 of 308 ~ 44.16%
B 55 of 308 ~ 17.86%

%37.99
%44.16
%17.86

CMYK color model

#758837 color CMYK value is (14,0,60,47).

  • cyan value is 13.97%
  • magenta value is 0.00%
  • yellow value is 59.56%
  • key color value is 46.67%
CMYK:
(14,0,60,47)
C14M0Y60K47 
(14%,0%,60%,47%)
(0.14/0.00/0.60/0.47)	

CMYK percentages

%13.97
%0
%59.56
%46.67

Codes

Color #758837 in popluar color models

758837
RGB11713655
HSL74°42.41%37.45%
HSB/HSV74°59.56%53.33%
CMYK13.97%0.00%59.56%
46.67%

Color #758837 in popluar number systems.

HEX758837
Decimal11713655
Binary111010110001000110111
Octal16521067

Shades and tints

Shades of #758837

#758837
(117,136,55)
#6B7C32
(107,124,50)
#61702D
(97,112,45)
#576428
(87,100,40)
#4D5823
(77,88,35)
#434C1E
(67,76,30)
#394019
(57,64,25)
#2F3414
(47,52,20)
#25280F
(37,40,15)
#1B1C0A
(27,28,10)
#111005
(17,16,5)
#000000
(0,0,0)

Tints of #758837

#758837
(117,136,55)
#819249
(129,146,73)
#8D9C5B
(141,156,91)
#99A66D
(153,166,109)
#A5B07F
(165,176,127)
#B1BA91
(177,186,145)
#BDC4A3
(189,196,163)
#C9CEB5
(201,206,181)
#D5D8C7
(213,216,199)
#E1E2D9
(225,226,217)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758837; }

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

This text font color is #758837.


Background Color

.myBgColor { background-color: #758837; }

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

This div background color is #758837.


Border color

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

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

This div border color is #758837.


Opacity

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

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

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

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

This text has shadow with #758837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758837 on black background.


Color preview on white background

This text has color #758837 on white background.



Black color preview on #758837 background

This text has black color on #758837 background.


White color preview on #758837 background

This text has white color on #758837 background.