COLOR #714653

HEX: #714653
RGB: (113,70,83)

Color info

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

RGB color model

#714653 color RGB value is (113,70,83).

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

RGB channels and saturation

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

113
70
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 83 = 266 (100%)
R 113 of 266 ~ 42.48%
G 70 of 266 ~ 26.32%
B 83 of 266 ~ 31.2%

%42.48
%26.32
%31.2

CMYK color model

#714653 color CMYK value is (0,38,27,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,38,27,56)
C0M38Y27K56 
(0%,38%,27%,56%)
(0.00/0.38/0.27/0.56)	

CMYK percentages

%0
%38.05
%26.55
%55.69

Codes

Color #714653 in popluar color models

714653
RGB1137083
HSL342°23.50%35.88%
HSB/HSV342°38.05%44.31%
CMYK0.00%38.05%26.55%
55.69%

Color #714653 in popluar number systems.

HEX714653
Decimal1137083
Binary111000110001101010011
Octal161106123

Shades and tints

Shades of #714653

#714653
(113,70,83)
#67404C
(103,64,76)
#5D3A45
(93,58,69)
#53343E
(83,52,62)
#492E37
(73,46,55)
#3F2830
(63,40,48)
#352229
(53,34,41)
#2B1C22
(43,28,34)
#21161B
(33,22,27)
#171014
(23,16,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #714653

#714653
(113,70,83)
#7D5662
(125,86,98)
#896671
(137,102,113)
#957680
(149,118,128)
#A1868F
(161,134,143)
#AD969E
(173,150,158)
#B9A6AD
(185,166,173)
#C5B6BC
(197,182,188)
#D1C6CB
(209,198,203)
#DDD6DA
(221,214,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714653; }

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

This text font color is #714653.


Background Color

.myBgColor { background-color: #714653; }

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

This div background color is #714653.


Border color

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

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

This div border color is #714653.


Opacity

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

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

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

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

This text has shadow with #714653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714653 on black background.


Color preview on white background

This text has color #714653 on white background.



Black color preview on #714653 background

This text has black color on #714653 background.


White color preview on #714653 background

This text has white color on #714653 background.