COLOR #12323B

HEX: #12323B
RGB: (18,50,59)

Color info

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

RGB color model

#12323B color RGB value is (18,50,59).

  • red value is 18;
  • green value is 50;
  • blue value is 59.
RGB:
(18,50,59)
(7%,20%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 59 of 255 = 23%

18
50
59

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

Portions of RGB colors in percentages

R + G + B =
18 + 50 + 59 = 127 (100%)
R 18 of 127 ~ 14.17%
G 50 of 127 ~ 39.37%
B 59 of 127 ~ 46.46%

%14.17
%39.37
%46.46

CMYK color model

#12323B color CMYK value is (69,15,0,77).

  • cyan value is 69.49%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,15,0,77)
C69M15Y0K77 
(69%,15%,0%,77%)
(0.69/0.15/0.00/0.77)	

CMYK percentages

%69.49
%15.25
%0
%76.86

Codes

Color #12323B in popluar color models

12323B
RGB185059
HSL193°53.25%15.10%
HSB/HSV193°69.49%23.14%
CMYK69.49%15.25%0.00%
76.86%

Color #12323B in popluar number systems.

HEX12323B
Decimal185059
Binary10010110010111011
Octal226273

Shades and tints

Shades of #12323B

#12323B
(18,50,59)
#112E36
(17,46,54)
#102A31
(16,42,49)
#0F262C
(15,38,44)
#0E2227
(14,34,39)
#0D1E22
(13,30,34)
#0C1A1D
(12,26,29)
#0B1618
(11,22,24)
#0A1213
(10,18,19)
#090E0E
(9,14,14)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #12323B

#12323B
(18,50,59)
#27444C
(39,68,76)
#3C565D
(60,86,93)
#51686E
(81,104,110)
#667A7F
(102,122,127)
#7B8C90
(123,140,144)
#909EA1
(144,158,161)
#A5B0B2
(165,176,178)
#BAC2C3
(186,194,195)
#CFD4D4
(207,212,212)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12323B color. Also use rgb(18,50,59) instead hex code.

Text Font Color

.myTextColor { color: #12323B; }

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

This text font color is #12323B.


Background Color

.myBgColor { background-color: #12323B; }

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

This div background color is #12323B.


Border color

.myBorderColor { border: 1px solid #12323B; }

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

This div border color is #12323B.


Opacity

.myOpacity80 { color: #12323B; opacity: 0.8; }

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

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

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

This text has shadow with #12323B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12323B on black background.


Color preview on white background

This text has color #12323B on white background.



Black color preview on #12323B background

This text has black color on #12323B background.


White color preview on #12323B background

This text has white color on #12323B background.