COLOR #7D691C

HEX: #7D691C RGB: (125,105,28)

Color info

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

RGB color model

#7D691C color RGB value is (125,105,28).

RGB: (125,105,28) (49%, 41%, 11%)

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 28 of 255 = 11%

125
105
28

R + G + B ~ 34%. #7D691C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 105 + 28 = 258 (100%)
R 125 of 258 ~ 48.45%
G 105 of 258 ~ 40.7%
B 28 of 258 ~ 10.85'%

%48.45
%40.7
%10.85

CMYK color model

#7D691C color CMYK value is (0,16,78,51).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 77.60%
  • key color value is 50.98%

CMYK: (0,16,78,51)
C0M16Y78K51 (0%, 16%, 78%, 51%)
(0.00 / 0.16 / 0.78 / 0.51)

CMYK percentages

%0
%16
%77.6
%50.98

Codes

Color #7D691C in popluar color models

7D 69 1C
RGB 125 105 28
HSL 48° 63.40% 30.00%
HSB/HSV 48° 77.60% 49.02%
CMYK 0.00% 16.00% 77.60%
50.98%

Color #7D691C in popluar number systems.

HEX 7D 69 1C
Decimal 125 105 28
Binary 1111101 1101001 11100
Octal 175 151 34

Shades and tints

Shades of #7D691C

#7D691C
(125,105,28)
#72601A
(114,96,26)
#675718
(103,87,24)
#5C4E16
(92,78,22)
#514514
(81,69,20)
#463C12
(70,60,18)
#3B3310
(59,51,16)
#302A0E
(48,42,14)
#25210C
(37,33,12)
#1A180A
(26,24,10)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #7D691C

#7D691C
(125,105,28)
#887630
(136,118,48)
#938344
(147,131,68)
#9E9058
(158,144,88)
#A99D6C
(169,157,108)
#B4AA80
(180,170,128)
#BFB794
(191,183,148)
#CAC4A8
(202,196,168)
#D5D1BC
(213,209,188)
#E0DED0
(224,222,208)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D691C color. Also use rgb(125,105,28) instead hex code.

Text Font Color

.myTextColor { color: #7D691C; }

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

This text font color is #7D691C.

Background Color

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

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

This div background color is #7D691C.

Border color

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

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

This div border color is #7D691C.

Opacity

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

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

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

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

This text has shadow with #7D691C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D691C.

Preview

Color preview on black background

This text has color #7D691C on black background.


Color preview on white background

This text has color #7D691C on white background.


Black color preview on #7D691C background

This text has black color on #7D691C background.


White color preview on #7D691C background

This text has white color on #7D691C background.


Related colors

Complementary color

Complementary color for #hex is #8296E3.


I love getcolorcode.com

Triadic colors

1 #1C7D69 and #691C7D with #7D691C are triadic colors.

2 #1C697D and #697D1C with #7D691C are triadic colors.