COLOR #71183D

HEX: #71183D
RGB: (113,24,61)

Color info

#71183D contains mainly red and blue colors. Web safe color of #71183D is #660033 (or #603).

RGB color model

#71183D color RGB value is (113,24,61).

  • red value is 113;
  • green value is 24;
  • blue value is 61.
RGB:
(113,24,61)
(44%,9%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 24 of 255 = 9%
B 61 of 255 = 24%

113
24
61

R + G + B ~ 26%. #71183D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 24 + 61 = 198 (100%)
R 113 of 198 ~ 57.07%
G 24 of 198 ~ 12.12%
B 61 of 198 ~ 30.81%

%57.07
%12.12
%30.81

CMYK color model

#71183D color CMYK value is (0,79,46,56).

  • cyan value is 0.00%
  • magenta value is 78.76%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(0,79,46,56)
C0M79Y46K56 
(0%,79%,46%,56%)
(0.00/0.79/0.46/0.56)	

CMYK percentages

%0
%78.76
%46.02
%55.69

Codes

Color #71183D in popluar color models

71183D
RGB1132461
HSL335°64.96%26.86%
HSB/HSV335°78.76%44.31%
CMYK0.00%78.76%46.02%
55.69%

Color #71183D in popluar number systems.

HEX71183D
Decimal1132461
Binary111000111000111101
Octal1613075

Shades and tints

Shades of #71183D

#71183D
(113,24,61)
#671638
(103,22,56)
#5D1433
(93,20,51)
#53122E
(83,18,46)
#491029
(73,16,41)
#3F0E24
(63,14,36)
#350C1F
(53,12,31)
#2B0A1A
(43,10,26)
#210815
(33,8,21)
#170610
(23,6,16)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #71183D

#71183D
(113,24,61)
#7D2D4E
(125,45,78)
#89425F
(137,66,95)
#955770
(149,87,112)
#A16C81
(161,108,129)
#AD8192
(173,129,146)
#B996A3
(185,150,163)
#C5ABB4
(197,171,180)
#D1C0C5
(209,192,197)
#DDD5D6
(221,213,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71183D color. Also use rgb(113,24,61) instead hex code.

Text Font Color

.myTextColor { color: #71183D; }

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

This text font color is #71183D.


Background Color

.myBgColor { background-color: #71183D; }

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

This div background color is #71183D.


Border color

.myBorderColor { border: 1px solid #71183D; }

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

This div border color is #71183D.


Opacity

.myOpacity80 { color: #71183D; opacity: 0.8; }

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

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

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

This text has shadow with #71183D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71183D on black background.


Color preview on white background

This text has color #71183D on white background.



Black color preview on #71183D background

This text has black color on #71183D background.


White color preview on #71183D background

This text has white color on #71183D background.