COLOR #714A2C

HEX: #714A2C RGB: (113,74,44)

Color info

#714A2C contains mainly red and green colors. Web safe color of #714A2C is #663333 (or #633).

RGB color model

#714A2C color RGB value is (113,74,44).

RGB: (113,74,44) (44%, 29%, 17%)

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 44 of 255 = 17%

113
74
44

R + G + B ~ 30%. #714A2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 74 + 44 = 231 (100%)
R 113 of 231 ~ 48.92%
G 74 of 231 ~ 32.03%
B 44 of 231 ~ 19.05'%

%48.92
%32.03
%19.05

CMYK color model

#714A2C color CMYK value is (0,35,61,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 61.06%
  • key color value is 55.69%
CMYK: (0,35,61,56) C0M35Y61K56 (0%,35%,61%,56%) (0.00/0.35/0.61/0.56) 

CMYK percentages

%0
%34.51
%61.06
%55.69

Codes

Color #714A2C in popluar color models

71 4A 2C
RGB 113 74 44
HSL 26° 43.95% 30.78%
HSB/HSV 26° 61.06% 44.31%
CMYK 0.00% 34.51% 61.06%
55.69%

Color #714A2C in popluar number systems.

HEX 71 4A 2C
Decimal 113 74 44
Binary 1110001 1001010 101100
Octal 161 112 54

Shades and tints

Shades of #714A2C

#714A2C
(113,74,44)
#674428
(103,68,40)
#5D3E24
(93,62,36)
#533820
(83,56,32)
#49321C
(73,50,28)
#3F2C18
(63,44,24)
#352614
(53,38,20)
#2B2010
(43,32,16)
#211A0C
(33,26,12)
#171408
(23,20,8)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #714A2C

#714A2C
(113,74,44)
#7D5A3F
(125,90,63)
#896A52
(137,106,82)
#957A65
(149,122,101)
#A18A78
(161,138,120)
#AD9A8B
(173,154,139)
#B9AA9E
(185,170,158)
#C5BAB1
(197,186,177)
#D1CAC4
(209,202,196)
#DDDAD7
(221,218,215)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A2C color. Also use rgb(113,74,44) instead hex code.

Text Font Color

.myTextColor { color: #714A2C; }

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

This text font color is #714A2C.

Background Color

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

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

This div background color is #714A2C.

Border color

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

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

This div border color is #714A2C.

Opacity

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

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

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

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

This text has shadow with #714A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714A2C.

Preview

Color preview on black background

This text has color #714A2C on black background.


Color preview on white background

This text has color #714A2C on white background.


Black color preview on #714A2C background

This text has black color on #714A2C background.


White color preview on #714A2C background

This text has white color on #714A2C background.


Related colors

Complementary color

Complementary color for #hex is #8EB5D3.


I love getcolorcode.com

Triadic colors

1 #2C714A and #4A2C71 with #714A2C are triadic colors.

2 #2C4A71 and #4A712C with #714A2C are triadic colors.