COLOR #125A13

HEX: #125A13
RGB: (18,90,19)

Color info

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

RGB color model

#125A13 color RGB value is (18,90,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 19 of 255 = 7%

18
90
19

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

Portions of RGB colors in percentages

R + G + B =
18 + 90 + 19 = 127 (100%)
R 18 of 127 ~ 14.17%
G 90 of 127 ~ 70.87%
B 19 of 127 ~ 14.96%

%14.17
%70.87
%14.96

CMYK color model

#125A13 color CMYK value is (80,0,79,65).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK:
(80,0,79,65)
C80M0Y79K65 
(80%,0%,79%,65%)
(0.80/0.00/0.79/0.65)	

CMYK percentages

%80
%0
%78.89
%64.71

Codes

Color #125A13 in popluar color models

125A13
RGB189019
HSL121°66.67%21.18%
HSB/HSV121°80.00%35.29%
CMYK80.00%0.00%78.89%
64.71%

Color #125A13 in popluar number systems.

HEX125A13
Decimal189019
Binary10010101101010011
Octal2213223

Shades and tints

Shades of #125A13

#125A13
(18,90,19)
#115212
(17,82,18)
#104A11
(16,74,17)
#0F4210
(15,66,16)
#0E3A0F
(14,58,15)
#0D320E
(13,50,14)
#0C2A0D
(12,42,13)
#0B220C
(11,34,12)
#0A1A0B
(10,26,11)
#09120A
(9,18,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #125A13

#125A13
(18,90,19)
#276928
(39,105,40)
#3C783D
(60,120,61)
#518752
(81,135,82)
#669667
(102,150,103)
#7BA57C
(123,165,124)
#90B491
(144,180,145)
#A5C3A6
(165,195,166)
#BAD2BB
(186,210,187)
#CFE1D0
(207,225,208)
#E4F0E5
(228,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125A13; }

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

This text font color is #125A13.


Background Color

.myBgColor { background-color: #125A13; }

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

This div background color is #125A13.


Border color

.myBorderColor { border: 1px solid #125A13; }

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

This div border color is #125A13.


Opacity

.myOpacity80 { color: #125A13; opacity: 0.8; }

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

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

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

This text has shadow with #125A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A13 on black background.


Color preview on white background

This text has color #125A13 on white background.



Black color preview on #125A13 background

This text has black color on #125A13 background.


White color preview on #125A13 background

This text has white color on #125A13 background.