COLOR #714367

HEX: #714367
RGB: (113,67,103)

Color info

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

RGB color model

#714367 color RGB value is (113,67,103).

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

RGB channels and saturation

R 113 of 255 = 44%
G 67 of 255 = 26%
B 103 of 255 = 40%

113
67
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 67 + 103 = 283 (100%)
R 113 of 283 ~ 39.93%
G 67 of 283 ~ 23.67%
B 103 of 283 ~ 36.4%

%39.93
%23.67
%36.4

CMYK color model

#714367 color CMYK value is (0,41,9,56).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,41,9,56)
C0M41Y9K56 
(0%,41%,9%,56%)
(0.00/0.41/0.09/0.56)	

CMYK percentages

%0
%40.71
%8.85
%55.69

Codes

Color #714367 in popluar color models

714367
RGB11367103
HSL313°25.56%35.29%
HSB/HSV313°40.71%44.31%
CMYK0.00%40.71%8.85%
55.69%

Color #714367 in popluar number systems.

HEX714367
Decimal11367103
Binary111000110000111100111
Octal161103147

Shades and tints

Shades of #714367

#714367
(113,67,103)
#673D5E
(103,61,94)
#5D3755
(93,55,85)
#53314C
(83,49,76)
#492B43
(73,43,67)
#3F253A
(63,37,58)
#351F31
(53,31,49)
#2B1928
(43,25,40)
#21131F
(33,19,31)
#170D16
(23,13,22)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #714367

#714367
(113,67,103)
#7D5474
(125,84,116)
#896581
(137,101,129)
#95768E
(149,118,142)
#A1879B
(161,135,155)
#AD98A8
(173,152,168)
#B9A9B5
(185,169,181)
#C5BAC2
(197,186,194)
#D1CBCF
(209,203,207)
#DDDCDC
(221,220,220)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714367; }

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

This text font color is #714367.


Background Color

.myBgColor { background-color: #714367; }

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

This div background color is #714367.


Border color

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

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

This div border color is #714367.


Opacity

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

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

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

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

This text has shadow with #714367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714367 on black background.


Color preview on white background

This text has color #714367 on white background.



Black color preview on #714367 background

This text has black color on #714367 background.


White color preview on #714367 background

This text has white color on #714367 background.