COLOR #714C42

HEX: #714C42
RGB: (113,76,66)

Color info

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

RGB color model

#714C42 color RGB value is (113,76,66).

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

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 66 of 255 = 26%

113
76
66

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

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 66 = 255 (100%)
R 113 of 255 ~ 44.31%
G 76 of 255 ~ 29.8%
B 66 of 255 ~ 25.88%

%44.31
%29.8
%25.88

CMYK color model

#714C42 color CMYK value is (0,33,42,56).

  • cyan value is 0.00%
  • magenta value is 32.74%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(0,33,42,56)
C0M33Y42K56 
(0%,33%,42%,56%)
(0.00/0.33/0.42/0.56)	

CMYK percentages

%0
%32.74
%41.59
%55.69

Codes

Color #714C42 in popluar color models

714C42
RGB1137666
HSL13°26.26%35.10%
HSB/HSV13°41.59%44.31%
CMYK0.00%32.74%41.59%
55.69%

Color #714C42 in popluar number systems.

HEX714C42
Decimal1137666
Binary111000110011001000010
Octal161114102

Shades and tints

Shades of #714C42

#714C42
(113,76,66)
#67463C
(103,70,60)
#5D4036
(93,64,54)
#533A30
(83,58,48)
#49342A
(73,52,42)
#3F2E24
(63,46,36)
#35281E
(53,40,30)
#2B2218
(43,34,24)
#211C12
(33,28,18)
#17160C
(23,22,12)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #714C42

#714C42
(113,76,66)
#7D5C53
(125,92,83)
#896C64
(137,108,100)
#957C75
(149,124,117)
#A18C86
(161,140,134)
#AD9C97
(173,156,151)
#B9ACA8
(185,172,168)
#C5BCB9
(197,188,185)
#D1CCCA
(209,204,202)
#DDDCDB
(221,220,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714C42; }

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

This text font color is #714C42.


Background Color

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

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

This div background color is #714C42.


Border color

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

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

This div border color is #714C42.


Opacity

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

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

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

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

This text has shadow with #714C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C42 on black background.


Color preview on white background

This text has color #714C42 on white background.



Black color preview on #714C42 background

This text has black color on #714C42 background.


White color preview on #714C42 background

This text has white color on #714C42 background.