COLOR #714840

HEX: #714840
RGB: (113,72,64)

Color info

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

RGB color model

#714840 color RGB value is (113,72,64).

  • red value is 113;
  • green value is 72;
  • blue value is 64.
RGB:
(113,72,64)
(44%,28%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 64 of 255 = 25%

113
72
64

R + G + B ~ 32%. #714840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 64 = 249 (100%)
R 113 of 249 ~ 45.38%
G 72 of 249 ~ 28.92%
B 64 of 249 ~ 25.7%

%45.38
%28.92
%25.7

CMYK color model

#714840 color CMYK value is (0,36,43,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(0,36,43,56)
C0M36Y43K56 
(0%,36%,43%,56%)
(0.00/0.36/0.43/0.56)	

CMYK percentages

%0
%36.28
%43.36
%55.69

Codes

Color #714840 in popluar color models

714840
RGB1137264
HSL10°27.68%34.71%
HSB/HSV10°43.36%44.31%
CMYK0.00%36.28%43.36%
55.69%

Color #714840 in popluar number systems.

HEX714840
Decimal1137264
Binary111000110010001000000
Octal161110100

Shades and tints

Shades of #714840

#714840
(113,72,64)
#67423B
(103,66,59)
#5D3C36
(93,60,54)
#533631
(83,54,49)
#49302C
(73,48,44)
#3F2A27
(63,42,39)
#352422
(53,36,34)
#2B1E1D
(43,30,29)
#211818
(33,24,24)
#171213
(23,18,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #714840

#714840
(113,72,64)
#7D5851
(125,88,81)
#896862
(137,104,98)
#957873
(149,120,115)
#A18884
(161,136,132)
#AD9895
(173,152,149)
#B9A8A6
(185,168,166)
#C5B8B7
(197,184,183)
#D1C8C8
(209,200,200)
#DDD8D9
(221,216,217)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714840 color. Also use rgb(113,72,64) instead hex code.

Text Font Color

.myTextColor { color: #714840; }

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

This text font color is #714840.


Background Color

.myBgColor { background-color: #714840; }

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

This div background color is #714840.


Border color

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

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

This div border color is #714840.


Opacity

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

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

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

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

This text has shadow with #714840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714840 on black background.


Color preview on white background

This text has color #714840 on white background.



Black color preview on #714840 background

This text has black color on #714840 background.


White color preview on #714840 background

This text has white color on #714840 background.