COLOR #125619

HEX: #125619
RGB: (18,86,25)

Color info

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

RGB color model

#125619 color RGB value is (18,86,25).

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

RGB channels and saturation

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

18
86
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 86 + 25 = 129 (100%)
R 18 of 129 ~ 13.95%
G 86 of 129 ~ 66.67%
B 25 of 129 ~ 19.38%

%13.95
%66.67
%19.38

CMYK color model

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

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

CMYK percentages

%79.07
%0
%70.93
%66.27

Codes

Color #125619 in popluar color models

125619
RGB188625
HSL126°65.38%20.39%
HSB/HSV126°79.07%33.73%
CMYK79.07%0.00%70.93%
66.27%

Color #125619 in popluar number systems.

HEX125619
Decimal188625
Binary10010101011011001
Octal2212631

Shades and tints

Shades of #125619

#125619
(18,86,25)
#114F17
(17,79,23)
#104815
(16,72,21)
#0F4113
(15,65,19)
#0E3A11
(14,58,17)
#0D330F
(13,51,15)
#0C2C0D
(12,44,13)
#0B250B
(11,37,11)
#0A1E09
(10,30,9)
#091707
(9,23,7)
#081005
(8,16,5)
#000000
(0,0,0)

Tints of #125619

#125619
(18,86,25)
#27652D
(39,101,45)
#3C7441
(60,116,65)
#518355
(81,131,85)
#669269
(102,146,105)
#7BA17D
(123,161,125)
#90B091
(144,176,145)
#A5BFA5
(165,191,165)
#BACEB9
(186,206,185)
#CFDDCD
(207,221,205)
#E4ECE1
(228,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125619; }

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

This text font color is #125619.


Background Color

.myBgColor { background-color: #125619; }

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

This div background color is #125619.


Border color

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

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

This div border color is #125619.


Opacity

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

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

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

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

This text has shadow with #125619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125619 on black background.


Color preview on white background

This text has color #125619 on white background.



Black color preview on #125619 background

This text has black color on #125619 background.


White color preview on #125619 background

This text has white color on #125619 background.