COLOR #714B55

HEX: #714B55
RGB: (113,75,85)

Color info

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

RGB color model

#714B55 color RGB value is (113,75,85).

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

RGB channels and saturation

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

113
75
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 75 + 85 = 273 (100%)
R 113 of 273 ~ 41.39%
G 75 of 273 ~ 27.47%
B 85 of 273 ~ 31.14%

%41.39
%27.47
%31.14

CMYK color model

#714B55 color CMYK value is (0,34,25,56).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,34,25,56)
C0M34Y25K56 
(0%,34%,25%,56%)
(0.00/0.34/0.25/0.56)	

CMYK percentages

%0
%33.63
%24.78
%55.69

Codes

Color #714B55 in popluar color models

714B55
RGB1137585
HSL344°20.21%36.86%
HSB/HSV344°33.63%44.31%
CMYK0.00%33.63%24.78%
55.69%

Color #714B55 in popluar number systems.

HEX714B55
Decimal1137585
Binary111000110010111010101
Octal161113125

Shades and tints

Shades of #714B55

#714B55
(113,75,85)
#67454E
(103,69,78)
#5D3F47
(93,63,71)
#533940
(83,57,64)
#493339
(73,51,57)
#3F2D32
(63,45,50)
#35272B
(53,39,43)
#2B2124
(43,33,36)
#211B1D
(33,27,29)
#171516
(23,21,22)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #714B55

#714B55
(113,75,85)
#7D5B64
(125,91,100)
#896B73
(137,107,115)
#957B82
(149,123,130)
#A18B91
(161,139,145)
#AD9BA0
(173,155,160)
#B9ABAF
(185,171,175)
#C5BBBE
(197,187,190)
#D1CBCD
(209,203,205)
#DDDBDC
(221,219,220)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B55; }

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

This text font color is #714B55.


Background Color

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

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

This div background color is #714B55.


Border color

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

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

This div border color is #714B55.


Opacity

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

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

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

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

This text has shadow with #714B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B55 on black background.


Color preview on white background

This text has color #714B55 on white background.



Black color preview on #714B55 background

This text has black color on #714B55 background.


White color preview on #714B55 background

This text has white color on #714B55 background.