COLOR #12373E

HEX: #12373E RGB: (18,55,62)

Color info

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

RGB color model

#12373E color RGB value is (18,55,62).

RGB: (18,55,62) (7%, 22%, 24%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 62 of 255 = 24%

18
55
62

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

Portions of RGB colors in percentages

R + G + B = 18 + 55 + 62 = 135 (100%)
R 18 of 135 ~ 13.33%
G 55 of 135 ~ 40.74%
B 62 of 135 ~ 45.93'%

%13.33
%40.74
%45.93

CMYK color model

#12373E color CMYK value is (71,11,0,76).

  • cyan value is 70.97%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (71,11,0,76)
C71M11Y0K76 (71%, 11%, 0%, 76%)
(0.71 / 0.11 / 0.00 / 0.76)

CMYK percentages

%70.97
%11.29
%0
%75.69

Codes

Color #12373E in popluar color models

12 37 3E
RGB 18 55 62
HSL 190° 55.00% 15.69%
HSB/HSV 190° 70.97% 24.31%
CMYK 70.97% 11.29% 0.00%
75.69%

Color #12373E in popluar number systems.

HEX 12 37 3E
Decimal 18 55 62
Binary 10010 110111 111110
Octal 22 67 76

Shades and tints

Shades of #12373E

#12373E
(18,55,62)
#113239
(17,50,57)
#102D34
(16,45,52)
#0F282F
(15,40,47)
#0E232A
(14,35,42)
#0D1E25
(13,30,37)
#0C1920
(12,25,32)
#0B141B
(11,20,27)
#0A0F16
(10,15,22)
#090A11
(9,10,17)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #12373E

#12373E
(18,55,62)
#27494F
(39,73,79)
#3C5B60
(60,91,96)
#516D71
(81,109,113)
#667F82
(102,127,130)
#7B9193
(123,145,147)
#90A3A4
(144,163,164)
#A5B5B5
(165,181,181)
#BAC7C6
(186,199,198)
#CFD9D7
(207,217,215)
#E4EBE8
(228,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12373E; }

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

This text font color is #12373E.

Background Color

.myBgColor { background-color: #12373E; }

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

This div background color is #12373E.

Border color

.myBorderColor { border: 1px solid #12373E; }

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

This div border color is #12373E.

Opacity

.myOpacity80 { color: #12373E; opacity: 0.8; }

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

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

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

This text has shadow with #12373E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12373E.

Preview

Color preview on black background

This text has color #12373E on black background.


Color preview on white background

This text has color #12373E on white background.


Black color preview on #12373E background

This text has black color on #12373E background.


White color preview on #12373E background

This text has white color on #12373E background.


Related colors

Complementary color

Complementary color for #hex is #EDC8C1.


I love getcolorcode.com

Triadic colors

1 #3E1237 and #373E12 with #12373E are triadic colors.

2 #3E3712 and #37123E with #12373E are triadic colors.