COLOR #71740D

HEX: #71740D
RGB: (113,116,13)

Color info

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

RGB color model

#71740D color RGB value is (113,116,13).

  • red value is 113;
  • green value is 116;
  • blue value is 13.
RGB:
(113,116,13)
(44%,45%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 13 of 255 = 5%

113
116
13

R + G + B ~ 31%. #71740D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 13 = 242 (100%)
R 113 of 242 ~ 46.69%
G 116 of 242 ~ 47.93%
B 13 of 242 ~ 5.37%

%46.69
%47.93

CMYK color model

#71740D color CMYK value is (3,0,89,55).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 54.51%
CMYK:
(3,0,89,55)
C3M0Y89K55 
(3%,0%,89%,55%)
(0.03/0.00/0.89/0.55)	

CMYK percentages

%2.59
%0
%88.79
%54.51

Codes

Color #71740D in popluar color models

71740D
RGB11311613
HSL62°79.84%25.29%
HSB/HSV62°88.79%45.49%
CMYK2.59%0.00%88.79%
54.51%

Color #71740D in popluar number systems.

HEX71740D
Decimal11311613
Binary111000111101001101
Octal16116415

Shades and tints

Shades of #71740D

#71740D
(113,116,13)
#676A0C
(103,106,12)
#5D600B
(93,96,11)
#53560A
(83,86,10)
#494C09
(73,76,9)
#3F4208
(63,66,8)
#353807
(53,56,7)
#2B2E06
(43,46,6)
#212405
(33,36,5)
#171A04
(23,26,4)
#0D1003
(13,16,3)
#000000
(0,0,0)

Tints of #71740D

#71740D
(113,116,13)
#7D8023
(125,128,35)
#898C39
(137,140,57)
#95984F
(149,152,79)
#A1A465
(161,164,101)
#ADB07B
(173,176,123)
#B9BC91
(185,188,145)
#C5C8A7
(197,200,167)
#D1D4BD
(209,212,189)
#DDE0D3
(221,224,211)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71740D color. Also use rgb(113,116,13) instead hex code.

Text Font Color

.myTextColor { color: #71740D; }

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

This text font color is #71740D.


Background Color

.myBgColor { background-color: #71740D; }

<div style="background-color:#71740D">Inner text</div>

This div background color is #71740D.


Border color

.myBorderColor { border: 1px solid #71740D; }

<div style="border:3px solid #71740D">Div</div>

This div border color is #71740D.


Opacity

.myOpacity80 { color: #71740D; opacity: 0.8; }

<p style="color:#71740D;opacity:0.8;">80%</p>

Text with #71740D 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 #71740D;}

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

This text has shadow with #71740D color.

.textShadow {text-shadow: 3px 3px 1px #71740D, 3px 3px 1px red;}

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

This text has shadow with #71740D primary color and red secondary color.


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

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

This text has shadow with #71740D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71740D;
-webkit-box-shadow: 1px 1px 3px 2px #71740D;
box-shadow:1px 1px 3px 2px #71740D;">
Div content here</div>
This div box has shadow with color #71740D.

Preview

Color preview on black background

This text has color #71740D on black background.


Color preview on white background

This text has color #71740D on white background.



Black color preview on #71740D background

This text has black color on #71740D background.


White color preview on #71740D background

This text has white color on #71740D background.