COLOR #7D7D35

HEX: #7D7D35
RGB: (125,125,53)

Color info

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

RGB color model

#7D7D35 color RGB value is (125,125,53).

  • red value is 125;
  • green value is 125;
  • blue value is 53.
RGB:
(125,125,53)
(49%,49%,21%)

RGB channels and saturation

R 125 of 255 = 49%
G 125 of 255 = 49%
B 53 of 255 = 21%

125
125
53

R + G + B ~ 40%. #7D7D35 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 125 + 53 = 303 (100%)
R 125 of 303 ~ 41.25%
G 125 of 303 ~ 41.25%
B 53 of 303 ~ 17.49%

%41.25
%41.25
%17.49

CMYK color model

#7D7D35 color CMYK value is (0,0,58,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.60%
  • key color value is 50.98%
CMYK:
(0,0,58,51)
C0M0Y58K51 
(0%,0%,58%,51%)
(0.00/0.00/0.58/0.51)	

CMYK percentages

%0
%0
%57.6
%50.98

Codes

Color #7D7D35 in popluar color models

7D7D35
RGB12512553
HSL60°40.45%34.90%
HSB/HSV60°57.60%49.02%
CMYK0.00%0.00%57.60%
50.98%

Color #7D7D35 in popluar number systems.

HEX7D7D35
Decimal12512553
Binary11111011111101110101
Octal17517565

Shades and tints

Shades of #7D7D35

#7D7D35
(125,125,53)
#727231
(114,114,49)
#67672D
(103,103,45)
#5C5C29
(92,92,41)
#515125
(81,81,37)
#464621
(70,70,33)
#3B3B1D
(59,59,29)
#303019
(48,48,25)
#252515
(37,37,21)
#1A1A11
(26,26,17)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D7D35

#7D7D35
(125,125,53)
#888847
(136,136,71)
#939359
(147,147,89)
#9E9E6B
(158,158,107)
#A9A97D
(169,169,125)
#B4B48F
(180,180,143)
#BFBFA1
(191,191,161)
#CACAB3
(202,202,179)
#D5D5C5
(213,213,197)
#E0E0D7
(224,224,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7D35; }

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

This text font color is #7D7D35.


Background Color

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

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

This div background color is #7D7D35.


Border color

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

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

This div border color is #7D7D35.


Opacity

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

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

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

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

This text has shadow with #7D7D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7D35 on black background.


Color preview on white background

This text has color #7D7D35 on white background.



Black color preview on #7D7D35 background

This text has black color on #7D7D35 background.


White color preview on #7D7D35 background

This text has white color on #7D7D35 background.