COLOR #714D1C

HEX: #714D1C RGB: (113,77,28)

Color info

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

RGB color model

#714D1C color RGB value is (113,77,28).

RGB: (113,77,28) (44%, 30%, 11%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 28 of 255 = 11%

113
77
28

R + G + B ~ 28%. #714D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 77 + 28 = 218 (100%)
R 113 of 218 ~ 51.83%
G 77 of 218 ~ 35.32%
B 28 of 218 ~ 12.84'%

%51.83
%35.32
%12.84

CMYK color model

#714D1C color CMYK value is (0,32,75,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 75.22%
  • key color value is 55.69%

CMYK: (0,32,75,56)
C0M32Y75K56 (0%, 32%, 75%, 56%)
(0.00 / 0.32 / 0.75 / 0.56)

CMYK percentages

%0
%31.86
%75.22
%55.69

Codes

Color #714D1C in popluar color models

71 4D 1C
RGB 113 77 28
HSL 35° 60.28% 27.65%
HSB/HSV 35° 75.22% 44.31%
CMYK 0.00% 31.86% 75.22%
55.69%

Color #714D1C in popluar number systems.

HEX 71 4D 1C
Decimal 113 77 28
Binary 1110001 1001101 11100
Octal 161 115 34

Shades and tints

Shades of #714D1C

#714D1C
(113,77,28)
#67461A
(103,70,26)
#5D3F18
(93,63,24)
#533816
(83,56,22)
#493114
(73,49,20)
#3F2A12
(63,42,18)
#352310
(53,35,16)
#2B1C0E
(43,28,14)
#21150C
(33,21,12)
#170E0A
(23,14,10)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #714D1C

#714D1C
(113,77,28)
#7D5D30
(125,93,48)
#896D44
(137,109,68)
#957D58
(149,125,88)
#A18D6C
(161,141,108)
#AD9D80
(173,157,128)
#B9AD94
(185,173,148)
#C5BDA8
(197,189,168)
#D1CDBC
(209,205,188)
#DDDDD0
(221,221,208)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D1C; }

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

This text font color is #714D1C.

Background Color

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

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

This div background color is #714D1C.

Border color

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

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

This div border color is #714D1C.

Opacity

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

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

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

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

This text has shadow with #714D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714D1C.

Preview

Color preview on black background

This text has color #714D1C on black background.


Color preview on white background

This text has color #714D1C on white background.


Black color preview on #714D1C background

This text has black color on #714D1C background.


White color preview on #714D1C background

This text has white color on #714D1C background.


Related colors

Complementary color

Complementary color for #hex is #8EB2E3.


I love getcolorcode.com

Triadic colors

1 #1C714D and #4D1C71 with #714D1C are triadic colors.

2 #1C4D71 and #4D711C with #714D1C are triadic colors.