COLOR #125113

HEX: #125113 RGB: (18,81,19)

Color info

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

RGB color model

#125113 color RGB value is (18,81,19).

RGB: (18,81,19) (7%, 32%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 19 of 255 = 7%

18
81
19

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

Portions of RGB colors in percentages

R + G + B = 18 + 81 + 19 = 118 (100%)
R 18 of 118 ~ 15.25%
G 81 of 118 ~ 68.64%
B 19 of 118 ~ 16.1'%

%15.25
%68.64
%16.1

CMYK color model

#125113 color CMYK value is (78,0,77,68).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK: (78,0,77,68) C78M0Y77K68 (78%,0%,77%,68%) (0.78/0.00/0.77/0.68) 

CMYK percentages

%77.78
%0
%76.54
%68.24

Codes

Color #125113 in popluar color models

12 51 13
RGB 18 81 19
HSL 121° 63.64% 19.41%
HSB/HSV 121° 77.78% 31.76%
CMYK 77.78% 0.00% 76.54%
68.24%

Color #125113 in popluar number systems.

HEX 12 51 13
Decimal 18 81 19
Binary 10010 1010001 10011
Octal 22 121 23

Shades and tints

Shades of #125113

#125113
(18,81,19)
#114A12
(17,74,18)
#104311
(16,67,17)
#0F3C10
(15,60,16)
#0E350F
(14,53,15)
#0D2E0E
(13,46,14)
#0C270D
(12,39,13)
#0B200C
(11,32,12)
#0A190B
(10,25,11)
#09120A
(9,18,10)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #125113

#125113
(18,81,19)
#276028
(39,96,40)
#3C6F3D
(60,111,61)
#517E52
(81,126,82)
#668D67
(102,141,103)
#7B9C7C
(123,156,124)
#90AB91
(144,171,145)
#A5BAA6
(165,186,166)
#BAC9BB
(186,201,187)
#CFD8D0
(207,216,208)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125113; }

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

This text font color is #125113.

Background Color

.myBgColor { background-color: #125113; }

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

This div background color is #125113.

Border color

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

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

This div border color is #125113.

Opacity

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

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

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

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

This text has shadow with #125113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125113.

Preview

Color preview on black background

This text has color #125113 on black background.


Color preview on white background

This text has color #125113 on white background.


Black color preview on #125113 background

This text has black color on #125113 background.


White color preview on #125113 background

This text has white color on #125113 background.


Related colors

Complementary color

Complementary color for #hex is #EDAEEC.


I love getcolorcode.com

Triadic colors

1 #131251 and #511312 with #125113 are triadic colors.

2 #135112 and #511213 with #125113 are triadic colors.