COLOR #11352A

HEX: #11352A
RGB: (17,53,42)

Color info

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

RGB color model

#11352A color RGB value is (17,53,42).

  • red value is 17;
  • green value is 53;
  • blue value is 42.
RGB:
(17,53,42)
(7%,21%,16%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 42 of 255 = 16%

17
53
42

R + G + B ~ 15%. #11352A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 42 = 112 (100%)
R 17 of 112 ~ 15.18%
G 53 of 112 ~ 47.32%
B 42 of 112 ~ 37.5%

%15.18
%47.32
%37.5

CMYK color model

#11352A color CMYK value is (68,0,21,79).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK:
(68,0,21,79)
C68M0Y21K79 
(68%,0%,21%,79%)
(0.68/0.00/0.21/0.79)	

CMYK percentages

%67.92
%0
%20.75
%79.22

Codes

Color #11352A in popluar color models

11352A
RGB175342
HSL162°51.43%13.73%
HSB/HSV162°67.92%20.78%
CMYK67.92%0.00%20.75%
79.22%

Color #11352A in popluar number systems.

HEX11352A
Decimal175342
Binary10001110101101010
Octal216552

Shades and tints

Shades of #11352A

#11352A
(17,53,42)
#103127
(16,49,39)
#0F2D24
(15,45,36)
#0E2921
(14,41,33)
#0D251E
(13,37,30)
#0C211B
(12,33,27)
#0B1D18
(11,29,24)
#0A1915
(10,25,21)
#091512
(9,21,18)
#08110F
(8,17,15)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #11352A

#11352A
(17,53,42)
#26473D
(38,71,61)
#3B5950
(59,89,80)
#506B63
(80,107,99)
#657D76
(101,125,118)
#7A8F89
(122,143,137)
#8FA19C
(143,161,156)
#A4B3AF
(164,179,175)
#B9C5C2
(185,197,194)
#CED7D5
(206,215,213)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11352A color. Also use rgb(17,53,42) instead hex code.

Text Font Color

.myTextColor { color: #11352A; }

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

This text font color is #11352A.


Background Color

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

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

This div background color is #11352A.


Border color

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

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

This div border color is #11352A.


Opacity

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

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

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

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

This text has shadow with #11352A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11352A on black background.


Color preview on white background

This text has color #11352A on white background.



Black color preview on #11352A background

This text has black color on #11352A background.


White color preview on #11352A background

This text has white color on #11352A background.