COLOR #714567

HEX: #714567
RGB: (113,69,103)

Color info

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

RGB color model

#714567 color RGB value is (113,69,103).

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

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 103 of 255 = 40%

113
69
103

R + G + B ~ 37%. #714567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 103 = 285 (100%)
R 113 of 285 ~ 39.65%
G 69 of 285 ~ 24.21%
B 103 of 285 ~ 36.14%

%39.65
%24.21
%36.14

CMYK color model

#714567 color CMYK value is (0,39,9,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK: (0,39,9,56) C0M39Y9K56 (0%,39%,9%,56%) (0.00/0.39/0.09/0.56)

CMYK percentages

%0
%38.94
%8.85
%55.69

Codes

Color #714567 in popluar color models

714567
RGB11369103
HSL314°24.18%35.69%
HSB/HSV314°38.94%44.31%
CMYK0.00%38.94%8.85%
55.69%

Color #714567 in popluar number systems.

HEX714567
Decimal11369103
Binary111000110001011100111
Octal161105147

Shades and tints

Shades of #714567

#714567
(113,69,103)
#673F5E
(103,63,94)
#5D3955
(93,57,85)
#53334C
(83,51,76)
#492D43
(73,45,67)
#3F273A
(63,39,58)
#352131
(53,33,49)
#2B1B28
(43,27,40)
#21151F
(33,21,31)
#170F16
(23,15,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #714567

#714567
(113,69,103)
#7D5574
(125,85,116)
#896581
(137,101,129)
#95758E
(149,117,142)
#A1859B
(161,133,155)
#AD95A8
(173,149,168)
#B9A5B5
(185,165,181)
#C5B5C2
(197,181,194)
#D1C5CF
(209,197,207)
#DDD5DC
(221,213,220)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714567; }

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

This text font color is #714567.


Background Color

.myBgColor { background-color: #714567; }

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

This div background color is #714567.


Border color

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

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

This div border color is #714567.


Opacity

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

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

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

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

This text has shadow with #714567 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #714567 on black background.


Color preview on white background

This text has color #714567 on white background.



Black color preview on #714567 background

This text has black color on #714567 background.


White color preview on #714567 background

This text has white color on #714567 background.