COLOR #714853

HEX: #714853
RGB: (113,72,83)

Color info

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

RGB color model

#714853 color RGB value is (113,72,83).

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

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 83 of 255 = 33%

113
72
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 83 = 268 (100%)
R 113 of 268 ~ 42.16%
G 72 of 268 ~ 26.87%
B 83 of 268 ~ 30.97%

%42.16
%26.87
%30.97

CMYK color model

#714853 color CMYK value is (0,36,27,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,36,27,56)
C0M36Y27K56 
(0%,36%,27%,56%)
(0.00/0.36/0.27/0.56)	

CMYK percentages

%0
%36.28
%26.55
%55.69

Codes

Color #714853 in popluar color models

714853
RGB1137283
HSL344°22.16%36.27%
HSB/HSV344°36.28%44.31%
CMYK0.00%36.28%26.55%
55.69%

Color #714853 in popluar number systems.

HEX714853
Decimal1137283
Binary111000110010001010011
Octal161110123

Shades and tints

Shades of #714853

#714853
(113,72,83)
#67424C
(103,66,76)
#5D3C45
(93,60,69)
#53363E
(83,54,62)
#493037
(73,48,55)
#3F2A30
(63,42,48)
#352429
(53,36,41)
#2B1E22
(43,30,34)
#21181B
(33,24,27)
#171214
(23,18,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #714853

#714853
(113,72,83)
#7D5862
(125,88,98)
#896871
(137,104,113)
#957880
(149,120,128)
#A1888F
(161,136,143)
#AD989E
(173,152,158)
#B9A8AD
(185,168,173)
#C5B8BC
(197,184,188)
#D1C8CB
(209,200,203)
#DDD8DA
(221,216,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714853; }

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

This text font color is #714853.


Background Color

.myBgColor { background-color: #714853; }

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

This div background color is #714853.


Border color

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

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

This div border color is #714853.


Opacity

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

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

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

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

This text has shadow with #714853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714853 on black background.


Color preview on white background

This text has color #714853 on white background.



Black color preview on #714853 background

This text has black color on #714853 background.


White color preview on #714853 background

This text has white color on #714853 background.