COLOR #124028

HEX: #124028
RGB: (18,64,40)

Color info

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

RGB color model

#124028 color RGB value is (18,64,40).

  • red value is 18;
  • green value is 64;
  • blue value is 40.
RGB:
(18,64,40)
(7%,25%,16%)

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 40 of 255 = 16%

18
64
40

R + G + B ~ 16%. #124028 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 40 = 122 (100%)
R 18 of 122 ~ 14.75%
G 64 of 122 ~ 52.46%
B 40 of 122 ~ 32.79%

%14.75
%52.46
%32.79

CMYK color model

#124028 color CMYK value is (72,0,38,75).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 74.90%
CMYK:
(72,0,38,75)
C72M0Y38K75 
(72%,0%,38%,75%)
(0.72/0.00/0.38/0.75)	

CMYK percentages

%71.88
%0
%37.5
%74.9

Codes

Color #124028 in popluar color models

124028
RGB186440
HSL149°56.10%16.08%
HSB/HSV149°71.88%25.10%
CMYK71.88%0.00%37.50%
74.90%

Color #124028 in popluar number systems.

HEX124028
Decimal186440
Binary100101000000101000
Octal2210050

Shades and tints

Shades of #124028

#124028
(18,64,40)
#113B25
(17,59,37)
#103622
(16,54,34)
#0F311F
(15,49,31)
#0E2C1C
(14,44,28)
#0D2719
(13,39,25)
#0C2216
(12,34,22)
#0B1D13
(11,29,19)
#0A1810
(10,24,16)
#09130D
(9,19,13)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #124028

#124028
(18,64,40)
#27513B
(39,81,59)
#3C624E
(60,98,78)
#517361
(81,115,97)
#668474
(102,132,116)
#7B9587
(123,149,135)
#90A69A
(144,166,154)
#A5B7AD
(165,183,173)
#BAC8C0
(186,200,192)
#CFD9D3
(207,217,211)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124028 color. Also use rgb(18,64,40) instead hex code.

Text Font Color

.myTextColor { color: #124028; }

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

This text font color is #124028.


Background Color

.myBgColor { background-color: #124028; }

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

This div background color is #124028.


Border color

.myBorderColor { border: 1px solid #124028; }

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

This div border color is #124028.


Opacity

.myOpacity80 { color: #124028; opacity: 0.8; }

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

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

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

This text has shadow with #124028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124028 on black background.


Color preview on white background

This text has color #124028 on white background.



Black color preview on #124028 background

This text has black color on #124028 background.


White color preview on #124028 background

This text has white color on #124028 background.