COLOR #758B25

HEX: #758B25
RGB: (117,139,37)

Color info

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

RGB color model

#758B25 color RGB value is (117,139,37).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 37 of 255 = 15%

117
139
37

R + G + B ~ 39%. #758B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 37 = 293 (100%)
R 117 of 293 ~ 39.93%
G 139 of 293 ~ 47.44%
B 37 of 293 ~ 12.63%

%39.93
%47.44
%12.63

CMYK color model

#758B25 color CMYK value is (16,0,73,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 73.38%
  • key color value is 45.49%
CMYK:
(16,0,73,45)
C16M0Y73K45 
(16%,0%,73%,45%)
(0.16/0.00/0.73/0.45)	

CMYK percentages

%15.83
%0
%73.38
%45.49

Codes

Color #758B25 in popluar color models

758B25
RGB11713937
HSL73°57.95%34.51%
HSB/HSV73°73.38%54.51%
CMYK15.83%0.00%73.38%
45.49%

Color #758B25 in popluar number systems.

HEX758B25
Decimal11713937
Binary111010110001011100101
Octal16521345

Shades and tints

Shades of #758B25

#758B25
(117,139,37)
#6B7F22
(107,127,34)
#61731F
(97,115,31)
#57671C
(87,103,28)
#4D5B19
(77,91,25)
#434F16
(67,79,22)
#394313
(57,67,19)
#2F3710
(47,55,16)
#252B0D
(37,43,13)
#1B1F0A
(27,31,10)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #758B25

#758B25
(117,139,37)
#819538
(129,149,56)
#8D9F4B
(141,159,75)
#99A95E
(153,169,94)
#A5B371
(165,179,113)
#B1BD84
(177,189,132)
#BDC797
(189,199,151)
#C9D1AA
(201,209,170)
#D5DBBD
(213,219,189)
#E1E5D0
(225,229,208)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B25; }

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

This text font color is #758B25.


Background Color

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

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

This div background color is #758B25.


Border color

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

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

This div border color is #758B25.


Opacity

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

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

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

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

This text has shadow with #758B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B25 on black background.


Color preview on white background

This text has color #758B25 on white background.



Black color preview on #758B25 background

This text has black color on #758B25 background.


White color preview on #758B25 background

This text has white color on #758B25 background.