COLOR #758625

HEX: #758625
RGB: (117,134,37)

Color info

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

RGB color model

#758625 color RGB value is (117,134,37).

  • red value is 117;
  • green value is 134;
  • blue value is 37.
RGB:
(117,134,37)
(46%,53%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 37 of 255 = 15%

117
134
37

R + G + B ~ 38%. #758625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 37 = 288 (100%)
R 117 of 288 ~ 40.63%
G 134 of 288 ~ 46.53%
B 37 of 288 ~ 12.85%

%40.63
%46.53
%12.85

CMYK color model

#758625 color CMYK value is (13,0,72,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 72.39%
  • key color value is 47.45%
CMYK:
(13,0,72,47)
C13M0Y72K47 
(13%,0%,72%,47%)
(0.13/0.00/0.72/0.47)	

CMYK percentages

%12.69
%0
%72.39
%47.45

Codes

Color #758625 in popluar color models

758625
RGB11713437
HSL71°56.73%33.53%
HSB/HSV71°72.39%52.55%
CMYK12.69%0.00%72.39%
47.45%

Color #758625 in popluar number systems.

HEX758625
Decimal11713437
Binary111010110000110100101
Octal16520645

Shades and tints

Shades of #758625

#758625
(117,134,37)
#6B7A22
(107,122,34)
#616E1F
(97,110,31)
#57621C
(87,98,28)
#4D5619
(77,86,25)
#434A16
(67,74,22)
#393E13
(57,62,19)
#2F3210
(47,50,16)
#25260D
(37,38,13)
#1B1A0A
(27,26,10)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #758625

#758625
(117,134,37)
#819138
(129,145,56)
#8D9C4B
(141,156,75)
#99A75E
(153,167,94)
#A5B271
(165,178,113)
#B1BD84
(177,189,132)
#BDC897
(189,200,151)
#C9D3AA
(201,211,170)
#D5DEBD
(213,222,189)
#E1E9D0
(225,233,208)
#EDF4E3
(237,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758625 color. Also use rgb(117,134,37) instead hex code.

Text Font Color

.myTextColor { color: #758625; }

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

This text font color is #758625.


Background Color

.myBgColor { background-color: #758625; }

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

This div background color is #758625.


Border color

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

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

This div border color is #758625.


Opacity

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

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

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

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

This text has shadow with #758625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758625 on black background.


Color preview on white background

This text has color #758625 on white background.



Black color preview on #758625 background

This text has black color on #758625 background.


White color preview on #758625 background

This text has white color on #758625 background.