COLOR #714549

HEX: #714549
RGB: (113,69,73)

Color info

#714549 contains red, green and blue colors in about the same proportion. Web safe color of #714549 is #663333 (or #633).

RGB color model

#714549 color RGB value is (113,69,73).

  • red value is 113;
  • green value is 69;
  • blue value is 73.
RGB:
(113,69,73)
(44%,27%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 73 of 255 = 29%

113
69
73

R + G + B ~ 33%. #714549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 73 = 255 (100%)
R 113 of 255 ~ 44.31%
G 69 of 255 ~ 27.06%
B 73 of 255 ~ 28.63%

%44.31
%27.06
%28.63

CMYK color model

#714549 color CMYK value is (0,39,35,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,39,35,56)
C0M39Y35K56 
(0%,39%,35%,56%)
(0.00/0.39/0.35/0.56)	

CMYK percentages

%0
%38.94
%35.4
%55.69

Codes

Color #714549 in popluar color models

714549
RGB1136973
HSL355°24.18%35.69%
HSB/HSV355°38.94%44.31%
CMYK0.00%38.94%35.40%
55.69%

Color #714549 in popluar number systems.

HEX714549
Decimal1136973
Binary111000110001011001001
Octal161105111

Shades and tints

Shades of #714549

#714549
(113,69,73)
#673F43
(103,63,67)
#5D393D
(93,57,61)
#533337
(83,51,55)
#492D31
(73,45,49)
#3F272B
(63,39,43)
#352125
(53,33,37)
#2B1B1F
(43,27,31)
#211519
(33,21,25)
#170F13
(23,15,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #714549

#714549
(113,69,73)
#7D5559
(125,85,89)
#896569
(137,101,105)
#957579
(149,117,121)
#A18589
(161,133,137)
#AD9599
(173,149,153)
#B9A5A9
(185,165,169)
#C5B5B9
(197,181,185)
#D1C5C9
(209,197,201)
#DDD5D9
(221,213,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714549 color. Also use rgb(113,69,73) instead hex code.

Text Font Color

.myTextColor { color: #714549; }

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

This text font color is #714549.


Background Color

.myBgColor { background-color: #714549; }

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

This div background color is #714549.


Border color

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

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

This div border color is #714549.


Opacity

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

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

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

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

This text has shadow with #714549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714549 on black background.


Color preview on white background

This text has color #714549 on white background.



Black color preview on #714549 background

This text has black color on #714549 background.


White color preview on #714549 background

This text has white color on #714549 background.