COLOR #12373A

HEX: #12373A RGB: (18,55,58)

Color info

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

RGB color model

#12373A color RGB value is (18,55,58).

RGB: (18,55,58) (7%, 22%, 23%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 58 of 255 = 23%

18
55
58

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

Portions of RGB colors in percentages

R + G + B = 18 + 55 + 58 = 131 (100%)
R 18 of 131 ~ 13.74%
G 55 of 131 ~ 41.98%
B 58 of 131 ~ 44.27'%

%13.74
%41.98
%44.27

CMYK color model

#12373A color CMYK value is (69,5,0,77).

  • cyan value is 68.97%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (69,5,0,77)
C69M5Y0K77 (69%, 5%, 0%, 77%)
(0.69 / 0.05 / 0.00 / 0.77)

CMYK percentages

%68.97
%5.17
%0
%77.25

Codes

Color #12373A in popluar color models

12 37 3A
RGB 18 55 58
HSL 185° 52.63% 14.90%
HSB/HSV 185° 68.97% 22.75%
CMYK 68.97% 5.17% 0.00%
77.25%

Color #12373A in popluar number systems.

HEX 12 37 3A
Decimal 18 55 58
Binary 10010 110111 111010
Octal 22 67 72

Shades and tints

Shades of #12373A

#12373A
(18,55,58)
#113235
(17,50,53)
#102D30
(16,45,48)
#0F282B
(15,40,43)
#0E2326
(14,35,38)
#0D1E21
(13,30,33)
#0C191C
(12,25,28)
#0B1417
(11,20,23)
#0A0F12
(10,15,18)
#090A0D
(9,10,13)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #12373A

#12373A
(18,55,58)
#27494B
(39,73,75)
#3C5B5C
(60,91,92)
#516D6D
(81,109,109)
#667F7E
(102,127,126)
#7B918F
(123,145,143)
#90A3A0
(144,163,160)
#A5B5B1
(165,181,177)
#BAC7C2
(186,199,194)
#CFD9D3
(207,217,211)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12373A; }

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

This text font color is #12373A.

Background Color

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

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

This div background color is #12373A.

Border color

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

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

This div border color is #12373A.

Opacity

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

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

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

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

This text has shadow with #12373A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12373A.

Preview

Color preview on black background

This text has color #12373A on black background.


Color preview on white background

This text has color #12373A on white background.


Black color preview on #12373A background

This text has black color on #12373A background.


White color preview on #12373A background

This text has white color on #12373A background.


Related colors

Complementary color

Complementary color for #hex is #EDC8C5.


I love getcolorcode.com

Triadic colors

1 #3A1237 and #373A12 with #12373A are triadic colors.

2 #3A3712 and #37123A with #12373A are triadic colors.