COLOR #714F5D

HEX: #714F5D RGB: (113,79,93)

Color info

#714F5D contains red, green and blue colors in about the same proportion. Web safe color of #714F5D is #666666 (or #666).

RGB color model

#714F5D color RGB value is (113,79,93).

RGB: (113,79,93) (44%, 31%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 93 of 255 = 36%

113
79
93

R + G + B ~ 37%. #714F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 79 + 93 = 285 (100%)
R 113 of 285 ~ 39.65%
G 79 of 285 ~ 27.72%
B 93 of 285 ~ 32.63'%

%39.65
%27.72
%32.63

CMYK color model

#714F5D color CMYK value is (0,30,18,56).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 17.70%
  • key color value is 55.69%

CMYK: (0,30,18,56)
C0M30Y18K56 (0%, 30%, 18%, 56%)
(0.00 / 0.30 / 0.18 / 0.56)

CMYK percentages

%0
%30.09
%17.7
%55.69

Codes

Color #714F5D in popluar color models

71 4F 5D
RGB 113 79 93
HSL 335° 17.71% 37.65%
HSB/HSV 335° 30.09% 44.31%
CMYK 0.00% 30.09% 17.70%
55.69%

Color #714F5D in popluar number systems.

HEX 71 4F 5D
Decimal 113 79 93
Binary 1110001 1001111 1011101
Octal 161 117 135

Shades and tints

Shades of #714F5D

#714F5D
(113,79,93)
#674855
(103,72,85)
#5D414D
(93,65,77)
#533A45
(83,58,69)
#49333D
(73,51,61)
#3F2C35
(63,44,53)
#35252D
(53,37,45)
#2B1E25
(43,30,37)
#21171D
(33,23,29)
#171015
(23,16,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #714F5D

#714F5D
(113,79,93)
#7D5F6B
(125,95,107)
#896F79
(137,111,121)
#957F87
(149,127,135)
#A18F95
(161,143,149)
#AD9FA3
(173,159,163)
#B9AFB1
(185,175,177)
#C5BFBF
(197,191,191)
#D1CFCD
(209,207,205)
#DDDFDB
(221,223,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714F5D color. Also use rgb(113,79,93) instead hex code.

Text Font Color

.myTextColor { color: #714F5D; }

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

This text font color is #714F5D.

Background Color

.myBgColor { background-color: #714F5D; }

<div style="background-color:#714F5D">Inner text</div>

This div background color is #714F5D.

Border color

.myBorderColor { border: 1px solid #714F5D; }

<div style="border:3px solid #714F5D">Div</div>

This div border color is #714F5D.

Opacity

.myOpacity80 { color: #714F5D; opacity: 0.8; }

<p style="color:#714F5D;opacity:0.8;">80%</p>

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

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

This text has shadow with #714F5D color.


.textShadow {text-shadow: 3px 3px 1px #714F5D', 3px 3px 1px red;}

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

This text has shadow with #714F5D primary color and red secondary color.


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

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

This text has shadow with #714F5D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714F5D; -webkit-box-shadow: 1px 1px 3px 2px #714F5D; box-shadow:1px 1px 3px 2px #714F5D;">
Div content here
</div>

This div box has shadow with color #714F5D.

Preview

Color preview on black background

This text has color #714F5D on black background.


Color preview on white background

This text has color #714F5D on white background.


Black color preview on #714F5D background

This text has black color on #714F5D background.


White color preview on #714F5D background

This text has white color on #714F5D background.


Related colors

Complementary color

Complementary color for #hex is #8EB0A2.


I love getcolorcode.com

Triadic colors

1 #5D714F and #4F5D71 with #714F5D are triadic colors.

2 #5D4F71 and #4F715D with #714F5D are triadic colors.