COLOR #125713

HEX: #125713
RGB: (18,87,19)

Color info

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

RGB color model

#125713 color RGB value is (18,87,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 87 of 255 = 34%
B 19 of 255 = 7%

18
87
19

R + G + B ~ 16%. #125713 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 87 + 19 = 124 (100%)
R 18 of 124 ~ 14.52%
G 87 of 124 ~ 70.16%
B 19 of 124 ~ 15.32%

%14.52
%70.16
%15.32

CMYK color model

#125713 color CMYK value is (79,0,78,66).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 78.16%
  • key color value is 65.88%
CMYK:
(79,0,78,66)
C79M0Y78K66 
(79%,0%,78%,66%)
(0.79/0.00/0.78/0.66)	

CMYK percentages

%79.31
%0
%78.16
%65.88

Codes

Color #125713 in popluar color models

125713
RGB188719
HSL121°65.71%20.59%
HSB/HSV121°79.31%34.12%
CMYK79.31%0.00%78.16%
65.88%

Color #125713 in popluar number systems.

HEX125713
Decimal188719
Binary10010101011110011
Octal2212723

Shades and tints

Shades of #125713

#125713
(18,87,19)
#115012
(17,80,18)
#104911
(16,73,17)
#0F4210
(15,66,16)
#0E3B0F
(14,59,15)
#0D340E
(13,52,14)
#0C2D0D
(12,45,13)
#0B260C
(11,38,12)
#0A1F0B
(10,31,11)
#09180A
(9,24,10)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #125713

#125713
(18,87,19)
#276628
(39,102,40)
#3C753D
(60,117,61)
#518452
(81,132,82)
#669367
(102,147,103)
#7BA27C
(123,162,124)
#90B191
(144,177,145)
#A5C0A6
(165,192,166)
#BACFBB
(186,207,187)
#CFDED0
(207,222,208)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125713; }

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

This text font color is #125713.


Background Color

.myBgColor { background-color: #125713; }

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

This div background color is #125713.


Border color

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

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

This div border color is #125713.


Opacity

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

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

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

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

This text has shadow with #125713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125713 on black background.


Color preview on white background

This text has color #125713 on white background.



Black color preview on #125713 background

This text has black color on #125713 background.


White color preview on #125713 background

This text has white color on #125713 background.