COLOR #124E33

HEX: #124E33
RGB: (18,78,51)

Color info

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

RGB color model

#124E33 color RGB value is (18,78,51).

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

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 51 of 255 = 20%

18
78
51

R + G + B ~ 19%. #124E33 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 51 = 147 (100%)
R 18 of 147 ~ 12.24%
G 78 of 147 ~ 53.06%
B 51 of 147 ~ 34.69%

%12.24
%53.06
%34.69

CMYK color model

#124E33 color CMYK value is (77,0,35,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 69.41%
CMYK:
(77,0,35,69)
C77M0Y35K69 
(77%,0%,35%,69%)
(0.77/0.00/0.35/0.69)	

CMYK percentages

%76.92
%0
%34.62
%69.41

Codes

Color #124E33 in popluar color models

124E33
RGB187851
HSL153°62.50%18.82%
HSB/HSV153°76.92%30.59%
CMYK76.92%0.00%34.62%
69.41%

Color #124E33 in popluar number systems.

HEX124E33
Decimal187851
Binary100101001110110011
Octal2211663

Shades and tints

Shades of #124E33

#124E33
(18,78,51)
#11472F
(17,71,47)
#10402B
(16,64,43)
#0F3927
(15,57,39)
#0E3223
(14,50,35)
#0D2B1F
(13,43,31)
#0C241B
(12,36,27)
#0B1D17
(11,29,23)
#0A1613
(10,22,19)
#090F0F
(9,15,15)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #124E33

#124E33
(18,78,51)
#275E45
(39,94,69)
#3C6E57
(60,110,87)
#517E69
(81,126,105)
#668E7B
(102,142,123)
#7B9E8D
(123,158,141)
#90AE9F
(144,174,159)
#A5BEB1
(165,190,177)
#BACEC3
(186,206,195)
#CFDED5
(207,222,213)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124E33; }

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

This text font color is #124E33.


Background Color

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

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

This div background color is #124E33.


Border color

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

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

This div border color is #124E33.


Opacity

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

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

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

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

This text has shadow with #124E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E33 on black background.


Color preview on white background

This text has color #124E33 on white background.



Black color preview on #124E33 background

This text has black color on #124E33 background.


White color preview on #124E33 background

This text has white color on #124E33 background.