COLOR #124E35

HEX: #124E35
RGB: (18,78,53)

Color info

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

RGB color model

#124E35 color RGB value is (18,78,53).

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

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 53 of 255 = 21%

18
78
53

R + G + B ~ 20%. #124E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 53 = 149 (100%)
R 18 of 149 ~ 12.08%
G 78 of 149 ~ 52.35%
B 53 of 149 ~ 35.57%

%12.08
%52.35
%35.57

CMYK color model

#124E35 color CMYK value is (77,0,32,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 32.05%
  • key color value is 69.41%
CMYK:
(77,0,32,69)
C77M0Y32K69 
(77%,0%,32%,69%)
(0.77/0.00/0.32/0.69)	

CMYK percentages

%76.92
%0
%32.05
%69.41

Codes

Color #124E35 in popluar color models

124E35
RGB187853
HSL155°62.50%18.82%
HSB/HSV155°76.92%30.59%
CMYK76.92%0.00%32.05%
69.41%

Color #124E35 in popluar number systems.

HEX124E35
Decimal187853
Binary100101001110110101
Octal2211665

Shades and tints

Shades of #124E35

#124E35
(18,78,53)
#114731
(17,71,49)
#10402D
(16,64,45)
#0F3929
(15,57,41)
#0E3225
(14,50,37)
#0D2B21
(13,43,33)
#0C241D
(12,36,29)
#0B1D19
(11,29,25)
#0A1615
(10,22,21)
#090F11
(9,15,17)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #124E35

#124E35
(18,78,53)
#275E47
(39,94,71)
#3C6E59
(60,110,89)
#517E6B
(81,126,107)
#668E7D
(102,142,125)
#7B9E8F
(123,158,143)
#90AEA1
(144,174,161)
#A5BEB3
(165,190,179)
#BACEC5
(186,206,197)
#CFDED7
(207,222,215)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124E35; }

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

This text font color is #124E35.


Background Color

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

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

This div background color is #124E35.


Border color

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

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

This div border color is #124E35.


Opacity

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

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

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

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

This text has shadow with #124E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E35 on black background.


Color preview on white background

This text has color #124E35 on white background.



Black color preview on #124E35 background

This text has black color on #124E35 background.


White color preview on #124E35 background

This text has white color on #124E35 background.