COLOR #714F3C

HEX: #714F3C RGB: (113,79,60)

Color info

#714F3C contains red, green and blue colors in about the same proportion. Web safe color of #714F3C is #666633 (or #663).

RGB color model

#714F3C color RGB value is (113,79,60).

RGB: (113,79,60) (44%, 31%, 24%)

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 60 of 255 = 24%

113
79
60

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

Portions of RGB colors in percentages

R + G + B = 113 + 79 + 60 = 252 (100%)
R 113 of 252 ~ 44.84%
G 79 of 252 ~ 31.35%
B 60 of 252 ~ 23.81'%

%44.84
%31.35
%23.81

CMYK color model

#714F3C color CMYK value is (0,30,47,56).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 46.90%
  • key color value is 55.69%

CMYK: (0,30,47,56)
C0M30Y47K56 (0%, 30%, 47%, 56%)
(0.00 / 0.30 / 0.47 / 0.56)

CMYK percentages

%0
%30.09
%46.9
%55.69

Codes

Color #714F3C in popluar color models

71 4F 3C
RGB 113 79 60
HSL 22° 30.64% 33.92%
HSB/HSV 22° 46.90% 44.31%
CMYK 0.00% 30.09% 46.90%
55.69%

Color #714F3C in popluar number systems.

HEX 71 4F 3C
Decimal 113 79 60
Binary 1110001 1001111 111100
Octal 161 117 74

Shades and tints

Shades of #714F3C

#714F3C
(113,79,60)
#674837
(103,72,55)
#5D4132
(93,65,50)
#533A2D
(83,58,45)
#493328
(73,51,40)
#3F2C23
(63,44,35)
#35251E
(53,37,30)
#2B1E19
(43,30,25)
#211714
(33,23,20)
#17100F
(23,16,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #714F3C

#714F3C
(113,79,60)
#7D5F4D
(125,95,77)
#896F5E
(137,111,94)
#957F6F
(149,127,111)
#A18F80
(161,143,128)
#AD9F91
(173,159,145)
#B9AFA2
(185,175,162)
#C5BFB3
(197,191,179)
#D1CFC4
(209,207,196)
#DDDFD5
(221,223,213)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714F3C color. Also use rgb(113,79,60) instead hex code.

Text Font Color

.myTextColor { color: #714F3C; }

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

This text font color is #714F3C.

Background Color

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

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

This div background color is #714F3C.

Border color

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

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

This div border color is #714F3C.

Opacity

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

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

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

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

This text has shadow with #714F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714F3C.

Preview

Color preview on black background

This text has color #714F3C on black background.


Color preview on white background

This text has color #714F3C on white background.


Black color preview on #714F3C background

This text has black color on #714F3C background.


White color preview on #714F3C background

This text has white color on #714F3C background.


Related colors

Complementary color

Complementary color for #hex is #8EB0C3.


I love getcolorcode.com

Triadic colors

1 #3C714F and #4F3C71 with #714F3C are triadic colors.

2 #3C4F71 and #4F713C with #714F3C are triadic colors.