COLOR #718025

HEX: #718025
RGB: (113,128,37)

Color info

#718025 contains mainly red and green colors. Web safe color of #718025 is #666633 (or #663).

RGB color model

#718025 color RGB value is (113,128,37).

  • red value is 113;
  • green value is 128;
  • blue value is 37.
RGB:
(113,128,37)
(44%,50%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 37 of 255 = 15%

113
128
37

R + G + B ~ 36%. #718025 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 37 = 278 (100%)
R 113 of 278 ~ 40.65%
G 128 of 278 ~ 46.04%
B 37 of 278 ~ 13.31%

%40.65
%46.04
%13.31

CMYK color model

#718025 color CMYK value is (12,0,71,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 71.09%
  • key color value is 49.80%
CMYK:
(12,0,71,50)
C12M0Y71K50 
(12%,0%,71%,50%)
(0.12/0.00/0.71/0.50)	

CMYK percentages

%11.72
%0
%71.09
%49.8

Codes

Color #718025 in popluar color models

718025
RGB11312837
HSL70°55.15%32.35%
HSB/HSV70°71.09%50.20%
CMYK11.72%0.00%71.09%
49.80%

Color #718025 in popluar number systems.

HEX718025
Decimal11312837
Binary111000110000000100101
Octal16120045

Shades and tints

Shades of #718025

#718025
(113,128,37)
#677522
(103,117,34)
#5D6A1F
(93,106,31)
#535F1C
(83,95,28)
#495419
(73,84,25)
#3F4916
(63,73,22)
#353E13
(53,62,19)
#2B3310
(43,51,16)
#21280D
(33,40,13)
#171D0A
(23,29,10)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #718025

#718025
(113,128,37)
#7D8B38
(125,139,56)
#89964B
(137,150,75)
#95A15E
(149,161,94)
#A1AC71
(161,172,113)
#ADB784
(173,183,132)
#B9C297
(185,194,151)
#C5CDAA
(197,205,170)
#D1D8BD
(209,216,189)
#DDE3D0
(221,227,208)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718025 color. Also use rgb(113,128,37) instead hex code.

Text Font Color

.myTextColor { color: #718025; }

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

This text font color is #718025.


Background Color

.myBgColor { background-color: #718025; }

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

This div background color is #718025.


Border color

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

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

This div border color is #718025.


Opacity

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

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

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

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

This text has shadow with #718025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718025 on black background.


Color preview on white background

This text has color #718025 on white background.



Black color preview on #718025 background

This text has black color on #718025 background.


White color preview on #718025 background

This text has white color on #718025 background.