COLOR #125719

HEX: #125719
RGB: (18,87,25)

Color info

#125719 contains mainly green color. Web safe color of #125719 is #006600 (or #060).

RGB color model

#125719 color RGB value is (18,87,25).

  • red value is 18;
  • green value is 87;
  • blue value is 25.
RGB:
(18,87,25)
(7%,34%,10%)

RGB channels and saturation

R 18 of 255 = 7%
G 87 of 255 = 34%
B 25 of 255 = 10%

18
87
25

R + G + B ~ 17%. #125719 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 87 + 25 = 130 (100%)
R 18 of 130 ~ 13.85%
G 87 of 130 ~ 66.92%
B 25 of 130 ~ 19.23%

%13.85
%66.92
%19.23

CMYK color model

#125719 color CMYK value is (79,0,71,66).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 71.26%
  • key color value is 65.88%
CMYK:
(79,0,71,66)
C79M0Y71K66 
(79%,0%,71%,66%)
(0.79/0.00/0.71/0.66)	

CMYK percentages

%79.31
%0
%71.26
%65.88

Codes

Color #125719 in popluar color models

125719
RGB188725
HSL126°65.71%20.59%
HSB/HSV126°79.31%34.12%
CMYK79.31%0.00%71.26%
65.88%

Color #125719 in popluar number systems.

HEX125719
Decimal188725
Binary10010101011111001
Octal2212731

Shades and tints

Shades of #125719

#125719
(18,87,25)
#115017
(17,80,23)
#104915
(16,73,21)
#0F4213
(15,66,19)
#0E3B11
(14,59,17)
#0D340F
(13,52,15)
#0C2D0D
(12,45,13)
#0B260B
(11,38,11)
#0A1F09
(10,31,9)
#091807
(9,24,7)
#081105
(8,17,5)
#000000
(0,0,0)

Tints of #125719

#125719
(18,87,25)
#27662D
(39,102,45)
#3C7541
(60,117,65)
#518455
(81,132,85)
#669369
(102,147,105)
#7BA27D
(123,162,125)
#90B191
(144,177,145)
#A5C0A5
(165,192,165)
#BACFB9
(186,207,185)
#CFDECD
(207,222,205)
#E4EDE1
(228,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125719 color. Also use rgb(18,87,25) instead hex code.

Text Font Color

.myTextColor { color: #125719; }

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

This text font color is #125719.


Background Color

.myBgColor { background-color: #125719; }

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

This div background color is #125719.


Border color

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

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

This div border color is #125719.


Opacity

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

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

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

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

This text has shadow with #125719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125719 on black background.


Color preview on white background

This text has color #125719 on white background.



Black color preview on #125719 background

This text has black color on #125719 background.


White color preview on #125719 background

This text has white color on #125719 background.