COLOR #7D7626

HEX: #7D7626
RGB: (125,118,38)

Color info

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

RGB color model

#7D7626 color RGB value is (125,118,38).

  • red value is 125;
  • green value is 118;
  • blue value is 38.
RGB:
(125,118,38)
(49%,46%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 38 of 255 = 15%

125
118
38

R + G + B ~ 37%. #7D7626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 38 = 281 (100%)
R 125 of 281 ~ 44.48%
G 118 of 281 ~ 41.99%
B 38 of 281 ~ 13.52%

%44.48
%41.99
%13.52

CMYK color model

#7D7626 color CMYK value is (0,6,70,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 69.60%
  • key color value is 50.98%
CMYK:
(0,6,70,51)
C0M6Y70K51 
(0%,6%,70%,51%)
(0.00/0.06/0.70/0.51)	

CMYK percentages

%0
%5.6
%69.6
%50.98

Codes

Color #7D7626 in popluar color models

7D7626
RGB12511838
HSL55°53.37%31.96%
HSB/HSV55°69.60%49.02%
CMYK0.00%5.60%69.60%
50.98%

Color #7D7626 in popluar number systems.

HEX7D7626
Decimal12511838
Binary11111011110110100110
Octal17516646

Shades and tints

Shades of #7D7626

#7D7626
(125,118,38)
#726C23
(114,108,35)
#676220
(103,98,32)
#5C581D
(92,88,29)
#514E1A
(81,78,26)
#464417
(70,68,23)
#3B3A14
(59,58,20)
#303011
(48,48,17)
#25260E
(37,38,14)
#1A1C0B
(26,28,11)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #7D7626

#7D7626
(125,118,38)
#888239
(136,130,57)
#938E4C
(147,142,76)
#9E9A5F
(158,154,95)
#A9A672
(169,166,114)
#B4B285
(180,178,133)
#BFBE98
(191,190,152)
#CACAAB
(202,202,171)
#D5D6BE
(213,214,190)
#E0E2D1
(224,226,209)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7626 color. Also use rgb(125,118,38) instead hex code.

Text Font Color

.myTextColor { color: #7D7626; }

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

This text font color is #7D7626.


Background Color

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

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

This div background color is #7D7626.


Border color

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

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

This div border color is #7D7626.


Opacity

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

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

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

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

This text has shadow with #7D7626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7626 on black background.


Color preview on white background

This text has color #7D7626 on white background.



Black color preview on #7D7626 background

This text has black color on #7D7626 background.


White color preview on #7D7626 background

This text has white color on #7D7626 background.