COLOR #714D41

HEX: #714D41
RGB: (113,77,65)

Color info

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

RGB color model

#714D41 color RGB value is (113,77,65).

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

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 65 of 255 = 25%

113
77
65

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 65 = 255 (100%)
R 113 of 255 ~ 44.31%
G 77 of 255 ~ 30.2%
B 65 of 255 ~ 25.49%

%44.31
%30.2
%25.49

CMYK color model

#714D41 color CMYK value is (0,32,42,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK:
(0,32,42,56)
C0M32Y42K56 
(0%,32%,42%,56%)
(0.00/0.32/0.42/0.56)	

CMYK percentages

%0
%31.86
%42.48
%55.69

Codes

Color #714D41 in popluar color models

714D41
RGB1137765
HSL15°26.97%34.90%
HSB/HSV15°42.48%44.31%
CMYK0.00%31.86%42.48%
55.69%

Color #714D41 in popluar number systems.

HEX714D41
Decimal1137765
Binary111000110011011000001
Octal161115101

Shades and tints

Shades of #714D41

#714D41
(113,77,65)
#67463C
(103,70,60)
#5D3F37
(93,63,55)
#533832
(83,56,50)
#49312D
(73,49,45)
#3F2A28
(63,42,40)
#352323
(53,35,35)
#2B1C1E
(43,28,30)
#211519
(33,21,25)
#170E14
(23,14,20)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #714D41

#714D41
(113,77,65)
#7D5D52
(125,93,82)
#896D63
(137,109,99)
#957D74
(149,125,116)
#A18D85
(161,141,133)
#AD9D96
(173,157,150)
#B9ADA7
(185,173,167)
#C5BDB8
(197,189,184)
#D1CDC9
(209,205,201)
#DDDDDA
(221,221,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D41; }

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

This text font color is #714D41.


Background Color

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

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

This div background color is #714D41.


Border color

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

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

This div border color is #714D41.


Opacity

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

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

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

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

This text has shadow with #714D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D41 on black background.


Color preview on white background

This text has color #714D41 on white background.



Black color preview on #714D41 background

This text has black color on #714D41 background.


White color preview on #714D41 background

This text has white color on #714D41 background.