COLOR #714C49

HEX: #714C49
RGB: (113,76,73)

Color info

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

RGB color model

#714C49 color RGB value is (113,76,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 73 of 255 = 29%

113
76
73

R + G + B ~ 34%. #714C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 73 = 262 (100%)
R 113 of 262 ~ 43.13%
G 76 of 262 ~ 29.01%
B 73 of 262 ~ 27.86%

%43.13
%29.01
%27.86

CMYK color model

#714C49 color CMYK value is (0,33,35,56).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,33,35,56)
C0M33Y35K56 
(0%,33%,35%,56%)
(0.00/0.33/0.35/0.56)	

CMYK percentages

%0
%32.74
%35.4
%55.69

Codes

Color #714C49 in popluar color models

714C49
RGB1137673
HSL21.51%36.47%
HSB/HSV35.40%44.31%
CMYK0.00%32.74%35.40%
55.69%

Color #714C49 in popluar number systems.

HEX714C49
Decimal1137673
Binary111000110011001001001
Octal161114111

Shades and tints

Shades of #714C49

#714C49
(113,76,73)
#674643
(103,70,67)
#5D403D
(93,64,61)
#533A37
(83,58,55)
#493431
(73,52,49)
#3F2E2B
(63,46,43)
#352825
(53,40,37)
#2B221F
(43,34,31)
#211C19
(33,28,25)
#171613
(23,22,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #714C49

#714C49
(113,76,73)
#7D5C59
(125,92,89)
#896C69
(137,108,105)
#957C79
(149,124,121)
#A18C89
(161,140,137)
#AD9C99
(173,156,153)
#B9ACA9
(185,172,169)
#C5BCB9
(197,188,185)
#D1CCC9
(209,204,201)
#DDDCD9
(221,220,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714C49; }

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

This text font color is #714C49.


Background Color

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

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

This div background color is #714C49.


Border color

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

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

This div border color is #714C49.


Opacity

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

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

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

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

This text has shadow with #714C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C49 on black background.


Color preview on white background

This text has color #714C49 on white background.



Black color preview on #714C49 background

This text has black color on #714C49 background.


White color preview on #714C49 background

This text has white color on #714C49 background.