COLOR #123137

HEX: #123137 RGB: (18,49,55)

Color info

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

RGB color model

#123137 color RGB value is (18,49,55).

RGB: (18,49,55) (7%, 19%, 22%)

RGB channels and saturation

R 18 of 255 = 7%
G 49 of 255 = 19%
B 55 of 255 = 22%

18
49
55

R + G + B ~ 16%. #123137 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 49 + 55 = 122 (100%)
R 18 of 122 ~ 14.75%
G 49 of 122 ~ 40.16%
B 55 of 122 ~ 45.08'%

%14.75
%40.16
%45.08

CMYK color model

#123137 color CMYK value is (67,11,0,78).

  • cyan value is 67.27%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (67,11,0,78)
C67M11Y0K78 (67%, 11%, 0%, 78%)
(0.67 / 0.11 / 0.00 / 0.78)

CMYK percentages

%67.27
%10.91
%0
%78.43

Codes

Color #123137 in popluar color models

12 31 37
RGB 18 49 55
HSL 190° 50.68% 14.31%
HSB/HSV 190° 67.27% 21.57%
CMYK 67.27% 10.91% 0.00%
78.43%

Color #123137 in popluar number systems.

HEX 12 31 37
Decimal 18 49 55
Binary 10010 110001 110111
Octal 22 61 67

Shades and tints

Shades of #123137

#123137
(18,49,55)
#112D32
(17,45,50)
#10292D
(16,41,45)
#0F2528
(15,37,40)
#0E2123
(14,33,35)
#0D1D1E
(13,29,30)
#0C1919
(12,25,25)
#0B1514
(11,21,20)
#0A110F
(10,17,15)
#090D0A
(9,13,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #123137

#123137
(18,49,55)
#274349
(39,67,73)
#3C555B
(60,85,91)
#51676D
(81,103,109)
#66797F
(102,121,127)
#7B8B91
(123,139,145)
#909DA3
(144,157,163)
#A5AFB5
(165,175,181)
#BAC1C7
(186,193,199)
#CFD3D9
(207,211,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123137; }

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

This text font color is #123137.

Background Color

.myBgColor { background-color: #123137; }

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

This div background color is #123137.

Border color

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

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

This div border color is #123137.

Opacity

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

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

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

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

This text has shadow with #123137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123137.

Preview

Color preview on black background

This text has color #123137 on black background.


Color preview on white background

This text has color #123137 on white background.


Black color preview on #123137 background

This text has black color on #123137 background.


White color preview on #123137 background

This text has white color on #123137 background.


Related colors

Complementary color

Complementary color for #hex is #EDCEC8.


I love getcolorcode.com

Triadic colors

1 #371231 and #313712 with #123137 are triadic colors.

2 #373112 and #311237 with #123137 are triadic colors.