COLOR #124336

HEX: #124336
RGB: (18,67,54)

Color info

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

RGB color model

#124336 color RGB value is (18,67,54).

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

RGB channels and saturation

R 18 of 255 = 7%
G 67 of 255 = 26%
B 54 of 255 = 21%

18
67
54

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

Portions of RGB colors in percentages

R + G + B =
18 + 67 + 54 = 139 (100%)
R 18 of 139 ~ 12.95%
G 67 of 139 ~ 48.2%
B 54 of 139 ~ 38.85%

%12.95
%48.2
%38.85

CMYK color model

#124336 color CMYK value is (73,0,19,74).

  • cyan value is 73.13%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%
CMYK:
(73,0,19,74)
C73M0Y19K74 
(73%,0%,19%,74%)
(0.73/0.00/0.19/0.74)	

CMYK percentages

%73.13
%0
%19.4
%73.73

Codes

Color #124336 in popluar color models

124336
RGB186754
HSL164°57.65%16.67%
HSB/HSV164°73.13%26.27%
CMYK73.13%0.00%19.40%
73.73%

Color #124336 in popluar number systems.

HEX124336
Decimal186754
Binary100101000011110110
Octal2210366

Shades and tints

Shades of #124336

#124336
(18,67,54)
#113D32
(17,61,50)
#10372E
(16,55,46)
#0F312A
(15,49,42)
#0E2B26
(14,43,38)
#0D2522
(13,37,34)
#0C1F1E
(12,31,30)
#0B191A
(11,25,26)
#0A1316
(10,19,22)
#090D12
(9,13,18)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #124336

#124336
(18,67,54)
#275448
(39,84,72)
#3C655A
(60,101,90)
#51766C
(81,118,108)
#66877E
(102,135,126)
#7B9890
(123,152,144)
#90A9A2
(144,169,162)
#A5BAB4
(165,186,180)
#BACBC6
(186,203,198)
#CFDCD8
(207,220,216)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124336; }

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

This text font color is #124336.


Background Color

.myBgColor { background-color: #124336; }

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

This div background color is #124336.


Border color

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

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

This div border color is #124336.


Opacity

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

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

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

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

This text has shadow with #124336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124336 on black background.


Color preview on white background

This text has color #124336 on white background.



Black color preview on #124336 background

This text has black color on #124336 background.


White color preview on #124336 background

This text has white color on #124336 background.