COLOR #7D7633

HEX: #7D7633
RGB: (125,118,51)

Color info

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

RGB color model

#7D7633 color RGB value is (125,118,51).

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

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 51 of 255 = 20%

125
118
51

R + G + B ~ 38%. #7D7633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 51 = 294 (100%)
R 125 of 294 ~ 42.52%
G 118 of 294 ~ 40.14%
B 51 of 294 ~ 17.35%

%42.52
%40.14
%17.35

CMYK color model

#7D7633 color CMYK value is (0,6,59,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK:
(0,6,59,51)
C0M6Y59K51 
(0%,6%,59%,51%)
(0.00/0.06/0.59/0.51)	

CMYK percentages

%0
%5.6
%59.2
%50.98

Codes

Color #7D7633 in popluar color models

7D7633
RGB12511851
HSL54°42.05%34.51%
HSB/HSV54°59.20%49.02%
CMYK0.00%5.60%59.20%
50.98%

Color #7D7633 in popluar number systems.

HEX7D7633
Decimal12511851
Binary11111011110110110011
Octal17516663

Shades and tints

Shades of #7D7633

#7D7633
(125,118,51)
#726C2F
(114,108,47)
#67622B
(103,98,43)
#5C5827
(92,88,39)
#514E23
(81,78,35)
#46441F
(70,68,31)
#3B3A1B
(59,58,27)
#303017
(48,48,23)
#252613
(37,38,19)
#1A1C0F
(26,28,15)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7D7633

#7D7633
(125,118,51)
#888245
(136,130,69)
#938E57
(147,142,87)
#9E9A69
(158,154,105)
#A9A67B
(169,166,123)
#B4B28D
(180,178,141)
#BFBE9F
(191,190,159)
#CACAB1
(202,202,177)
#D5D6C3
(213,214,195)
#E0E2D5
(224,226,213)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7633; }

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

This text font color is #7D7633.


Background Color

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

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

This div background color is #7D7633.


Border color

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

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

This div border color is #7D7633.


Opacity

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

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

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

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

This text has shadow with #7D7633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7633 on black background.


Color preview on white background

This text has color #7D7633 on white background.



Black color preview on #7D7633 background

This text has black color on #7D7633 background.


White color preview on #7D7633 background

This text has white color on #7D7633 background.