COLOR #714E5C

HEX: #714E5C RGB: (113,78,92)

Color info

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

RGB color model

#714E5C color RGB value is (113,78,92).

RGB: (113,78,92) (44%, 31%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 92 of 255 = 36%

113
78
92

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

Portions of RGB colors in percentages

R + G + B = 113 + 78 + 92 = 283 (100%)
R 113 of 283 ~ 39.93%
G 78 of 283 ~ 27.56%
B 92 of 283 ~ 32.51'%

%39.93
%27.56
%32.51

CMYK color model

#714E5C color CMYK value is (0,31,19,56).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (0,31,19,56)
C0M31Y19K56 (0%, 31%, 19%, 56%)
(0.00 / 0.31 / 0.19 / 0.56)

CMYK percentages

%0
%30.97
%18.58
%55.69

Codes

Color #714E5C in popluar color models

71 4E 5C
RGB 113 78 92
HSL 336° 18.32% 37.45%
HSB/HSV 336° 30.97% 44.31%
CMYK 0.00% 30.97% 18.58%
55.69%

Color #714E5C in popluar number systems.

HEX 71 4E 5C
Decimal 113 78 92
Binary 1110001 1001110 1011100
Octal 161 116 134

Shades and tints

Shades of #714E5C

#714E5C
(113,78,92)
#674754
(103,71,84)
#5D404C
(93,64,76)
#533944
(83,57,68)
#49323C
(73,50,60)
#3F2B34
(63,43,52)
#35242C
(53,36,44)
#2B1D24
(43,29,36)
#21161C
(33,22,28)
#170F14
(23,15,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #714E5C

#714E5C
(113,78,92)
#7D5E6A
(125,94,106)
#896E78
(137,110,120)
#957E86
(149,126,134)
#A18E94
(161,142,148)
#AD9EA2
(173,158,162)
#B9AEB0
(185,174,176)
#C5BEBE
(197,190,190)
#D1CECC
(209,206,204)
#DDDEDA
(221,222,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714E5C color. Also use rgb(113,78,92) instead hex code.

Text Font Color

.myTextColor { color: #714E5C; }

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

This text font color is #714E5C.

Background Color

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

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

This div background color is #714E5C.

Border color

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

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

This div border color is #714E5C.

Opacity

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

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

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

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

This text has shadow with #714E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714E5C.

Preview

Color preview on black background

This text has color #714E5C on black background.


Color preview on white background

This text has color #714E5C on white background.


Black color preview on #714E5C background

This text has black color on #714E5C background.


White color preview on #714E5C background

This text has white color on #714E5C background.


Related colors

Complementary color

Complementary color for #hex is #8EB1A3.


I love getcolorcode.com

Triadic colors

1 #5C714E and #4E5C71 with #714E5C are triadic colors.

2 #5C4E71 and #4E715C with #714E5C are triadic colors.