COLOR #124B19

HEX: #124B19
RGB: (18,75,25)

Color info

#124B19 contains red, green and blue colors in about the same proportion. Web safe color of #124B19 is #003300 (or #030).

RGB color model

#124B19 color RGB value is (18,75,25).

  • red value is 18;
  • green value is 75;
  • blue value is 25.
RGB:
(18,75,25)
(7%,29%,10%)

RGB channels and saturation

R 18 of 255 = 7%
G 75 of 255 = 29%
B 25 of 255 = 10%

18
75
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 75 + 25 = 118 (100%)
R 18 of 118 ~ 15.25%
G 75 of 118 ~ 63.56%
B 25 of 118 ~ 21.19%

%15.25
%63.56
%21.19

CMYK color model

#124B19 color CMYK value is (76,0,67,71).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(76,0,67,71)
C76M0Y67K71 
(76%,0%,67%,71%)
(0.76/0.00/0.67/0.71)	

CMYK percentages

%76
%0
%66.67
%70.59

Codes

Color #124B19 in popluar color models

124B19
RGB187525
HSL127°61.29%18.24%
HSB/HSV127°76.00%29.41%
CMYK76.00%0.00%66.67%
70.59%

Color #124B19 in popluar number systems.

HEX124B19
Decimal187525
Binary10010100101111001
Octal2211331

Shades and tints

Shades of #124B19

#124B19
(18,75,25)
#114517
(17,69,23)
#103F15
(16,63,21)
#0F3913
(15,57,19)
#0E3311
(14,51,17)
#0D2D0F
(13,45,15)
#0C270D
(12,39,13)
#0B210B
(11,33,11)
#0A1B09
(10,27,9)
#091507
(9,21,7)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #124B19

#124B19
(18,75,25)
#275B2D
(39,91,45)
#3C6B41
(60,107,65)
#517B55
(81,123,85)
#668B69
(102,139,105)
#7B9B7D
(123,155,125)
#90AB91
(144,171,145)
#A5BBA5
(165,187,165)
#BACBB9
(186,203,185)
#CFDBCD
(207,219,205)
#E4EBE1
(228,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124B19; }

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

This text font color is #124B19.


Background Color

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

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

This div background color is #124B19.


Border color

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

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

This div border color is #124B19.


Opacity

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

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

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

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

This text has shadow with #124B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124B19 on black background.


Color preview on white background

This text has color #124B19 on white background.



Black color preview on #124B19 background

This text has black color on #124B19 background.


White color preview on #124B19 background

This text has white color on #124B19 background.