COLOR #7D6217

HEX: #7D6217
RGB: (125,98,23)

Color info

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

RGB color model

#7D6217 color RGB value is (125,98,23).

  • red value is 125;
  • green value is 98;
  • blue value is 23.
RGB:
(125,98,23)
(49%,38%,9%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 23 of 255 = 9%

125
98
23

R + G + B ~ 32%. #7D6217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 98 + 23 = 246 (100%)
R 125 of 246 ~ 50.81%
G 98 of 246 ~ 39.84%
B 23 of 246 ~ 9.35%

%50.81
%39.84

CMYK color model

#7D6217 color CMYK value is (0,22,82,51).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 81.60%
  • key color value is 50.98%
CMYK:
(0,22,82,51)
C0M22Y82K51 
(0%,22%,82%,51%)
(0.00/0.22/0.82/0.51)	

CMYK percentages

%0
%21.6
%81.6
%50.98

Codes

Color #7D6217 in popluar color models

7D6217
RGB1259823
HSL44°68.92%29.02%
HSB/HSV44°81.60%49.02%
CMYK0.00%21.60%81.60%
50.98%

Color #7D6217 in popluar number systems.

HEX7D6217
Decimal1259823
Binary1111101110001010111
Octal17514227

Shades and tints

Shades of #7D6217

#7D6217
(125,98,23)
#725A15
(114,90,21)
#675213
(103,82,19)
#5C4A11
(92,74,17)
#51420F
(81,66,15)
#463A0D
(70,58,13)
#3B320B
(59,50,11)
#302A09
(48,42,9)
#252207
(37,34,7)
#1A1A05
(26,26,5)
#0F1203
(15,18,3)
#000000
(0,0,0)

Tints of #7D6217

#7D6217
(125,98,23)
#88702C
(136,112,44)
#937E41
(147,126,65)
#9E8C56
(158,140,86)
#A99A6B
(169,154,107)
#B4A880
(180,168,128)
#BFB695
(191,182,149)
#CAC4AA
(202,196,170)
#D5D2BF
(213,210,191)
#E0E0D4
(224,224,212)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6217 color. Also use rgb(125,98,23) instead hex code.

Text Font Color

.myTextColor { color: #7D6217; }

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

This text font color is #7D6217.


Background Color

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

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

This div background color is #7D6217.


Border color

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

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

This div border color is #7D6217.


Opacity

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

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

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

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

This text has shadow with #7D6217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6217 on black background.


Color preview on white background

This text has color #7D6217 on white background.



Black color preview on #7D6217 background

This text has black color on #7D6217 background.


White color preview on #7D6217 background

This text has white color on #7D6217 background.