COLOR #714F62

HEX: #714F62
RGB: (113,79,98)

Color info

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

RGB color model

#714F62 color RGB value is (113,79,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 98 of 255 = 38%

113
79
98

R + G + B ~ 38%. #714F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 79 + 98 = 290 (100%)
R 113 of 290 ~ 38.97%
G 79 of 290 ~ 27.24%
B 98 of 290 ~ 33.79%

%38.97
%27.24
%33.79

CMYK color model

#714F62 color CMYK value is (0,30,13,56).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,30,13,56)
C0M30Y13K56 
(0%,30%,13%,56%)
(0.00/0.30/0.13/0.56)	

CMYK percentages

%0
%30.09
%13.27
%55.69

Codes

Color #714F62 in popluar color models

714F62
RGB1137998
HSL326°17.71%37.65%
HSB/HSV326°30.09%44.31%
CMYK0.00%30.09%13.27%
55.69%

Color #714F62 in popluar number systems.

HEX714F62
Decimal1137998
Binary111000110011111100010
Octal161117142

Shades and tints

Shades of #714F62

#714F62
(113,79,98)
#67485A
(103,72,90)
#5D4152
(93,65,82)
#533A4A
(83,58,74)
#493342
(73,51,66)
#3F2C3A
(63,44,58)
#352532
(53,37,50)
#2B1E2A
(43,30,42)
#211722
(33,23,34)
#17101A
(23,16,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #714F62

#714F62
(113,79,98)
#7D5F70
(125,95,112)
#896F7E
(137,111,126)
#957F8C
(149,127,140)
#A18F9A
(161,143,154)
#AD9FA8
(173,159,168)
#B9AFB6
(185,175,182)
#C5BFC4
(197,191,196)
#D1CFD2
(209,207,210)
#DDDFE0
(221,223,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714F62; }

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

This text font color is #714F62.


Background Color

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

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

This div background color is #714F62.


Border color

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

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

This div border color is #714F62.


Opacity

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

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

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

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

This text has shadow with #714F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F62 on black background.


Color preview on white background

This text has color #714F62 on white background.



Black color preview on #714F62 background

This text has black color on #714F62 background.


White color preview on #714F62 background

This text has white color on #714F62 background.