COLOR #125A2B

HEX: #125A2B
RGB: (18,90,43)

Color info

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

RGB color model

#125A2B color RGB value is (18,90,43).

  • red value is 18;
  • green value is 90;
  • blue value is 43.
RGB:
(18,90,43)
(7%,35%,17%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 43 of 255 = 17%

18
90
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 90 + 43 = 151 (100%)
R 18 of 151 ~ 11.92%
G 90 of 151 ~ 59.6%
B 43 of 151 ~ 28.48%

%11.92
%59.6
%28.48

CMYK color model

#125A2B color CMYK value is (80,0,52,65).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 52.22%
  • key color value is 64.71%
CMYK:
(80,0,52,65)
C80M0Y52K65 
(80%,0%,52%,65%)
(0.80/0.00/0.52/0.65)	

CMYK percentages

%80
%0
%52.22
%64.71

Codes

Color #125A2B in popluar color models

125A2B
RGB189043
HSL141°66.67%21.18%
HSB/HSV141°80.00%35.29%
CMYK80.00%0.00%52.22%
64.71%

Color #125A2B in popluar number systems.

HEX125A2B
Decimal189043
Binary100101011010101011
Octal2213253

Shades and tints

Shades of #125A2B

#125A2B
(18,90,43)
#115228
(17,82,40)
#104A25
(16,74,37)
#0F4222
(15,66,34)
#0E3A1F
(14,58,31)
#0D321C
(13,50,28)
#0C2A19
(12,42,25)
#0B2216
(11,34,22)
#0A1A13
(10,26,19)
#091210
(9,18,16)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #125A2B

#125A2B
(18,90,43)
#27693E
(39,105,62)
#3C7851
(60,120,81)
#518764
(81,135,100)
#669677
(102,150,119)
#7BA58A
(123,165,138)
#90B49D
(144,180,157)
#A5C3B0
(165,195,176)
#BAD2C3
(186,210,195)
#CFE1D6
(207,225,214)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A2B color. Also use rgb(18,90,43) instead hex code.

Text Font Color

.myTextColor { color: #125A2B; }

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

This text font color is #125A2B.


Background Color

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

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

This div background color is #125A2B.


Border color

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

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

This div border color is #125A2B.


Opacity

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

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

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

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

This text has shadow with #125A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A2B on black background.


Color preview on white background

This text has color #125A2B on white background.



Black color preview on #125A2B background

This text has black color on #125A2B background.


White color preview on #125A2B background

This text has white color on #125A2B background.