COLOR #714C53

HEX: #714C53
RGB: (113,76,83)

Color info

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

RGB color model

#714C53 color RGB value is (113,76,83).

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

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 83 of 255 = 33%

113
76
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 83 = 272 (100%)
R 113 of 272 ~ 41.54%
G 76 of 272 ~ 27.94%
B 83 of 272 ~ 30.51%

%41.54
%27.94
%30.51

CMYK color model

#714C53 color CMYK value is (0,33,27,56).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,33,27,56)
C0M33Y27K56 
(0%,33%,27%,56%)
(0.00/0.33/0.27/0.56)	

CMYK percentages

%0
%32.74
%26.55
%55.69

Codes

Color #714C53 in popluar color models

714C53
RGB1137683
HSL349°19.58%37.06%
HSB/HSV349°32.74%44.31%
CMYK0.00%32.74%26.55%
55.69%

Color #714C53 in popluar number systems.

HEX714C53
Decimal1137683
Binary111000110011001010011
Octal161114123

Shades and tints

Shades of #714C53

#714C53
(113,76,83)
#67464C
(103,70,76)
#5D4045
(93,64,69)
#533A3E
(83,58,62)
#493437
(73,52,55)
#3F2E30
(63,46,48)
#352829
(53,40,41)
#2B2222
(43,34,34)
#211C1B
(33,28,27)
#171614
(23,22,20)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #714C53

#714C53
(113,76,83)
#7D5C62
(125,92,98)
#896C71
(137,108,113)
#957C80
(149,124,128)
#A18C8F
(161,140,143)
#AD9C9E
(173,156,158)
#B9ACAD
(185,172,173)
#C5BCBC
(197,188,188)
#D1CCCB
(209,204,203)
#DDDCDA
(221,220,218)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714C53; }

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

This text font color is #714C53.


Background Color

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

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

This div background color is #714C53.


Border color

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

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

This div border color is #714C53.


Opacity

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

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

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

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

This text has shadow with #714C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C53 on black background.


Color preview on white background

This text has color #714C53 on white background.



Black color preview on #714C53 background

This text has black color on #714C53 background.


White color preview on #714C53 background

This text has white color on #714C53 background.