COLOR #125B29

HEX: #125B29
RGB: (18,91,41)

Color info

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

RGB color model

#125B29 color RGB value is (18,91,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 91 of 255 = 36%
B 41 of 255 = 16%

18
91
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 91 + 41 = 150 (100%)
R 18 of 150 ~ 12%
G 91 of 150 ~ 60.67%
B 41 of 150 ~ 27.33%

%12
%60.67
%27.33

CMYK color model

#125B29 color CMYK value is (80,0,55,64).

  • cyan value is 80.22%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 64.31%
CMYK:
(80,0,55,64)
C80M0Y55K64 
(80%,0%,55%,64%)
(0.80/0.00/0.55/0.64)	

CMYK percentages

%80.22
%0
%54.95
%64.31

Codes

Color #125B29 in popluar color models

125B29
RGB189141
HSL139°66.97%21.37%
HSB/HSV139°80.22%35.69%
CMYK80.22%0.00%54.95%
64.31%

Color #125B29 in popluar number systems.

HEX125B29
Decimal189141
Binary100101011011101001
Octal2213351

Shades and tints

Shades of #125B29

#125B29
(18,91,41)
#115326
(17,83,38)
#104B23
(16,75,35)
#0F4320
(15,67,32)
#0E3B1D
(14,59,29)
#0D331A
(13,51,26)
#0C2B17
(12,43,23)
#0B2314
(11,35,20)
#0A1B11
(10,27,17)
#09130E
(9,19,14)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #125B29

#125B29
(18,91,41)
#27693C
(39,105,60)
#3C774F
(60,119,79)
#518562
(81,133,98)
#669375
(102,147,117)
#7BA188
(123,161,136)
#90AF9B
(144,175,155)
#A5BDAE
(165,189,174)
#BACBC1
(186,203,193)
#CFD9D4
(207,217,212)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125B29; }

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

This text font color is #125B29.


Background Color

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

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

This div background color is #125B29.


Border color

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

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

This div border color is #125B29.


Opacity

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

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

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

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

This text has shadow with #125B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125B29 on black background.


Color preview on white background

This text has color #125B29 on white background.



Black color preview on #125B29 background

This text has black color on #125B29 background.


White color preview on #125B29 background

This text has white color on #125B29 background.