COLOR #71383A

HEX: #71383A
RGB: (113,56,58)

Color info

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

RGB color model

#71383A color RGB value is (113,56,58).

  • red value is 113;
  • green value is 56;
  • blue value is 58.
RGB:
(113,56,58)
(44%,22%,23%)

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 58 of 255 = 23%

113
56
58

R + G + B ~ 30%. #71383A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 58 = 227 (100%)
R 113 of 227 ~ 49.78%
G 56 of 227 ~ 24.67%
B 58 of 227 ~ 25.55%

%49.78
%24.67
%25.55

CMYK color model

#71383A color CMYK value is (0,50,49,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(0,50,49,56)
C0M50Y49K56 
(0%,50%,49%,56%)
(0.00/0.50/0.49/0.56)	

CMYK percentages

%0
%50.44
%48.67
%55.69

Codes

Color #71383A in popluar color models

71383A
RGB1135658
HSL358°33.73%33.14%
HSB/HSV358°50.44%44.31%
CMYK0.00%50.44%48.67%
55.69%

Color #71383A in popluar number systems.

HEX71383A
Decimal1135658
Binary1110001111000111010
Octal1617072

Shades and tints

Shades of #71383A

#71383A
(113,56,58)
#673335
(103,51,53)
#5D2E30
(93,46,48)
#53292B
(83,41,43)
#492426
(73,36,38)
#3F1F21
(63,31,33)
#351A1C
(53,26,28)
#2B1517
(43,21,23)
#211012
(33,16,18)
#170B0D
(23,11,13)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #71383A

#71383A
(113,56,58)
#7D4A4B
(125,74,75)
#895C5C
(137,92,92)
#956E6D
(149,110,109)
#A1807E
(161,128,126)
#AD928F
(173,146,143)
#B9A4A0
(185,164,160)
#C5B6B1
(197,182,177)
#D1C8C2
(209,200,194)
#DDDAD3
(221,218,211)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71383A color. Also use rgb(113,56,58) instead hex code.

Text Font Color

.myTextColor { color: #71383A; }

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

This text font color is #71383A.


Background Color

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

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

This div background color is #71383A.


Border color

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

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

This div border color is #71383A.


Opacity

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

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

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

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

This text has shadow with #71383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71383A on black background.


Color preview on white background

This text has color #71383A on white background.



Black color preview on #71383A background

This text has black color on #71383A background.


White color preview on #71383A background

This text has white color on #71383A background.