COLOR #125B2D

HEX: #125B2D
RGB: (18,91,45)

Color info

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

RGB color model

#125B2D color RGB value is (18,91,45).

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

RGB channels and saturation

R 18 of 255 = 7%
G 91 of 255 = 36%
B 45 of 255 = 18%

18
91
45

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

Portions of RGB colors in percentages

R + G + B =
18 + 91 + 45 = 154 (100%)
R 18 of 154 ~ 11.69%
G 91 of 154 ~ 59.09%
B 45 of 154 ~ 29.22%

%11.69
%59.09
%29.22

CMYK color model

#125B2D color CMYK value is (80,0,51,64).

  • cyan value is 80.22%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 64.31%
CMYK:
(80,0,51,64)
C80M0Y51K64 
(80%,0%,51%,64%)
(0.80/0.00/0.51/0.64)	

CMYK percentages

%80.22
%0
%50.55
%64.31

Codes

Color #125B2D in popluar color models

125B2D
RGB189145
HSL142°66.97%21.37%
HSB/HSV142°80.22%35.69%
CMYK80.22%0.00%50.55%
64.31%

Color #125B2D in popluar number systems.

HEX125B2D
Decimal189145
Binary100101011011101101
Octal2213355

Shades and tints

Shades of #125B2D

#125B2D
(18,91,45)
#115329
(17,83,41)
#104B25
(16,75,37)
#0F4321
(15,67,33)
#0E3B1D
(14,59,29)
#0D3319
(13,51,25)
#0C2B15
(12,43,21)
#0B2311
(11,35,17)
#0A1B0D
(10,27,13)
#091309
(9,19,9)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #125B2D

#125B2D
(18,91,45)
#276940
(39,105,64)
#3C7753
(60,119,83)
#518566
(81,133,102)
#669379
(102,147,121)
#7BA18C
(123,161,140)
#90AF9F
(144,175,159)
#A5BDB2
(165,189,178)
#BACBC5
(186,203,197)
#CFD9D8
(207,217,216)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125B2D; }

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

This text font color is #125B2D.


Background Color

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

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

This div background color is #125B2D.


Border color

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

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

This div border color is #125B2D.


Opacity

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

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

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

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

This text has shadow with #125B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125B2D on black background.


Color preview on white background

This text has color #125B2D on white background.



Black color preview on #125B2D background

This text has black color on #125B2D background.


White color preview on #125B2D background

This text has white color on #125B2D background.