COLOR #124A23

HEX: #124A23 RGB: (18,74,35)

Color info

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

RGB color model

#124A23 color RGB value is (18,74,35).

RGB: (18,74,35) (7%, 29%, 14%)

RGB channels and saturation

R 18 of 255 = 7%
G 74 of 255 = 29%
B 35 of 255 = 14%

18
74
35

R + G + B ~ 17%. #124A23 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 74 + 35 = 127 (100%)
R 18 of 127 ~ 14.17%
G 74 of 127 ~ 58.27%
B 35 of 127 ~ 27.56'%

%14.17
%58.27
%27.56

CMYK color model

#124A23 color CMYK value is (76,0,53,71).

  • cyan value is 75.68%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 70.98%

CMYK: (76,0,53,71)
C76M0Y53K71 (76%, 0%, 53%, 71%)
(0.76 / 0.00 / 0.53 / 0.71)

CMYK percentages

%75.68
%0
%52.7
%70.98

Codes

Color #124A23 in popluar color models

12 4A 23
RGB 18 74 35
HSL 138° 60.87% 18.04%
HSB/HSV 138° 75.68% 29.02%
CMYK 75.68% 0.00% 52.70%
70.98%

Color #124A23 in popluar number systems.

HEX 12 4A 23
Decimal 18 74 35
Binary 10010 1001010 100011
Octal 22 112 43

Shades and tints

Shades of #124A23

#124A23
(18,74,35)
#114420
(17,68,32)
#103E1D
(16,62,29)
#0F381A
(15,56,26)
#0E3217
(14,50,23)
#0D2C14
(13,44,20)
#0C2611
(12,38,17)
#0B200E
(11,32,14)
#0A1A0B
(10,26,11)
#091408
(9,20,8)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #124A23

#124A23
(18,74,35)
#275A37
(39,90,55)
#3C6A4B
(60,106,75)
#517A5F
(81,122,95)
#668A73
(102,138,115)
#7B9A87
(123,154,135)
#90AA9B
(144,170,155)
#A5BAAF
(165,186,175)
#BACAC3
(186,202,195)
#CFDAD7
(207,218,215)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124A23 color. Also use rgb(18,74,35) instead hex code.

Text Font Color

.myTextColor { color: #124A23; }

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

This text font color is #124A23.

Background Color

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

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

This div background color is #124A23.

Border color

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

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

This div border color is #124A23.

Opacity

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

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

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

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

This text has shadow with #124A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124A23.

Preview

Color preview on black background

This text has color #124A23 on black background.


Color preview on white background

This text has color #124A23 on white background.


Black color preview on #124A23 background

This text has black color on #124A23 background.


White color preview on #124A23 background

This text has white color on #124A23 background.


Related colors

Complementary color

Complementary color for #hex is #EDB5DC.


I love getcolorcode.com

Triadic colors

1 #23124A and #4A2312 with #124A23 are triadic colors.

2 #234A12 and #4A1223 with #124A23 are triadic colors.