COLOR #7D1711

HEX: #7D1711
RGB: (125,23,17)

Color info

#7D1711 contains mainly red color. Web safe color of #7D1711 is #660000 (or #600).

RGB color model

#7D1711 color RGB value is (125,23,17).

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

RGB channels and saturation

R 125 of 255 = 49%
G 23 of 255 = 9%
B 17 of 255 = 7%

125
23
17

R + G + B ~ 22%. #7D1711 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 23 + 17 = 165 (100%)
R 125 of 165 ~ 75.76%
G 23 of 165 ~ 13.94%
B 17 of 165 ~ 10.3%

%75.76
%13.94
%10.3

CMYK color model

#7D1711 color CMYK value is (0,82,86,51).

  • cyan value is 0.00%
  • magenta value is 81.60%
  • yellow value is 86.40%
  • key color value is 50.98%
CMYK:
(0,82,86,51)
C0M82Y86K51 
(0%,82%,86%,51%)
(0.00/0.82/0.86/0.51)	

CMYK percentages

%0
%81.6
%86.4
%50.98

Codes

Color #7D1711 in popluar color models

7D1711
RGB1252317
HSL76.06%27.84%
HSB/HSV86.40%49.02%
CMYK0.00%81.60%86.40%
50.98%

Color #7D1711 in popluar number systems.

HEX7D1711
Decimal1252317
Binary11111011011110001
Octal1752721

Shades and tints

Shades of #7D1711

#7D1711
(125,23,17)
#721510
(114,21,16)
#67130F
(103,19,15)
#5C110E
(92,17,14)
#510F0D
(81,15,13)
#460D0C
(70,13,12)
#3B0B0B
(59,11,11)
#30090A
(48,9,10)
#250709
(37,7,9)
#1A0508
(26,5,8)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #7D1711

#7D1711
(125,23,17)
#882C26
(136,44,38)
#93413B
(147,65,59)
#9E5650
(158,86,80)
#A96B65
(169,107,101)
#B4807A
(180,128,122)
#BF958F
(191,149,143)
#CAAAA4
(202,170,164)
#D5BFB9
(213,191,185)
#E0D4CE
(224,212,206)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1711; }

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

This text font color is #7D1711.


Background Color

.myBgColor { background-color: #7D1711; }

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

This div background color is #7D1711.


Border color

.myBorderColor { border: 1px solid #7D1711; }

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

This div border color is #7D1711.


Opacity

.myOpacity80 { color: #7D1711; opacity: 0.8; }

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

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

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

This text has shadow with #7D1711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1711 on black background.


Color preview on white background

This text has color #7D1711 on white background.



Black color preview on #7D1711 background

This text has black color on #7D1711 background.


White color preview on #7D1711 background

This text has white color on #7D1711 background.