COLOR #271711

HEX: #271711
RGB: (39,23,17)

Color info

#271711 contains red, green and blue colors in about the same proportion. Web safe color of #271711 is #330000 (or #300).

RGB color model

#271711 color RGB value is (39,23,17).

  • red value is 39;
  • green value is 23;
  • blue value is 17.
RGB:
(39,23,17)
(15%,9%,7%)

RGB channels and saturation

R 39 of 255 = 15%
G 23 of 255 = 9%
B 17 of 255 = 7%

39
23
17

R + G + B ~ 10%. #271711 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 23 + 17 = 79 (100%)
R 39 of 79 ~ 49.37%
G 23 of 79 ~ 29.11%
B 17 of 79 ~ 21.52%

%49.37
%29.11
%21.52

CMYK color model

#271711 color CMYK value is (0,41,56,85).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 56.41%
  • key color value is 84.71%
CMYK:
(0,41,56,85)
C0M41Y56K85 
(0%,41%,56%,85%)
(0.00/0.41/0.56/0.85)	

CMYK percentages

%0
%41.03
%56.41
%84.71

Codes

Color #271711 in popluar color models

271711
RGB392317
HSL16°39.29%10.98%
HSB/HSV16°56.41%15.29%
CMYK0.00%41.03%56.41%
84.71%

Color #271711 in popluar number systems.

HEX271711
Decimal392317
Binary1001111011110001
Octal472721

Shades and tints

Shades of #271711

#271711
(39,23,17)
#241510
(36,21,16)
#21130F
(33,19,15)
#1E110E
(30,17,14)
#1B0F0D
(27,15,13)
#180D0C
(24,13,12)
#150B0B
(21,11,11)
#12090A
(18,9,10)
#0F0709
(15,7,9)
#0C0508
(12,5,8)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #271711

#271711
(39,23,17)
#3A2C26
(58,44,38)
#4D413B
(77,65,59)
#605650
(96,86,80)
#736B65
(115,107,101)
#86807A
(134,128,122)
#99958F
(153,149,143)
#ACAAA4
(172,170,164)
#BFBFB9
(191,191,185)
#D2D4CE
(210,212,206)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #271711 color. Also use rgb(39,23,17) instead hex code.

Text Font Color

.myTextColor { color: #271711; }

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

This text font color is #271711.


Background Color

.myBgColor { background-color: #271711; }

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

This div background color is #271711.


Border color

.myBorderColor { border: 1px solid #271711; }

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

This div border color is #271711.


Opacity

.myOpacity80 { color: #271711; opacity: 0.8; }

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

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

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

This text has shadow with #271711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #271711 on black background.


Color preview on white background

This text has color #271711 on white background.



Black color preview on #271711 background

This text has black color on #271711 background.


White color preview on #271711 background

This text has white color on #271711 background.