COLOR #125214

HEX: #125214
RGB: (18,82,20)

Color info

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

RGB color model

#125214 color RGB value is (18,82,20).

  • red value is 18;
  • green value is 82;
  • blue value is 20.
RGB:
(18,82,20)
(7%,32%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 20 of 255 = 8%

18
82
20

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

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 20 = 120 (100%)
R 18 of 120 ~ 15%
G 82 of 120 ~ 68.33%
B 20 of 120 ~ 16.67%

%15
%68.33
%16.67

CMYK color model

#125214 color CMYK value is (78,0,76,68).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 67.84%
CMYK:
(78,0,76,68)
C78M0Y76K68 
(78%,0%,76%,68%)
(0.78/0.00/0.76/0.68)	

CMYK percentages

%78.05
%0
%75.61
%67.84

Codes

Color #125214 in popluar color models

125214
RGB188220
HSL122°64.00%19.61%
HSB/HSV122°78.05%32.16%
CMYK78.05%0.00%75.61%
67.84%

Color #125214 in popluar number systems.

HEX125214
Decimal188220
Binary10010101001010100
Octal2212224

Shades and tints

Shades of #125214

#125214
(18,82,20)
#114B13
(17,75,19)
#104412
(16,68,18)
#0F3D11
(15,61,17)
#0E3610
(14,54,16)
#0D2F0F
(13,47,15)
#0C280E
(12,40,14)
#0B210D
(11,33,13)
#0A1A0C
(10,26,12)
#09130B
(9,19,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #125214

#125214
(18,82,20)
#276129
(39,97,41)
#3C703E
(60,112,62)
#517F53
(81,127,83)
#668E68
(102,142,104)
#7B9D7D
(123,157,125)
#90AC92
(144,172,146)
#A5BBA7
(165,187,167)
#BACABC
(186,202,188)
#CFD9D1
(207,217,209)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125214; }

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

This text font color is #125214.


Background Color

.myBgColor { background-color: #125214; }

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

This div background color is #125214.


Border color

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

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

This div border color is #125214.


Opacity

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

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

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

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

This text has shadow with #125214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125214 on black background.


Color preview on white background

This text has color #125214 on white background.



Black color preview on #125214 background

This text has black color on #125214 background.


White color preview on #125214 background

This text has white color on #125214 background.