COLOR #714852

HEX: #714852
RGB: (113,72,82)

Color info

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

RGB color model

#714852 color RGB value is (113,72,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 82 of 255 = 32%

113
72
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 82 = 267 (100%)
R 113 of 267 ~ 42.32%
G 72 of 267 ~ 26.97%
B 82 of 267 ~ 30.71%

%42.32
%26.97
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 27.43%
  • 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
%27.43
%55.69

Codes

Color #714852 in popluar color models

714852
RGB1137282
HSL345°22.16%36.27%
HSB/HSV345°36.28%44.31%
CMYK0.00%36.28%27.43%
55.69%

Color #714852 in popluar number systems.

HEX714852
Decimal1137282
Binary111000110010001010010
Octal161110122

Shades and tints

Shades of #714852

#714852
(113,72,82)
#67424B
(103,66,75)
#5D3C44
(93,60,68)
#53363D
(83,54,61)
#493036
(73,48,54)
#3F2A2F
(63,42,47)
#352428
(53,36,40)
#2B1E21
(43,30,33)
#21181A
(33,24,26)
#171213
(23,18,19)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #714852

#714852
(113,72,82)
#7D5861
(125,88,97)
#896870
(137,104,112)
#95787F
(149,120,127)
#A1888E
(161,136,142)
#AD989D
(173,152,157)
#B9A8AC
(185,168,172)
#C5B8BB
(197,184,187)
#D1C8CA
(209,200,202)
#DDD8D9
(221,216,217)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714852; }

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

This text font color is #714852.


Background Color

.myBgColor { background-color: #714852; }

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

This div background color is #714852.


Border color

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

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

This div border color is #714852.


Opacity

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

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

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

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

This text has shadow with #714852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714852 on black background.


Color preview on white background

This text has color #714852 on white background.



Black color preview on #714852 background

This text has black color on #714852 background.


White color preview on #714852 background

This text has white color on #714852 background.