COLOR #714A5B

HEX: #714A5B
RGB: (113,74,91)

Color info

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

RGB color model

#714A5B color RGB value is (113,74,91).

  • red value is 113;
  • green value is 74;
  • blue value is 91.
RGB:
(113,74,91)
(44%,29%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 91 of 255 = 36%

113
74
91

R + G + B ~ 36%. #714A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 91 = 278 (100%)
R 113 of 278 ~ 40.65%
G 74 of 278 ~ 26.62%
B 91 of 278 ~ 32.73%

%40.65
%26.62
%32.73

CMYK color model

#714A5B color CMYK value is (0,35,19,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,35,19,56)
C0M35Y19K56 
(0%,35%,19%,56%)
(0.00/0.35/0.19/0.56)	

CMYK percentages

%0
%34.51
%19.47
%55.69

Codes

Color #714A5B in popluar color models

714A5B
RGB1137491
HSL334°20.86%36.67%
HSB/HSV334°34.51%44.31%
CMYK0.00%34.51%19.47%
55.69%

Color #714A5B in popluar number systems.

HEX714A5B
Decimal1137491
Binary111000110010101011011
Octal161112133

Shades and tints

Shades of #714A5B

#714A5B
(113,74,91)
#674453
(103,68,83)
#5D3E4B
(93,62,75)
#533843
(83,56,67)
#49323B
(73,50,59)
#3F2C33
(63,44,51)
#35262B
(53,38,43)
#2B2023
(43,32,35)
#211A1B
(33,26,27)
#171413
(23,20,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #714A5B

#714A5B
(113,74,91)
#7D5A69
(125,90,105)
#896A77
(137,106,119)
#957A85
(149,122,133)
#A18A93
(161,138,147)
#AD9AA1
(173,154,161)
#B9AAAF
(185,170,175)
#C5BABD
(197,186,189)
#D1CACB
(209,202,203)
#DDDAD9
(221,218,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A5B color. Also use rgb(113,74,91) instead hex code.

Text Font Color

.myTextColor { color: #714A5B; }

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

This text font color is #714A5B.


Background Color

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

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

This div background color is #714A5B.


Border color

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

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

This div border color is #714A5B.


Opacity

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

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

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

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

This text has shadow with #714A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A5B on black background.


Color preview on white background

This text has color #714A5B on white background.



Black color preview on #714A5B background

This text has black color on #714A5B background.


White color preview on #714A5B background

This text has white color on #714A5B background.