COLOR #124B4A

HEX: #124B4A RGB: (18,75,74)

Color info

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

RGB color model

#124B4A color RGB value is (18,75,74).

RGB: (18,75,74) (7%, 29%, 29%)

RGB channels and saturation

R 18 of 255 = 7%
G 75 of 255 = 29%
B 74 of 255 = 29%

18
75
74

R + G + B ~ 22%. #124B4A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 75 + 74 = 167 (100%)
R 18 of 167 ~ 10.78%
G 75 of 167 ~ 44.91%
B 74 of 167 ~ 44.31'%

%10.78
%44.91
%44.31

CMYK color model

#124B4A color CMYK value is (76,0,1,71).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 70.59%

CMYK: (76,0,1,71)
C76M0Y1K71 (76%, 0%, 1%, 71%)
(0.76 / 0.00 / 0.01 / 0.71)

CMYK percentages

%76
%0
%1.33
%70.59

Codes

Color #124B4A in popluar color models

12 4B 4A
RGB 18 75 74
HSL 179° 61.29% 18.24%
HSB/HSV 179° 76.00% 29.41%
CMYK 76.00% 0.00% 1.33%
70.59%

Color #124B4A in popluar number systems.

HEX 12 4B 4A
Decimal 18 75 74
Binary 10010 1001011 1001010
Octal 22 113 112

Shades and tints

Shades of #124B4A

#124B4A
(18,75,74)
#114544
(17,69,68)
#103F3E
(16,63,62)
#0F3938
(15,57,56)
#0E3332
(14,51,50)
#0D2D2C
(13,45,44)
#0C2726
(12,39,38)
#0B2120
(11,33,32)
#0A1B1A
(10,27,26)
#091514
(9,21,20)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #124B4A

#124B4A
(18,75,74)
#275B5A
(39,91,90)
#3C6B6A
(60,107,106)
#517B7A
(81,123,122)
#668B8A
(102,139,138)
#7B9B9A
(123,155,154)
#90ABAA
(144,171,170)
#A5BBBA
(165,187,186)
#BACBCA
(186,203,202)
#CFDBDA
(207,219,218)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124B4A; }

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

This text font color is #124B4A.

Background Color

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

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

This div background color is #124B4A.

Border color

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

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

This div border color is #124B4A.

Opacity

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

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

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

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

This text has shadow with #124B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124B4A.

Preview

Color preview on black background

This text has color #124B4A on black background.


Color preview on white background

This text has color #124B4A on white background.


Black color preview on #124B4A background

This text has black color on #124B4A background.


White color preview on #124B4A background

This text has white color on #124B4A background.


Related colors

Complementary color

Complementary color for #hex is #EDB4B5.


I love getcolorcode.com

Triadic colors

1 #4A124B and #4B4A12 with #124B4A are triadic colors.

2 #4A4B12 and #4B124A with #124B4A are triadic colors.