COLOR #714E55

HEX: #714E55
RGB: (113,78,85)

Color info

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

RGB color model

#714E55 color RGB value is (113,78,85).

  • red value is 113;
  • green value is 78;
  • blue value is 85.
RGB:
(113,78,85)
(44%,31%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 85 of 255 = 33%

113
78
85

R + G + B ~ 36%. #714E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 85 = 276 (100%)
R 113 of 276 ~ 40.94%
G 78 of 276 ~ 28.26%
B 85 of 276 ~ 30.8%

%40.94
%28.26
%30.8

CMYK color model

#714E55 color CMYK value is (0,31,25,56).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,31,25,56)
C0M31Y25K56 
(0%,31%,25%,56%)
(0.00/0.31/0.25/0.56)	

CMYK percentages

%0
%30.97
%24.78
%55.69

Codes

Color #714E55 in popluar color models

714E55
RGB1137885
HSL348°18.32%37.45%
HSB/HSV348°30.97%44.31%
CMYK0.00%30.97%24.78%
55.69%

Color #714E55 in popluar number systems.

HEX714E55
Decimal1137885
Binary111000110011101010101
Octal161116125

Shades and tints

Shades of #714E55

#714E55
(113,78,85)
#67474E
(103,71,78)
#5D4047
(93,64,71)
#533940
(83,57,64)
#493239
(73,50,57)
#3F2B32
(63,43,50)
#35242B
(53,36,43)
#2B1D24
(43,29,36)
#21161D
(33,22,29)
#170F16
(23,15,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #714E55

#714E55
(113,78,85)
#7D5E64
(125,94,100)
#896E73
(137,110,115)
#957E82
(149,126,130)
#A18E91
(161,142,145)
#AD9EA0
(173,158,160)
#B9AEAF
(185,174,175)
#C5BEBE
(197,190,190)
#D1CECD
(209,206,205)
#DDDEDC
(221,222,220)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714E55; }

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

This text font color is #714E55.


Background Color

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

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

This div background color is #714E55.


Border color

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

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

This div border color is #714E55.


Opacity

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

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

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

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

This text has shadow with #714E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E55 on black background.


Color preview on white background

This text has color #714E55 on white background.



Black color preview on #714E55 background

This text has black color on #714E55 background.


White color preview on #714E55 background

This text has white color on #714E55 background.