COLOR #124C2B

HEX: #124C2B
RGB: (18,76,43)

Color info

#124C2B contains red, green and blue colors in about the same proportion. Web safe color of #124C2B is #003333 (or #033).

RGB color model

#124C2B color RGB value is (18,76,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 76 of 255 = 30%
B 43 of 255 = 17%

18
76
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 76 + 43 = 137 (100%)
R 18 of 137 ~ 13.14%
G 76 of 137 ~ 55.47%
B 43 of 137 ~ 31.39%

%13.14
%55.47
%31.39

CMYK color model

#124C2B color CMYK value is (76,0,43,70).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 70.20%
CMYK:
(76,0,43,70)
C76M0Y43K70 
(76%,0%,43%,70%)
(0.76/0.00/0.43/0.70)	

CMYK percentages

%76.32
%0
%43.42
%70.2

Codes

Color #124C2B in popluar color models

124C2B
RGB187643
HSL146°61.70%18.43%
HSB/HSV146°76.32%29.80%
CMYK76.32%0.00%43.42%
70.20%

Color #124C2B in popluar number systems.

HEX124C2B
Decimal187643
Binary100101001100101011
Octal2211453

Shades and tints

Shades of #124C2B

#124C2B
(18,76,43)
#114628
(17,70,40)
#104025
(16,64,37)
#0F3A22
(15,58,34)
#0E341F
(14,52,31)
#0D2E1C
(13,46,28)
#0C2819
(12,40,25)
#0B2216
(11,34,22)
#0A1C13
(10,28,19)
#091610
(9,22,16)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #124C2B

#124C2B
(18,76,43)
#275C3E
(39,92,62)
#3C6C51
(60,108,81)
#517C64
(81,124,100)
#668C77
(102,140,119)
#7B9C8A
(123,156,138)
#90AC9D
(144,172,157)
#A5BCB0
(165,188,176)
#BACCC3
(186,204,195)
#CFDCD6
(207,220,214)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124C2B color. Also use rgb(18,76,43) instead hex code.

Text Font Color

.myTextColor { color: #124C2B; }

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

This text font color is #124C2B.


Background Color

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

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

This div background color is #124C2B.


Border color

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

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

This div border color is #124C2B.


Opacity

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

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

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

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

This text has shadow with #124C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124C2B on black background.


Color preview on white background

This text has color #124C2B on white background.



Black color preview on #124C2B background

This text has black color on #124C2B background.


White color preview on #124C2B background

This text has white color on #124C2B background.