COLOR #11423B

HEX: #11423B
RGB: (17,66,59)

Color info

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

RGB color model

#11423B color RGB value is (17,66,59).

  • red value is 17;
  • green value is 66;
  • blue value is 59.
RGB:
(17,66,59)
(7%,26%,23%)

RGB channels and saturation

R 17 of 255 = 7%
G 66 of 255 = 26%
B 59 of 255 = 23%

17
66
59

R + G + B ~ 19%. #11423B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 66 + 59 = 142 (100%)
R 17 of 142 ~ 11.97%
G 66 of 142 ~ 46.48%
B 59 of 142 ~ 41.55%

%11.97
%46.48
%41.55

CMYK color model

#11423B color CMYK value is (74,0,11,74).

  • cyan value is 74.24%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(74,0,11,74)
C74M0Y11K74 
(74%,0%,11%,74%)
(0.74/0.00/0.11/0.74)	

CMYK percentages

%74.24
%0
%10.61
%74.12

Codes

Color #11423B in popluar color models

11423B
RGB176659
HSL171°59.04%16.27%
HSB/HSV171°74.24%25.88%
CMYK74.24%0.00%10.61%
74.12%

Color #11423B in popluar number systems.

HEX11423B
Decimal176659
Binary100011000010111011
Octal2110273

Shades and tints

Shades of #11423B

#11423B
(17,66,59)
#103C36
(16,60,54)
#0F3631
(15,54,49)
#0E302C
(14,48,44)
#0D2A27
(13,42,39)
#0C2422
(12,36,34)
#0B1E1D
(11,30,29)
#0A1818
(10,24,24)
#091213
(9,18,19)
#080C0E
(8,12,14)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #11423B

#11423B
(17,66,59)
#26534C
(38,83,76)
#3B645D
(59,100,93)
#50756E
(80,117,110)
#65867F
(101,134,127)
#7A9790
(122,151,144)
#8FA8A1
(143,168,161)
#A4B9B2
(164,185,178)
#B9CAC3
(185,202,195)
#CEDBD4
(206,219,212)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11423B color. Also use rgb(17,66,59) instead hex code.

Text Font Color

.myTextColor { color: #11423B; }

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

This text font color is #11423B.


Background Color

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

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

This div background color is #11423B.


Border color

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

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

This div border color is #11423B.


Opacity

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

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

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

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

This text has shadow with #11423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11423B on black background.


Color preview on white background

This text has color #11423B on white background.



Black color preview on #11423B background

This text has black color on #11423B background.


White color preview on #11423B background

This text has white color on #11423B background.