COLOR #713F4A

HEX: #713F4A
RGB: (113,63,74)

Color info

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

RGB color model

#713F4A color RGB value is (113,63,74).

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

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 74 of 255 = 29%

113
63
74

R + G + B ~ 33%. #713F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 74 = 250 (100%)
R 113 of 250 ~ 45.2%
G 63 of 250 ~ 25.2%
B 74 of 250 ~ 29.6%

%45.2
%25.2
%29.6

CMYK color model

#713F4A color CMYK value is (0,44,35,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(0,44,35,56)
C0M44Y35K56 
(0%,44%,35%,56%)
(0.00/0.44/0.35/0.56)	

CMYK percentages

%0
%44.25
%34.51
%55.69

Codes

Color #713F4A in popluar color models

713F4A
RGB1136374
HSL347°28.41%34.51%
HSB/HSV347°44.25%44.31%
CMYK0.00%44.25%34.51%
55.69%

Color #713F4A in popluar number systems.

HEX713F4A
Decimal1136374
Binary11100011111111001010
Octal16177112

Shades and tints

Shades of #713F4A

#713F4A
(113,63,74)
#673A44
(103,58,68)
#5D353E
(93,53,62)
#533038
(83,48,56)
#492B32
(73,43,50)
#3F262C
(63,38,44)
#352126
(53,33,38)
#2B1C20
(43,28,32)
#21171A
(33,23,26)
#171214
(23,18,20)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #713F4A

#713F4A
(113,63,74)
#7D505A
(125,80,90)
#89616A
(137,97,106)
#95727A
(149,114,122)
#A1838A
(161,131,138)
#AD949A
(173,148,154)
#B9A5AA
(185,165,170)
#C5B6BA
(197,182,186)
#D1C7CA
(209,199,202)
#DDD8DA
(221,216,218)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F4A color. Also use rgb(113,63,74) instead hex code.

Text Font Color

.myTextColor { color: #713F4A; }

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

This text font color is #713F4A.


Background Color

.myBgColor { background-color: #713F4A; }

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

This div background color is #713F4A.


Border color

.myBorderColor { border: 1px solid #713F4A; }

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

This div border color is #713F4A.


Opacity

.myOpacity80 { color: #713F4A; opacity: 0.8; }

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

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

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

This text has shadow with #713F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F4A on black background.


Color preview on white background

This text has color #713F4A on white background.



Black color preview on #713F4A background

This text has black color on #713F4A background.


White color preview on #713F4A background

This text has white color on #713F4A background.