COLOR #73711D

HEX: #73711D
RGB: (115,113,29)

Color info

#73711D contains mainly red and green colors. Web safe color of #73711D is #666633 (or #663).

RGB color model

#73711D color RGB value is (115,113,29).

  • red value is 115;
  • green value is 113;
  • blue value is 29.
RGB:
(115,113,29)
(45%,44%,11%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 29 of 255 = 11%

115
113
29

R + G + B ~ 33%. #73711D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 29 = 257 (100%)
R 115 of 257 ~ 44.75%
G 113 of 257 ~ 43.97%
B 29 of 257 ~ 11.28%

%44.75
%43.97
%11.28

CMYK color model

#73711D color CMYK value is (0,2,75,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 74.78%
  • key color value is 54.90%
CMYK:
(0,2,75,55)
C0M2Y75K55 
(0%,2%,75%,55%)
(0.00/0.02/0.75/0.55)	

CMYK percentages

%0
%1.74
%74.78
%54.9

Codes

Color #73711D in popluar color models

73711D
RGB11511329
HSL59°59.72%28.24%
HSB/HSV59°74.78%45.10%
CMYK0.00%1.74%74.78%
54.90%

Color #73711D in popluar number systems.

HEX73711D
Decimal11511329
Binary1110011111000111101
Octal16316135

Shades and tints

Shades of #73711D

#73711D
(115,113,29)
#69671B
(105,103,27)
#5F5D19
(95,93,25)
#555317
(85,83,23)
#4B4915
(75,73,21)
#413F13
(65,63,19)
#373511
(55,53,17)
#2D2B0F
(45,43,15)
#23210D
(35,33,13)
#19170B
(25,23,11)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #73711D

#73711D
(115,113,29)
#7F7D31
(127,125,49)
#8B8945
(139,137,69)
#979559
(151,149,89)
#A3A16D
(163,161,109)
#AFAD81
(175,173,129)
#BBB995
(187,185,149)
#C7C5A9
(199,197,169)
#D3D1BD
(211,209,189)
#DFDDD1
(223,221,209)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73711D color. Also use rgb(115,113,29) instead hex code.

Text Font Color

.myTextColor { color: #73711D; }

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

This text font color is #73711D.


Background Color

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

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

This div background color is #73711D.


Border color

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

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

This div border color is #73711D.


Opacity

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

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

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

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

This text has shadow with #73711D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73711D on black background.


Color preview on white background

This text has color #73711D on white background.



Black color preview on #73711D background

This text has black color on #73711D background.


White color preview on #73711D background

This text has white color on #73711D background.