COLOR #125E2D

HEX: #125E2D
RGB: (18,94,45)

Color info

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

RGB color model

#125E2D color RGB value is (18,94,45).

  • red value is 18;
  • green value is 94;
  • blue value is 45.
RGB:
(18,94,45)
(7%,37%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 94 of 255 = 37%
B 45 of 255 = 18%

18
94
45

R + G + B ~ 21%. #125E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 94 + 45 = 157 (100%)
R 18 of 157 ~ 11.46%
G 94 of 157 ~ 59.87%
B 45 of 157 ~ 28.66%

%11.46
%59.87
%28.66

CMYK color model

#125E2D color CMYK value is (81,0,52,63).

  • cyan value is 80.85%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 63.14%
CMYK:
(81,0,52,63)
C81M0Y52K63 
(81%,0%,52%,63%)
(0.81/0.00/0.52/0.63)	

CMYK percentages

%80.85
%0
%52.13
%63.14

Codes

Color #125E2D in popluar color models

125E2D
RGB189445
HSL141°67.86%21.96%
HSB/HSV141°80.85%36.86%
CMYK80.85%0.00%52.13%
63.14%

Color #125E2D in popluar number systems.

HEX125E2D
Decimal189445
Binary100101011110101101
Octal2213655

Shades and tints

Shades of #125E2D

#125E2D
(18,94,45)
#115629
(17,86,41)
#104E25
(16,78,37)
#0F4621
(15,70,33)
#0E3E1D
(14,62,29)
#0D3619
(13,54,25)
#0C2E15
(12,46,21)
#0B2611
(11,38,17)
#0A1E0D
(10,30,13)
#091609
(9,22,9)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #125E2D

#125E2D
(18,94,45)
#276C40
(39,108,64)
#3C7A53
(60,122,83)
#518866
(81,136,102)
#669679
(102,150,121)
#7BA48C
(123,164,140)
#90B29F
(144,178,159)
#A5C0B2
(165,192,178)
#BACEC5
(186,206,197)
#CFDCD8
(207,220,216)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125E2D color. Also use rgb(18,94,45) instead hex code.

Text Font Color

.myTextColor { color: #125E2D; }

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

This text font color is #125E2D.


Background Color

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

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

This div background color is #125E2D.


Border color

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

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

This div border color is #125E2D.


Opacity

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

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

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

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

This text has shadow with #125E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125E2D on black background.


Color preview on white background

This text has color #125E2D on white background.



Black color preview on #125E2D background

This text has black color on #125E2D background.


White color preview on #125E2D background

This text has white color on #125E2D background.