COLOR #714D0C

HEX: #714D0C RGB: (113,77,12)

Color info

#714D0C contains mainly red and green colors. Web safe color of #714D0C is #663300 (or #630).

RGB color model

#714D0C color RGB value is (113,77,12).

RGB: (113,77,12) (44%, 30%, 5%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 12 of 255 = 5%

113
77
12

R + G + B ~ 26%. #714D0C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 77 + 12 = 202 (100%)
R 113 of 202 ~ 55.94%
G 77 of 202 ~ 38.12%
B 12 of 202 ~ 5.94'%

%55.94
%38.12

CMYK color model

#714D0C color CMYK value is (0,32,89,56).

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

CMYK: (0,32,89,56)
C0M32Y89K56 (0%, 32%, 89%, 56%)
(0.00 / 0.32 / 0.89 / 0.56)

CMYK percentages

%0
%31.86
%89.38
%55.69

Codes

Color #714D0C in popluar color models

71 4D 0C
RGB 113 77 12
HSL 39° 80.80% 24.51%
HSB/HSV 39° 89.38% 44.31%
CMYK 0.00% 31.86% 89.38%
55.69%

Color #714D0C in popluar number systems.

HEX 71 4D 0C
Decimal 113 77 12
Binary 1110001 1001101 1100
Octal 161 115 14

Shades and tints

Shades of #714D0C

#714D0C
(113,77,12)
#67460B
(103,70,11)
#5D3F0A
(93,63,10)
#533809
(83,56,9)
#493108
(73,49,8)
#3F2A07
(63,42,7)
#352306
(53,35,6)
#2B1C05
(43,28,5)
#211504
(33,21,4)
#170E03
(23,14,3)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #714D0C

#714D0C
(113,77,12)
#7D5D22
(125,93,34)
#896D38
(137,109,56)
#957D4E
(149,125,78)
#A18D64
(161,141,100)
#AD9D7A
(173,157,122)
#B9AD90
(185,173,144)
#C5BDA6
(197,189,166)
#D1CDBC
(209,205,188)
#DDDDD2
(221,221,210)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D0C; }

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

This text font color is #714D0C.

Background Color

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

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

This div background color is #714D0C.

Border color

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

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

This div border color is #714D0C.

Opacity

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

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

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

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

This text has shadow with #714D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #714D0C.

Preview

Color preview on black background

This text has color #714D0C on black background.


Color preview on white background

This text has color #714D0C on white background.


Black color preview on #714D0C background

This text has black color on #714D0C background.


White color preview on #714D0C background

This text has white color on #714D0C background.


Related colors

Complementary color

Complementary color for #hex is #8EB2F3.


I love getcolorcode.com

Triadic colors

1 #0C714D and #4D0C71 with #714D0C are triadic colors.

2 #0C4D71 and #4D710C with #714D0C are triadic colors.