COLOR #125412

HEX: #125412
RGB: (18,84,18)

Color info

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

RGB color model

#125412 color RGB value is (18,84,18).

  • red value is 18;
  • green value is 84;
  • blue value is 18.
RGB:
(18,84,18)
(7%,33%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 84 of 255 = 33%
B 18 of 255 = 7%

18
84
18

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

Portions of RGB colors in percentages

R + G + B =
18 + 84 + 18 = 120 (100%)
R 18 of 120 ~ 15%
G 84 of 120 ~ 70%
B 18 of 120 ~ 15%

%15
%70
%15

CMYK color model

#125412 color CMYK value is (79,0,79,67).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 67.06%
CMYK:
(79,0,79,67)
C79M0Y79K67 
(79%,0%,79%,67%)
(0.79/0.00/0.79/0.67)	

CMYK percentages

%78.57
%0
%78.57
%67.06

Codes

Color #125412 in popluar color models

125412
RGB188418
HSL120°64.71%20.00%
HSB/HSV120°78.57%32.94%
CMYK78.57%0.00%78.57%
67.06%

Color #125412 in popluar number systems.

HEX125412
Decimal188418
Binary10010101010010010
Octal2212422

Shades and tints

Shades of #125412

#125412
(18,84,18)
#114D11
(17,77,17)
#104610
(16,70,16)
#0F3F0F
(15,63,15)
#0E380E
(14,56,14)
#0D310D
(13,49,13)
#0C2A0C
(12,42,12)
#0B230B
(11,35,11)
#0A1C0A
(10,28,10)
#091509
(9,21,9)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #125412

#125412
(18,84,18)
#276327
(39,99,39)
#3C723C
(60,114,60)
#518151
(81,129,81)
#669066
(102,144,102)
#7B9F7B
(123,159,123)
#90AE90
(144,174,144)
#A5BDA5
(165,189,165)
#BACCBA
(186,204,186)
#CFDBCF
(207,219,207)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125412; }

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

This text font color is #125412.


Background Color

.myBgColor { background-color: #125412; }

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

This div background color is #125412.


Border color

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

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

This div border color is #125412.


Opacity

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

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

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

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

This text has shadow with #125412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125412 on black background.


Color preview on white background

This text has color #125412 on white background.



Black color preview on #125412 background

This text has black color on #125412 background.


White color preview on #125412 background

This text has white color on #125412 background.