COLOR #125907

HEX: #125907
RGB: (18,89,7)

Color info

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

RGB color model

#125907 color RGB value is (18,89,7).

  • red value is 18;
  • green value is 89;
  • blue value is 7.
RGB:
(18,89,7)
(7%,35%,3%)

RGB channels and saturation

R 18 of 255 = 7%
G 89 of 255 = 35%
B 7 of 255 = 3%

18
89
7

R + G + B ~ 15%. #125907 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 89 + 7 = 114 (100%)
R 18 of 114 ~ 15.79%
G 89 of 114 ~ 78.07%
B 7 of 114 ~ 6.14%

%15.79
%78.07

CMYK color model

#125907 color CMYK value is (80,0,92,65).

  • cyan value is 79.78%
  • magenta value is 0.00%
  • yellow value is 92.13%
  • key color value is 65.10%
CMYK:
(80,0,92,65)
C80M0Y92K65 
(80%,0%,92%,65%)
(0.80/0.00/0.92/0.65)	

CMYK percentages

%79.78
%0
%92.13
%65.1

Codes

Color #125907 in popluar color models

125907
RGB18897
HSL112°85.42%18.82%
HSB/HSV112°92.13%34.90%
CMYK79.78%0.00%92.13%
65.10%

Color #125907 in popluar number systems.

HEX125907
Decimal18897
Binary100101011001111
Octal221317

Shades and tints

Shades of #125907

#125907
(18,89,7)
#115107
(17,81,7)
#104907
(16,73,7)
#0F4107
(15,65,7)
#0E3907
(14,57,7)
#0D3107
(13,49,7)
#0C2907
(12,41,7)
#0B2107
(11,33,7)
#0A1907
(10,25,7)
#091107
(9,17,7)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #125907

#125907
(18,89,7)
#27681D
(39,104,29)
#3C7733
(60,119,51)
#518649
(81,134,73)
#66955F
(102,149,95)
#7BA475
(123,164,117)
#90B38B
(144,179,139)
#A5C2A1
(165,194,161)
#BAD1B7
(186,209,183)
#CFE0CD
(207,224,205)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125907 color. Also use rgb(18,89,7) instead hex code.

Text Font Color

.myTextColor { color: #125907; }

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

This text font color is #125907.


Background Color

.myBgColor { background-color: #125907; }

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

This div background color is #125907.


Border color

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

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

This div border color is #125907.


Opacity

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

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

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

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

This text has shadow with #125907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125907 on black background.


Color preview on white background

This text has color #125907 on white background.



Black color preview on #125907 background

This text has black color on #125907 background.


White color preview on #125907 background

This text has white color on #125907 background.