COLOR #714B54

HEX: #714B54
RGB: (113,75,84)

Color info

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

RGB color model

#714B54 color RGB value is (113,75,84).

  • red value is 113;
  • green value is 75;
  • blue value is 84.
RGB:
(113,75,84)
(44%,29%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 75 of 255 = 29%
B 84 of 255 = 33%

113
75
84

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

Portions of RGB colors in percentages

R + G + B =
113 + 75 + 84 = 272 (100%)
R 113 of 272 ~ 41.54%
G 75 of 272 ~ 27.57%
B 84 of 272 ~ 30.88%

%41.54
%27.57
%30.88

CMYK color model

#714B54 color CMYK value is (0,34,26,56).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 25.66%
  • key color value is 55.69%
CMYK:
(0,34,26,56)
C0M34Y26K56 
(0%,34%,26%,56%)
(0.00/0.34/0.26/0.56)	

CMYK percentages

%0
%33.63
%25.66
%55.69

Codes

Color #714B54 in popluar color models

714B54
RGB1137584
HSL346°20.21%36.86%
HSB/HSV346°33.63%44.31%
CMYK0.00%33.63%25.66%
55.69%

Color #714B54 in popluar number systems.

HEX714B54
Decimal1137584
Binary111000110010111010100
Octal161113124

Shades and tints

Shades of #714B54

#714B54
(113,75,84)
#67454D
(103,69,77)
#5D3F46
(93,63,70)
#53393F
(83,57,63)
#493338
(73,51,56)
#3F2D31
(63,45,49)
#35272A
(53,39,42)
#2B2123
(43,33,35)
#211B1C
(33,27,28)
#171515
(23,21,21)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #714B54

#714B54
(113,75,84)
#7D5B63
(125,91,99)
#896B72
(137,107,114)
#957B81
(149,123,129)
#A18B90
(161,139,144)
#AD9B9F
(173,155,159)
#B9ABAE
(185,171,174)
#C5BBBD
(197,187,189)
#D1CBCC
(209,203,204)
#DDDBDB
(221,219,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B54 color. Also use rgb(113,75,84) instead hex code.

Text Font Color

.myTextColor { color: #714B54; }

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

This text font color is #714B54.


Background Color

.myBgColor { background-color: #714B54; }

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

This div background color is #714B54.


Border color

.myBorderColor { border: 1px solid #714B54; }

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

This div border color is #714B54.


Opacity

.myOpacity80 { color: #714B54; opacity: 0.8; }

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

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

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

This text has shadow with #714B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B54 on black background.


Color preview on white background

This text has color #714B54 on white background.



Black color preview on #714B54 background

This text has black color on #714B54 background.


White color preview on #714B54 background

This text has white color on #714B54 background.