COLOR #71700C

HEX: #71700C RGB: (113,112,12)

Color info

#71700C contains mainly red and green colors. Web safe color of #71700C is #666600 (or #660).

RGB color model

#71700C color RGB value is (113,112,12).

RGB: (113,112,12) (44%, 44%, 5%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 12 of 255 = 5%

113
112
12

R + G + B ~ 31%. #71700C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 12 = 237 (100%)
R 113 of 237 ~ 47.68%
G 112 of 237 ~ 47.26%
B 12 of 237 ~ 5.06'%

%47.68
%47.26

CMYK color model

#71700C color CMYK value is (0,1,89,56).

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

CMYK: (0,1,89,56)
C0M1Y89K56 (0%, 1%, 89%, 56%)
(0.00 / 0.01 / 0.89 / 0.56)

CMYK percentages

%0
%0.88
%89.38
%55.69

Codes

Color #71700C in popluar color models

71 70 0C
RGB 113 112 12
HSL 59° 80.80% 24.51%
HSB/HSV 59° 89.38% 44.31%
CMYK 0.00% 0.88% 89.38%
55.69%

Color #71700C in popluar number systems.

HEX 71 70 0C
Decimal 113 112 12
Binary 1110001 1110000 1100
Octal 161 160 14

Shades and tints

Shades of #71700C

#71700C
(113,112,12)
#67660B
(103,102,11)
#5D5C0A
(93,92,10)
#535209
(83,82,9)
#494808
(73,72,8)
#3F3E07
(63,62,7)
#353406
(53,52,6)
#2B2A05
(43,42,5)
#212004
(33,32,4)
#171603
(23,22,3)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #71700C

#71700C
(113,112,12)
#7D7D22
(125,125,34)
#898A38
(137,138,56)
#95974E
(149,151,78)
#A1A464
(161,164,100)
#ADB17A
(173,177,122)
#B9BE90
(185,190,144)
#C5CBA6
(197,203,166)
#D1D8BC
(209,216,188)
#DDE5D2
(221,229,210)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71700C color. Also use rgb(113,112,12) instead hex code.

Text Font Color

.myTextColor { color: #71700C; }

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

This text font color is #71700C.

Background Color

.myBgColor { background-color: #71700C; }

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

This div background color is #71700C.

Border color

.myBorderColor { border: 1px solid #71700C; }

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

This div border color is #71700C.

Opacity

.myOpacity80 { color: #71700C; opacity: 0.8; }

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

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

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

This text has shadow with #71700C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71700C.

Preview

Color preview on black background

This text has color #71700C on black background.


Color preview on white background

This text has color #71700C on white background.


Black color preview on #71700C background

This text has black color on #71700C background.


White color preview on #71700C background

This text has white color on #71700C background.


Related colors

Complementary color

Complementary color for #hex is #8E8FF3.


I love getcolorcode.com

Triadic colors

1 #0C7170 and #700C71 with #71700C are triadic colors.

2 #0C7071 and #70710C with #71700C are triadic colors.