COLOR #124337

HEX: #124337
RGB: (18,67,55)

Color info

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

RGB color model

#124337 color RGB value is (18,67,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 67 of 255 = 26%
B 55 of 255 = 22%

18
67
55

R + G + B ~ 18%. #124337 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 67 + 55 = 140 (100%)
R 18 of 140 ~ 12.86%
G 67 of 140 ~ 47.86%
B 55 of 140 ~ 39.29%

%12.86
%47.86
%39.29

CMYK color model

#124337 color CMYK value is (73,0,18,74).

  • cyan value is 73.13%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 73.73%
CMYK:
(73,0,18,74)
C73M0Y18K74 
(73%,0%,18%,74%)
(0.73/0.00/0.18/0.74)	

CMYK percentages

%73.13
%0
%17.91
%73.73

Codes

Color #124337 in popluar color models

124337
RGB186755
HSL165°57.65%16.67%
HSB/HSV165°73.13%26.27%
CMYK73.13%0.00%17.91%
73.73%

Color #124337 in popluar number systems.

HEX124337
Decimal186755
Binary100101000011110111
Octal2210367

Shades and tints

Shades of #124337

#124337
(18,67,55)
#113D32
(17,61,50)
#10372D
(16,55,45)
#0F3128
(15,49,40)
#0E2B23
(14,43,35)
#0D251E
(13,37,30)
#0C1F19
(12,31,25)
#0B1914
(11,25,20)
#0A130F
(10,19,15)
#090D0A
(9,13,10)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #124337

#124337
(18,67,55)
#275449
(39,84,73)
#3C655B
(60,101,91)
#51766D
(81,118,109)
#66877F
(102,135,127)
#7B9891
(123,152,145)
#90A9A3
(144,169,163)
#A5BAB5
(165,186,181)
#BACBC7
(186,203,199)
#CFDCD9
(207,220,217)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124337; }

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

This text font color is #124337.


Background Color

.myBgColor { background-color: #124337; }

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

This div background color is #124337.


Border color

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

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

This div border color is #124337.


Opacity

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

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

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

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

This text has shadow with #124337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124337 on black background.


Color preview on white background

This text has color #124337 on white background.



Black color preview on #124337 background

This text has black color on #124337 background.


White color preview on #124337 background

This text has white color on #124337 background.