COLOR #124025

HEX: #124025
RGB: (18,64,37)

Color info

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

RGB color model

#124025 color RGB value is (18,64,37).

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

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 37 of 255 = 15%

18
64
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 37 = 119 (100%)
R 18 of 119 ~ 15.13%
G 64 of 119 ~ 53.78%
B 37 of 119 ~ 31.09%

%15.13
%53.78
%31.09

CMYK color model

#124025 color CMYK value is (72,0,42,75).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 74.90%
CMYK:
(72,0,42,75)
C72M0Y42K75 
(72%,0%,42%,75%)
(0.72/0.00/0.42/0.75)	

CMYK percentages

%71.88
%0
%42.19
%74.9

Codes

Color #124025 in popluar color models

124025
RGB186437
HSL145°56.10%16.08%
HSB/HSV145°71.88%25.10%
CMYK71.88%0.00%42.19%
74.90%

Color #124025 in popluar number systems.

HEX124025
Decimal186437
Binary100101000000100101
Octal2210045

Shades and tints

Shades of #124025

#124025
(18,64,37)
#113B22
(17,59,34)
#10361F
(16,54,31)
#0F311C
(15,49,28)
#0E2C19
(14,44,25)
#0D2716
(13,39,22)
#0C2213
(12,34,19)
#0B1D10
(11,29,16)
#0A180D
(10,24,13)
#09130A
(9,19,10)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #124025

#124025
(18,64,37)
#275138
(39,81,56)
#3C624B
(60,98,75)
#51735E
(81,115,94)
#668471
(102,132,113)
#7B9584
(123,149,132)
#90A697
(144,166,151)
#A5B7AA
(165,183,170)
#BAC8BD
(186,200,189)
#CFD9D0
(207,217,208)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124025; }

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

This text font color is #124025.


Background Color

.myBgColor { background-color: #124025; }

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

This div background color is #124025.


Border color

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

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

This div border color is #124025.


Opacity

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

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

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

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

This text has shadow with #124025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124025 on black background.


Color preview on white background

This text has color #124025 on white background.



Black color preview on #124025 background

This text has black color on #124025 background.


White color preview on #124025 background

This text has white color on #124025 background.