COLOR #71444A

HEX: #71444A
RGB: (113,68,74)

Color info

#71444A contains red, green and blue colors in about the same proportion. Web safe color of #71444A is #663333 (or #633).

RGB color model

#71444A color RGB value is (113,68,74).

  • red value is 113;
  • green value is 68;
  • blue value is 74.
RGB:
(113,68,74)
(44%,27%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 68 of 255 = 27%
B 74 of 255 = 29%

113
68
74

R + G + B ~ 33%. #71444A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 68 + 74 = 255 (100%)
R 113 of 255 ~ 44.31%
G 68 of 255 ~ 26.67%
B 74 of 255 ~ 29.02%

%44.31
%26.67
%29.02

CMYK color model

#71444A color CMYK value is (0,40,35,56).

  • cyan value is 0.00%
  • magenta value is 39.82%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(0,40,35,56)
C0M40Y35K56 
(0%,40%,35%,56%)
(0.00/0.40/0.35/0.56)	

CMYK percentages

%0
%39.82
%34.51
%55.69

Codes

Color #71444A in popluar color models

71444A
RGB1136874
HSL352°24.86%35.49%
HSB/HSV352°39.82%44.31%
CMYK0.00%39.82%34.51%
55.69%

Color #71444A in popluar number systems.

HEX71444A
Decimal1136874
Binary111000110001001001010
Octal161104112

Shades and tints

Shades of #71444A

#71444A
(113,68,74)
#673E44
(103,62,68)
#5D383E
(93,56,62)
#533238
(83,50,56)
#492C32
(73,44,50)
#3F262C
(63,38,44)
#352026
(53,32,38)
#2B1A20
(43,26,32)
#21141A
(33,20,26)
#170E14
(23,14,20)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #71444A

#71444A
(113,68,74)
#7D555A
(125,85,90)
#89666A
(137,102,106)
#95777A
(149,119,122)
#A1888A
(161,136,138)
#AD999A
(173,153,154)
#B9AAAA
(185,170,170)
#C5BBBA
(197,187,186)
#D1CCCA
(209,204,202)
#DDDDDA
(221,221,218)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71444A color. Also use rgb(113,68,74) instead hex code.

Text Font Color

.myTextColor { color: #71444A; }

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

This text font color is #71444A.


Background Color

.myBgColor { background-color: #71444A; }

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

This div background color is #71444A.


Border color

.myBorderColor { border: 1px solid #71444A; }

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

This div border color is #71444A.


Opacity

.myOpacity80 { color: #71444A; opacity: 0.8; }

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

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

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

This text has shadow with #71444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71444A on black background.


Color preview on white background

This text has color #71444A on white background.



Black color preview on #71444A background

This text has black color on #71444A background.


White color preview on #71444A background

This text has white color on #71444A background.