COLOR #7D4714

HEX: #7D4714
RGB: (125,71,20)

Color info

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

RGB color model

#7D4714 color RGB value is (125,71,20).

  • red value is 125;
  • green value is 71;
  • blue value is 20.
RGB:
(125,71,20)
(49%,28%,8%)

RGB channels and saturation

R 125 of 255 = 49%
G 71 of 255 = 28%
B 20 of 255 = 8%

125
71
20

R + G + B ~ 28%. #7D4714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 71 + 20 = 216 (100%)
R 125 of 216 ~ 57.87%
G 71 of 216 ~ 32.87%
B 20 of 216 ~ 9.26%

%57.87
%32.87

CMYK color model

#7D4714 color CMYK value is (0,43,84,51).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 84.00%
  • key color value is 50.98%
CMYK:
(0,43,84,51)
C0M43Y84K51 
(0%,43%,84%,51%)
(0.00/0.43/0.84/0.51)	

CMYK percentages

%0
%43.2
%84
%50.98

Codes

Color #7D4714 in popluar color models

7D4714
RGB1257120
HSL29°72.41%28.43%
HSB/HSV29°84.00%49.02%
CMYK0.00%43.20%84.00%
50.98%

Color #7D4714 in popluar number systems.

HEX7D4714
Decimal1257120
Binary1111101100011110100
Octal17510724

Shades and tints

Shades of #7D4714

#7D4714
(125,71,20)
#724113
(114,65,19)
#673B12
(103,59,18)
#5C3511
(92,53,17)
#512F10
(81,47,16)
#46290F
(70,41,15)
#3B230E
(59,35,14)
#301D0D
(48,29,13)
#25170C
(37,23,12)
#1A110B
(26,17,11)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #7D4714

#7D4714
(125,71,20)
#885729
(136,87,41)
#93673E
(147,103,62)
#9E7753
(158,119,83)
#A98768
(169,135,104)
#B4977D
(180,151,125)
#BFA792
(191,167,146)
#CAB7A7
(202,183,167)
#D5C7BC
(213,199,188)
#E0D7D1
(224,215,209)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4714 color. Also use rgb(125,71,20) instead hex code.

Text Font Color

.myTextColor { color: #7D4714; }

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

This text font color is #7D4714.


Background Color

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

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

This div background color is #7D4714.


Border color

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

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

This div border color is #7D4714.


Opacity

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

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

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

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

This text has shadow with #7D4714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4714 on black background.


Color preview on white background

This text has color #7D4714 on white background.



Black color preview on #7D4714 background

This text has black color on #7D4714 background.


White color preview on #7D4714 background

This text has white color on #7D4714 background.