COLOR #7C711D

HEX: #7C711D
RGB: (124,113,29)

Color info

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

RGB color model

#7C711D color RGB value is (124,113,29).

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

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 29 of 255 = 11%

124
113
29

R + G + B ~ 35%. #7C711D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 29 = 266 (100%)
R 124 of 266 ~ 46.62%
G 113 of 266 ~ 42.48%
B 29 of 266 ~ 10.9%

%46.62
%42.48
%10.9

CMYK color model

#7C711D color CMYK value is (0,9,77,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 76.61%
  • key color value is 51.37%
CMYK:
(0,9,77,51)
C0M9Y77K51 
(0%,9%,77%,51%)
(0.00/0.09/0.77/0.51)	

CMYK percentages

%0
%8.87
%76.61
%51.37

Codes

Color #7C711D in popluar color models

7C711D
RGB12411329
HSL53°62.09%30.00%
HSB/HSV53°76.61%48.63%
CMYK0.00%8.87%76.61%
51.37%

Color #7C711D in popluar number systems.

HEX7C711D
Decimal12411329
Binary1111100111000111101
Octal17416135

Shades and tints

Shades of #7C711D

#7C711D
(124,113,29)
#71671B
(113,103,27)
#665D19
(102,93,25)
#5B5317
(91,83,23)
#504915
(80,73,21)
#453F13
(69,63,19)
#3A3511
(58,53,17)
#2F2B0F
(47,43,15)
#24210D
(36,33,13)
#19170B
(25,23,11)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #7C711D

#7C711D
(124,113,29)
#877D31
(135,125,49)
#928945
(146,137,69)
#9D9559
(157,149,89)
#A8A16D
(168,161,109)
#B3AD81
(179,173,129)
#BEB995
(190,185,149)
#C9C5A9
(201,197,169)
#D4D1BD
(212,209,189)
#DFDDD1
(223,221,209)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C711D color. Also use rgb(124,113,29) instead hex code.

Text Font Color

.myTextColor { color: #7C711D; }

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

This text font color is #7C711D.


Background Color

.myBgColor { background-color: #7C711D; }

<div style="background-color:#7C711D">Inner text</div>

This div background color is #7C711D.


Border color

.myBorderColor { border: 1px solid #7C711D; }

<div style="border:3px solid #7C711D">Div</div>

This div border color is #7C711D.


Opacity

.myOpacity80 { color: #7C711D; opacity: 0.8; }

<p style="color:#7C711D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C711D color.

.textShadow {text-shadow: 3px 3px 1px #7C711D, 3px 3px 1px red;}

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

This text has shadow with #7C711D primary color and red secondary color.


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

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

This text has shadow with #7C711D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C711D on black background.


Color preview on white background

This text has color #7C711D on white background.



Black color preview on #7C711D background

This text has black color on #7C711D background.


White color preview on #7C711D background

This text has white color on #7C711D background.