COLOR #17331B

HEX: #17331B
RGB: (23,51,27)

Color info

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

RGB color model

#17331B color RGB value is (23,51,27).

  • red value is 23;
  • green value is 51;
  • blue value is 27.
RGB:
(23,51,27)
(9%,20%,11%)

RGB channels and saturation

R 23 of 255 = 9%
G 51 of 255 = 20%
B 27 of 255 = 11%

23
51
27

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

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 27 = 101 (100%)
R 23 of 101 ~ 22.77%
G 51 of 101 ~ 50.5%
B 27 of 101 ~ 26.73%

%22.77
%50.5
%26.73

CMYK color model

#17331B color CMYK value is (55,0,47,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 80.00%
CMYK:
(55,0,47,80)
C55M0Y47K80 
(55%,0%,47%,80%)
(0.55/0.00/0.47/0.80)	

CMYK percentages

%54.9
%0
%47.06
%80

Codes

Color #17331B in popluar color models

17331B
RGB235127
HSL129°37.84%14.51%
HSB/HSV129°54.90%20.00%
CMYK54.90%0.00%47.06%
80.00%

Color #17331B in popluar number systems.

HEX17331B
Decimal235127
Binary1011111001111011
Octal276333

Shades and tints

Shades of #17331B

#17331B
(23,51,27)
#152F19
(21,47,25)
#132B17
(19,43,23)
#112715
(17,39,21)
#0F2313
(15,35,19)
#0D1F11
(13,31,17)
#0B1B0F
(11,27,15)
#09170D
(9,23,13)
#07130B
(7,19,11)
#050F09
(5,15,9)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #17331B

#17331B
(23,51,27)
#2C452F
(44,69,47)
#415743
(65,87,67)
#566957
(86,105,87)
#6B7B6B
(107,123,107)
#808D7F
(128,141,127)
#959F93
(149,159,147)
#AAB1A7
(170,177,167)
#BFC3BB
(191,195,187)
#D4D5CF
(212,213,207)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17331B color. Also use rgb(23,51,27) instead hex code.

Text Font Color

.myTextColor { color: #17331B; }

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

This text font color is #17331B.


Background Color

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

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

This div background color is #17331B.


Border color

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

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

This div border color is #17331B.


Opacity

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

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

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

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

This text has shadow with #17331B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17331B on black background.


Color preview on white background

This text has color #17331B on white background.



Black color preview on #17331B background

This text has black color on #17331B background.


White color preview on #17331B background

This text has white color on #17331B background.