COLOR #714E4E

HEX: #714E4E
RGB: (113,78,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
78
78

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

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 78 = 269 (100%)
R 113 of 269 ~ 42.01%
G 78 of 269 ~ 29%
B 78 of 269 ~ 29%

%42.01
%29
%29

CMYK color model

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

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

CMYK percentages

%0
%30.97
%30.97
%55.69

Codes

Color #714E4E in popluar color models

714E4E
RGB1137878
HSL18.32%37.45%
HSB/HSV30.97%44.31%
CMYK0.00%30.97%30.97%
55.69%

Color #714E4E in popluar number systems.

HEX714E4E
Decimal1137878
Binary111000110011101001110
Octal161116116

Shades and tints

Shades of #714E4E

#714E4E
(113,78,78)
#674747
(103,71,71)
#5D4040
(93,64,64)
#533939
(83,57,57)
#493232
(73,50,50)
#3F2B2B
(63,43,43)
#352424
(53,36,36)
#2B1D1D
(43,29,29)
#211616
(33,22,22)
#170F0F
(23,15,15)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #714E4E

#714E4E
(113,78,78)
#7D5E5E
(125,94,94)
#896E6E
(137,110,110)
#957E7E
(149,126,126)
#A18E8E
(161,142,142)
#AD9E9E
(173,158,158)
#B9AEAE
(185,174,174)
#C5BEBE
(197,190,190)
#D1CECE
(209,206,206)
#DDDEDE
(221,222,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714E4E; }

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

This text font color is #714E4E.


Background Color

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

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

This div background color is #714E4E.


Border color

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

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

This div border color is #714E4E.


Opacity

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

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

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

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

This text has shadow with #714E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E4E on black background.


Color preview on white background

This text has color #714E4E on white background.



Black color preview on #714E4E background

This text has black color on #714E4E background.


White color preview on #714E4E background

This text has white color on #714E4E background.