COLOR #714545

HEX: #714545 RGB: (113,69,69)

Color info

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

RGB color model

#714545 color RGB value is (113,69,69).

RGB: (113,69,69) (44%, 27%, 27%)

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 69 of 255 = 27%

113
69
69

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

Portions of RGB colors in percentages

R + G + B = 113 + 69 + 69 = 251 (100%)
R 113 of 251 ~ 45.02%
G 69 of 251 ~ 27.49%
B 69 of 251 ~ 27.49'%

%45.02
%27.49
%27.49

CMYK color model

#714545 color CMYK value is (0,39,39,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK: (0,39,39,56) C0M39Y39K56 (0%,39%,39%,56%) (0.00/0.39/0.39/0.56) 

CMYK percentages

%0
%38.94
%38.94
%55.69

Codes

Color #714545 in popluar color models

71 45 45
RGB 113 69 69
HSL 24.18% 35.69%
HSB/HSV 38.94% 44.31%
CMYK 0.00% 38.94% 38.94%
55.69%

Color #714545 in popluar number systems.

HEX 71 45 45
Decimal 113 69 69
Binary 1110001 1000101 1000101
Octal 161 105 105

Shades and tints

Shades of #714545

#714545
(113,69,69)
#673F3F
(103,63,63)
#5D3939
(93,57,57)
#533333
(83,51,51)
#492D2D
(73,45,45)
#3F2727
(63,39,39)
#352121
(53,33,33)
#2B1B1B
(43,27,27)
#211515
(33,21,21)
#170F0F
(23,15,15)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #714545

#714545
(113,69,69)
#7D5555
(125,85,85)
#896565
(137,101,101)
#957575
(149,117,117)
#A18585
(161,133,133)
#AD9595
(173,149,149)
#B9A5A5
(185,165,165)
#C5B5B5
(197,181,181)
#D1C5C5
(209,197,197)
#DDD5D5
(221,213,213)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714545; }

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

This text font color is #714545.

Background Color

.myBgColor { background-color: #714545; }

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

This div background color is #714545.

Border color

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

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

This div border color is #714545.

Opacity

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

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

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

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

This text has shadow with #714545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714545.

Preview

Color preview on black background

This text has color #714545 on black background.


Color preview on white background

This text has color #714545 on white background.


Black color preview on #714545 background

This text has black color on #714545 background.


White color preview on #714545 background

This text has white color on #714545 background.


Related colors

Complementary color

Complementary color for #hex is #8EBABA.


I love getcolorcode.com