COLOR #714C5A

HEX: #714C5A
RGB: (113,76,90)

Color info

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

RGB color model

#714C5A color RGB value is (113,76,90).

  • red value is 113;
  • green value is 76;
  • blue value is 90.
RGB:
(113,76,90)
(44%,30%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 90 of 255 = 35%

113
76
90

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

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 90 = 279 (100%)
R 113 of 279 ~ 40.5%
G 76 of 279 ~ 27.24%
B 90 of 279 ~ 32.26%

%40.5
%27.24
%32.26

CMYK color model

#714C5A color CMYK value is (0,33,20,56).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(0,33,20,56)
C0M33Y20K56 
(0%,33%,20%,56%)
(0.00/0.33/0.20/0.56)	

CMYK percentages

%0
%32.74
%20.35
%55.69

Codes

Color #714C5A in popluar color models

714C5A
RGB1137690
HSL337°19.58%37.06%
HSB/HSV337°32.74%44.31%
CMYK0.00%32.74%20.35%
55.69%

Color #714C5A in popluar number systems.

HEX714C5A
Decimal1137690
Binary111000110011001011010
Octal161114132

Shades and tints

Shades of #714C5A

#714C5A
(113,76,90)
#674652
(103,70,82)
#5D404A
(93,64,74)
#533A42
(83,58,66)
#49343A
(73,52,58)
#3F2E32
(63,46,50)
#35282A
(53,40,42)
#2B2222
(43,34,34)
#211C1A
(33,28,26)
#171612
(23,22,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #714C5A

#714C5A
(113,76,90)
#7D5C69
(125,92,105)
#896C78
(137,108,120)
#957C87
(149,124,135)
#A18C96
(161,140,150)
#AD9CA5
(173,156,165)
#B9ACB4
(185,172,180)
#C5BCC3
(197,188,195)
#D1CCD2
(209,204,210)
#DDDCE1
(221,220,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714C5A; }

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

This text font color is #714C5A.


Background Color

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

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

This div background color is #714C5A.


Border color

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

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

This div border color is #714C5A.


Opacity

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

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

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

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

This text has shadow with #714C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C5A on black background.


Color preview on white background

This text has color #714C5A on white background.



Black color preview on #714C5A background

This text has black color on #714C5A background.


White color preview on #714C5A background

This text has white color on #714C5A background.