COLOR #123637

HEX: #123637
RGB: (18,54,55)

Color info

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

RGB color model

#123637 color RGB value is (18,54,55).

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

RGB channels and saturation

R 18 of 255 = 7%
G 54 of 255 = 21%
B 55 of 255 = 22%

18
54
55

R + G + B ~ 17%. #123637 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 54 + 55 = 127 (100%)
R 18 of 127 ~ 14.17%
G 54 of 127 ~ 42.52%
B 55 of 127 ~ 43.31%

%14.17
%42.52
%43.31

CMYK color model

#123637 color CMYK value is (67,2,0,78).

  • cyan value is 67.27%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(67,2,0,78)
C67M2Y0K78 
(67%,2%,0%,78%)
(0.67/0.02/0.00/0.78)	

CMYK percentages

%67.27
%1.82
%0
%78.43

Codes

Color #123637 in popluar color models

123637
RGB185455
HSL182°50.68%14.31%
HSB/HSV182°67.27%21.57%
CMYK67.27%1.82%0.00%
78.43%

Color #123637 in popluar number systems.

HEX123637
Decimal185455
Binary10010110110110111
Octal226667

Shades and tints

Shades of #123637

#123637
(18,54,55)
#113232
(17,50,50)
#102E2D
(16,46,45)
#0F2A28
(15,42,40)
#0E2623
(14,38,35)
#0D221E
(13,34,30)
#0C1E19
(12,30,25)
#0B1A14
(11,26,20)
#0A160F
(10,22,15)
#09120A
(9,18,10)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #123637

#123637
(18,54,55)
#274849
(39,72,73)
#3C5A5B
(60,90,91)
#516C6D
(81,108,109)
#667E7F
(102,126,127)
#7B9091
(123,144,145)
#90A2A3
(144,162,163)
#A5B4B5
(165,180,181)
#BAC6C7
(186,198,199)
#CFD8D9
(207,216,217)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123637; }

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

This text font color is #123637.


Background Color

.myBgColor { background-color: #123637; }

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

This div background color is #123637.


Border color

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

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

This div border color is #123637.


Opacity

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

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

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

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

This text has shadow with #123637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123637 on black background.


Color preview on white background

This text has color #123637 on white background.



Black color preview on #123637 background

This text has black color on #123637 background.


White color preview on #123637 background

This text has white color on #123637 background.