COLOR #11351B

HEX: #11351B
RGB: (17,53,27)

Color info

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

RGB color model

#11351B color RGB value is (17,53,27).

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

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 27 of 255 = 11%

17
53
27

R + G + B ~ 13%. #11351B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 27 = 97 (100%)
R 17 of 97 ~ 17.53%
G 53 of 97 ~ 54.64%
B 27 of 97 ~ 27.84%

%17.53
%54.64
%27.84

CMYK color model

#11351B color CMYK value is (68,0,49,79).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 49.06%
  • key color value is 79.22%
CMYK:
(68,0,49,79)
C68M0Y49K79 
(68%,0%,49%,79%)
(0.68/0.00/0.49/0.79)	

CMYK percentages

%67.92
%0
%49.06
%79.22

Codes

Color #11351B in popluar color models

11351B
RGB175327
HSL137°51.43%13.73%
HSB/HSV137°67.92%20.78%
CMYK67.92%0.00%49.06%
79.22%

Color #11351B in popluar number systems.

HEX11351B
Decimal175327
Binary1000111010111011
Octal216533

Shades and tints

Shades of #11351B

#11351B
(17,53,27)
#103119
(16,49,25)
#0F2D17
(15,45,23)
#0E2915
(14,41,21)
#0D2513
(13,37,19)
#0C2111
(12,33,17)
#0B1D0F
(11,29,15)
#0A190D
(10,25,13)
#09150B
(9,21,11)
#081109
(8,17,9)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #11351B

#11351B
(17,53,27)
#26472F
(38,71,47)
#3B5943
(59,89,67)
#506B57
(80,107,87)
#657D6B
(101,125,107)
#7A8F7F
(122,143,127)
#8FA193
(143,161,147)
#A4B3A7
(164,179,167)
#B9C5BB
(185,197,187)
#CED7CF
(206,215,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11351B color. Also use rgb(17,53,27) instead hex code.

Text Font Color

.myTextColor { color: #11351B; }

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

This text font color is #11351B.


Background Color

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

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

This div background color is #11351B.


Border color

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

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

This div border color is #11351B.


Opacity

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

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

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

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

This text has shadow with #11351B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11351B on black background.


Color preview on white background

This text has color #11351B on white background.



Black color preview on #11351B background

This text has black color on #11351B background.


White color preview on #11351B background

This text has white color on #11351B background.