COLOR #124E29

HEX: #124E29
RGB: (18,78,41)

Color info

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

RGB color model

#124E29 color RGB value is (18,78,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 41 of 255 = 16%

18
78
41

R + G + B ~ 18%. #124E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 41 = 137 (100%)
R 18 of 137 ~ 13.14%
G 78 of 137 ~ 56.93%
B 41 of 137 ~ 29.93%

%13.14
%56.93
%29.93

CMYK color model

#124E29 color CMYK value is (77,0,47,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 47.44%
  • key color value is 69.41%
CMYK:
(77,0,47,69)
C77M0Y47K69 
(77%,0%,47%,69%)
(0.77/0.00/0.47/0.69)	

CMYK percentages

%76.92
%0
%47.44
%69.41

Codes

Color #124E29 in popluar color models

124E29
RGB187841
HSL143°62.50%18.82%
HSB/HSV143°76.92%30.59%
CMYK76.92%0.00%47.44%
69.41%

Color #124E29 in popluar number systems.

HEX124E29
Decimal187841
Binary100101001110101001
Octal2211651

Shades and tints

Shades of #124E29

#124E29
(18,78,41)
#114726
(17,71,38)
#104023
(16,64,35)
#0F3920
(15,57,32)
#0E321D
(14,50,29)
#0D2B1A
(13,43,26)
#0C2417
(12,36,23)
#0B1D14
(11,29,20)
#0A1611
(10,22,17)
#090F0E
(9,15,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #124E29

#124E29
(18,78,41)
#275E3C
(39,94,60)
#3C6E4F
(60,110,79)
#517E62
(81,126,98)
#668E75
(102,142,117)
#7B9E88
(123,158,136)
#90AE9B
(144,174,155)
#A5BEAE
(165,190,174)
#BACEC1
(186,206,193)
#CFDED4
(207,222,212)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124E29 color. Also use rgb(18,78,41) instead hex code.

Text Font Color

.myTextColor { color: #124E29; }

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

This text font color is #124E29.


Background Color

.myBgColor { background-color: #124E29; }

<div style="background-color:#124E29">Inner text</div>

This div background color is #124E29.


Border color

.myBorderColor { border: 1px solid #124E29; }

<div style="border:3px solid #124E29">Div</div>

This div border color is #124E29.


Opacity

.myOpacity80 { color: #124E29; opacity: 0.8; }

<p style="color:#124E29;opacity:0.8;">80%</p>

Text with #124E29 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 #124E29;}

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

This text has shadow with #124E29 color.

.textShadow {text-shadow: 3px 3px 1px #124E29, 3px 3px 1px red;}

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

This text has shadow with #124E29 primary color and red secondary color.


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

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

This text has shadow with #124E29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E29 on black background.


Color preview on white background

This text has color #124E29 on white background.



Black color preview on #124E29 background

This text has black color on #124E29 background.


White color preview on #124E29 background

This text has white color on #124E29 background.