COLOR #714D3C

HEX: #714D3C
RGB: (113,77,60)

Color info

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

RGB color model

#714D3C color RGB value is (113,77,60).

  • red value is 113;
  • green value is 77;
  • blue value is 60.
RGB:
(113,77,60)
(44%,30%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 60 of 255 = 24%

113
77
60

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 60 = 250 (100%)
R 113 of 250 ~ 45.2%
G 77 of 250 ~ 30.8%
B 60 of 250 ~ 24%

%45.2
%30.8
%24

CMYK color model

#714D3C color CMYK value is (0,32,47,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(0,32,47,56)
C0M32Y47K56 
(0%,32%,47%,56%)
(0.00/0.32/0.47/0.56)	

CMYK percentages

%0
%31.86
%46.9
%55.69

Codes

Color #714D3C in popluar color models

714D3C
RGB1137760
HSL19°30.64%33.92%
HSB/HSV19°46.90%44.31%
CMYK0.00%31.86%46.90%
55.69%

Color #714D3C in popluar number systems.

HEX714D3C
Decimal1137760
Binary11100011001101111100
Octal16111574

Shades and tints

Shades of #714D3C

#714D3C
(113,77,60)
#674637
(103,70,55)
#5D3F32
(93,63,50)
#53382D
(83,56,45)
#493128
(73,49,40)
#3F2A23
(63,42,35)
#35231E
(53,35,30)
#2B1C19
(43,28,25)
#211514
(33,21,20)
#170E0F
(23,14,15)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #714D3C

#714D3C
(113,77,60)
#7D5D4D
(125,93,77)
#896D5E
(137,109,94)
#957D6F
(149,125,111)
#A18D80
(161,141,128)
#AD9D91
(173,157,145)
#B9ADA2
(185,173,162)
#C5BDB3
(197,189,179)
#D1CDC4
(209,205,196)
#DDDDD5
(221,221,213)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D3C color. Also use rgb(113,77,60) instead hex code.

Text Font Color

.myTextColor { color: #714D3C; }

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

This text font color is #714D3C.


Background Color

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

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

This div background color is #714D3C.


Border color

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

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

This div border color is #714D3C.


Opacity

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

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

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

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

This text has shadow with #714D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D3C on black background.


Color preview on white background

This text has color #714D3C on white background.



Black color preview on #714D3C background

This text has black color on #714D3C background.


White color preview on #714D3C background

This text has white color on #714D3C background.