COLOR #714553

HEX: #714553
RGB: (113,69,83)

Color info

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

RGB color model

#714553 color RGB value is (113,69,83).

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

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 83 of 255 = 33%

113
69
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 83 = 265 (100%)
R 113 of 265 ~ 42.64%
G 69 of 265 ~ 26.04%
B 83 of 265 ~ 31.32%

%42.64
%26.04
%31.32

CMYK color model

#714553 color CMYK value is (0,39,27,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,39,27,56)
C0M39Y27K56 
(0%,39%,27%,56%)
(0.00/0.39/0.27/0.56)	

CMYK percentages

%0
%38.94
%26.55
%55.69

Codes

Color #714553 in popluar color models

714553
RGB1136983
HSL341°24.18%35.69%
HSB/HSV341°38.94%44.31%
CMYK0.00%38.94%26.55%
55.69%

Color #714553 in popluar number systems.

HEX714553
Decimal1136983
Binary111000110001011010011
Octal161105123

Shades and tints

Shades of #714553

#714553
(113,69,83)
#673F4C
(103,63,76)
#5D3945
(93,57,69)
#53333E
(83,51,62)
#492D37
(73,45,55)
#3F2730
(63,39,48)
#352129
(53,33,41)
#2B1B22
(43,27,34)
#21151B
(33,21,27)
#170F14
(23,15,20)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #714553

#714553
(113,69,83)
#7D5562
(125,85,98)
#896571
(137,101,113)
#957580
(149,117,128)
#A1858F
(161,133,143)
#AD959E
(173,149,158)
#B9A5AD
(185,165,173)
#C5B5BC
(197,181,188)
#D1C5CB
(209,197,203)
#DDD5DA
(221,213,218)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714553; }

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

This text font color is #714553.


Background Color

.myBgColor { background-color: #714553; }

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

This div background color is #714553.


Border color

.myBorderColor { border: 1px solid #714553; }

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

This div border color is #714553.


Opacity

.myOpacity80 { color: #714553; opacity: 0.8; }

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

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

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

This text has shadow with #714553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714553 on black background.


Color preview on white background

This text has color #714553 on white background.



Black color preview on #714553 background

This text has black color on #714553 background.


White color preview on #714553 background

This text has white color on #714553 background.