COLOR #714D4F

HEX: #714D4F
RGB: (113,77,79)

Color info

#714D4F contains red, green and blue colors in about the same proportion. Web safe color of #714D4F is #663366 (or #636).

RGB color model

#714D4F color RGB value is (113,77,79).

  • red value is 113;
  • green value is 77;
  • blue value is 79.
RGB:
(113,77,79)
(44%,30%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 79 of 255 = 31%

113
77
79

R + G + B ~ 35%. #714D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 79 = 269 (100%)
R 113 of 269 ~ 42.01%
G 77 of 269 ~ 28.62%
B 79 of 269 ~ 29.37%

%42.01
%28.62
%29.37

CMYK color model

#714D4F color CMYK value is (0,32,30,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(0,32,30,56)
C0M32Y30K56 
(0%,32%,30%,56%)
(0.00/0.32/0.30/0.56)	

CMYK percentages

%0
%31.86
%30.09
%55.69

Codes

Color #714D4F in popluar color models

714D4F
RGB1137779
HSL357°18.95%37.25%
HSB/HSV357°31.86%44.31%
CMYK0.00%31.86%30.09%
55.69%

Color #714D4F in popluar number systems.

HEX714D4F
Decimal1137779
Binary111000110011011001111
Octal161115117

Shades and tints

Shades of #714D4F

#714D4F
(113,77,79)
#674648
(103,70,72)
#5D3F41
(93,63,65)
#53383A
(83,56,58)
#493133
(73,49,51)
#3F2A2C
(63,42,44)
#352325
(53,35,37)
#2B1C1E
(43,28,30)
#211517
(33,21,23)
#170E10
(23,14,16)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #714D4F

#714D4F
(113,77,79)
#7D5D5F
(125,93,95)
#896D6F
(137,109,111)
#957D7F
(149,125,127)
#A18D8F
(161,141,143)
#AD9D9F
(173,157,159)
#B9ADAF
(185,173,175)
#C5BDBF
(197,189,191)
#D1CDCF
(209,205,207)
#DDDDDF
(221,221,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D4F; }

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

This text font color is #714D4F.


Background Color

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

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

This div background color is #714D4F.


Border color

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

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

This div border color is #714D4F.


Opacity

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

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

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

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

This text has shadow with #714D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D4F on black background.


Color preview on white background

This text has color #714D4F on white background.



Black color preview on #714D4F background

This text has black color on #714D4F background.


White color preview on #714D4F background

This text has white color on #714D4F background.