COLOR #124B37

HEX: #124B37
RGB: (18,75,55)

Color info

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

RGB color model

#124B37 color RGB value is (18,75,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 75 of 255 = 29%
B 55 of 255 = 22%

18
75
55

R + G + B ~ 19%. #124B37 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 75 + 55 = 148 (100%)
R 18 of 148 ~ 12.16%
G 75 of 148 ~ 50.68%
B 55 of 148 ~ 37.16%

%12.16
%50.68
%37.16

CMYK color model

#124B37 color CMYK value is (76,0,27,71).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 70.59%
CMYK:
(76,0,27,71)
C76M0Y27K71 
(76%,0%,27%,71%)
(0.76/0.00/0.27/0.71)	

CMYK percentages

%76
%0
%26.67
%70.59

Codes

Color #124B37 in popluar color models

124B37
RGB187555
HSL159°61.29%18.24%
HSB/HSV159°76.00%29.41%
CMYK76.00%0.00%26.67%
70.59%

Color #124B37 in popluar number systems.

HEX124B37
Decimal187555
Binary100101001011110111
Octal2211367

Shades and tints

Shades of #124B37

#124B37
(18,75,55)
#114532
(17,69,50)
#103F2D
(16,63,45)
#0F3928
(15,57,40)
#0E3323
(14,51,35)
#0D2D1E
(13,45,30)
#0C2719
(12,39,25)
#0B2114
(11,33,20)
#0A1B0F
(10,27,15)
#09150A
(9,21,10)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #124B37

#124B37
(18,75,55)
#275B49
(39,91,73)
#3C6B5B
(60,107,91)
#517B6D
(81,123,109)
#668B7F
(102,139,127)
#7B9B91
(123,155,145)
#90ABA3
(144,171,163)
#A5BBB5
(165,187,181)
#BACBC7
(186,203,199)
#CFDBD9
(207,219,217)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124B37; }

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

This text font color is #124B37.


Background Color

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

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

This div background color is #124B37.


Border color

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

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

This div border color is #124B37.


Opacity

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

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

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

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

This text has shadow with #124B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124B37 on black background.


Color preview on white background

This text has color #124B37 on white background.



Black color preview on #124B37 background

This text has black color on #124B37 background.


White color preview on #124B37 background

This text has white color on #124B37 background.