COLOR #124A01

HEX: #124A01 RGB: (18,74,1)

Color info

#124A01 contains mainly red and green colors. Web safe color of #124A01 is #003300 (or #030).

RGB color model

#124A01 color RGB value is (18,74,1).

RGB: (18,74,1) (7%, 29%, 0%)

RGB channels and saturation

R 18 of 255 = 7%
G 74 of 255 = 29%
B 1 of 255 = 0%

18
74
1

R + G + B ~ 12%. #124A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 74 + 1 = 93 (100%)
R 18 of 93 ~ 19.35%
G 74 of 93 ~ 79.57%
B 1 of 93 ~ 1.08'%

%19.35
%79.57

CMYK color model

#124A01 color CMYK value is (76,0,99,71).

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

CMYK: (76,0,99,71)
C76M0Y99K71 (76%, 0%, 99%, 71%)
(0.76 / 0.00 / 0.99 / 0.71)

CMYK percentages

%75.68
%0
%98.65
%70.98

Codes

Color #124A01 in popluar color models

12 4A 01
RGB 18 74 1
HSL 106° 97.33% 14.71%
HSB/HSV 106° 98.65% 29.02%
CMYK 75.68% 0.00% 98.65%
70.98%

Color #124A01 in popluar number systems.

HEX 12 4A 01
Decimal 18 74 1
Binary 10010 1001010 1
Octal 22 112 1

Shades and tints

Shades of #124A01

#124A01
(18,74,1)
#114401
(17,68,1)
#103E01
(16,62,1)
#0F3801
(15,56,1)
#0E3201
(14,50,1)
#0D2C01
(13,44,1)
#0C2601
(12,38,1)
#0B2001
(11,32,1)
#0A1A01
(10,26,1)
#091401
(9,20,1)
#080E01
(8,14,1)
#000000
(0,0,0)

Tints of #124A01

#124A01
(18,74,1)
#275A18
(39,90,24)
#3C6A2F
(60,106,47)
#517A46
(81,122,70)
#668A5D
(102,138,93)
#7B9A74
(123,154,116)
#90AA8B
(144,170,139)
#A5BAA2
(165,186,162)
#BACAB9
(186,202,185)
#CFDAD0
(207,218,208)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124A01; }

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

This text font color is #124A01.

Background Color

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

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

This div background color is #124A01.

Border color

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

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

This div border color is #124A01.

Opacity

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

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

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

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

This text has shadow with #124A01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124A01.

Preview

Color preview on black background

This text has color #124A01 on black background.


Color preview on white background

This text has color #124A01 on white background.


Black color preview on #124A01 background

This text has black color on #124A01 background.


White color preview on #124A01 background

This text has white color on #124A01 background.


Related colors

Complementary color

Complementary color for #hex is #EDB5FE.


I love getcolorcode.com

Triadic colors

1 #01124A and #4A0112 with #124A01 are triadic colors.

2 #014A12 and #4A1201 with #124A01 are triadic colors.