COLOR #124021

HEX: #124021
RGB: (18,64,33)

Color info

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

RGB color model

#124021 color RGB value is (18,64,33).

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

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 33 of 255 = 13%

18
64
33

R + G + B ~ 15%. #124021 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 33 = 115 (100%)
R 18 of 115 ~ 15.65%
G 64 of 115 ~ 55.65%
B 33 of 115 ~ 28.7%

%15.65
%55.65
%28.7

CMYK color model

#124021 color CMYK value is (72,0,48,75).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(72,0,48,75)
C72M0Y48K75 
(72%,0%,48%,75%)
(0.72/0.00/0.48/0.75)	

CMYK percentages

%71.88
%0
%48.44
%74.9

Codes

Color #124021 in popluar color models

124021
RGB186433
HSL140°56.10%16.08%
HSB/HSV140°71.88%25.10%
CMYK71.88%0.00%48.44%
74.90%

Color #124021 in popluar number systems.

HEX124021
Decimal186433
Binary100101000000100001
Octal2210041

Shades and tints

Shades of #124021

#124021
(18,64,33)
#113B1E
(17,59,30)
#10361B
(16,54,27)
#0F3118
(15,49,24)
#0E2C15
(14,44,21)
#0D2712
(13,39,18)
#0C220F
(12,34,15)
#0B1D0C
(11,29,12)
#0A1809
(10,24,9)
#091306
(9,19,6)
#080E03
(8,14,3)
#000000
(0,0,0)

Tints of #124021

#124021
(18,64,33)
#275135
(39,81,53)
#3C6249
(60,98,73)
#51735D
(81,115,93)
#668471
(102,132,113)
#7B9585
(123,149,133)
#90A699
(144,166,153)
#A5B7AD
(165,183,173)
#BAC8C1
(186,200,193)
#CFD9D5
(207,217,213)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124021; }

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

This text font color is #124021.


Background Color

.myBgColor { background-color: #124021; }

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

This div background color is #124021.


Border color

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

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

This div border color is #124021.


Opacity

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

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

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

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

This text has shadow with #124021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124021 on black background.


Color preview on white background

This text has color #124021 on white background.



Black color preview on #124021 background

This text has black color on #124021 background.


White color preview on #124021 background

This text has white color on #124021 background.