COLOR #125C2E

HEX: #125C2E
RGB: (18,92,46)

Color info

#125C2E contains mainly green and blue colors. Web safe color of #125C2E is #006633 (or #063).

RGB color model

#125C2E color RGB value is (18,92,46).

  • red value is 18;
  • green value is 92;
  • blue value is 46.
RGB:
(18,92,46)
(7%,36%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 92 of 255 = 36%
B 46 of 255 = 18%

18
92
46

R + G + B ~ 20%. #125C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 92 + 46 = 156 (100%)
R 18 of 156 ~ 11.54%
G 92 of 156 ~ 58.97%
B 46 of 156 ~ 29.49%

%11.54
%58.97
%29.49

CMYK color model

#125C2E color CMYK value is (80,0,50,64).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 63.92%
CMYK:
(80,0,50,64)
C80M0Y50K64 
(80%,0%,50%,64%)
(0.80/0.00/0.50/0.64)	

CMYK percentages

%80.43
%0
%50
%63.92

Codes

Color #125C2E in popluar color models

125C2E
RGB189246
HSL143°67.27%21.57%
HSB/HSV143°80.43%36.08%
CMYK80.43%0.00%50.00%
63.92%

Color #125C2E in popluar number systems.

HEX125C2E
Decimal189246
Binary100101011100101110
Octal2213456

Shades and tints

Shades of #125C2E

#125C2E
(18,92,46)
#11542A
(17,84,42)
#104C26
(16,76,38)
#0F4422
(15,68,34)
#0E3C1E
(14,60,30)
#0D341A
(13,52,26)
#0C2C16
(12,44,22)
#0B2412
(11,36,18)
#0A1C0E
(10,28,14)
#09140A
(9,20,10)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #125C2E

#125C2E
(18,92,46)
#276A41
(39,106,65)
#3C7854
(60,120,84)
#518667
(81,134,103)
#66947A
(102,148,122)
#7BA28D
(123,162,141)
#90B0A0
(144,176,160)
#A5BEB3
(165,190,179)
#BACCC6
(186,204,198)
#CFDAD9
(207,218,217)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125C2E color. Also use rgb(18,92,46) instead hex code.

Text Font Color

.myTextColor { color: #125C2E; }

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

This text font color is #125C2E.


Background Color

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

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

This div background color is #125C2E.


Border color

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

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

This div border color is #125C2E.


Opacity

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

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

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

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

This text has shadow with #125C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125C2E on black background.


Color preview on white background

This text has color #125C2E on white background.



Black color preview on #125C2E background

This text has black color on #125C2E background.


White color preview on #125C2E background

This text has white color on #125C2E background.