COLOR #7D6635

HEX: #7D6635
RGB: (125,102,53)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
102
53

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 53 = 280 (100%)
R 125 of 280 ~ 44.64%
G 102 of 280 ~ 36.43%
B 53 of 280 ~ 18.93%

%44.64
%36.43
%18.93

CMYK color model

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

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

CMYK percentages

%0
%18.4
%57.6
%50.98

Codes

Color #7D6635 in popluar color models

7D6635
RGB12510253
HSL41°40.45%34.90%
HSB/HSV41°57.60%49.02%
CMYK0.00%18.40%57.60%
50.98%

Color #7D6635 in popluar number systems.

HEX7D6635
Decimal12510253
Binary11111011100110110101
Octal17514665

Shades and tints

Shades of #7D6635

#7D6635
(125,102,53)
#725D31
(114,93,49)
#67542D
(103,84,45)
#5C4B29
(92,75,41)
#514225
(81,66,37)
#463921
(70,57,33)
#3B301D
(59,48,29)
#302719
(48,39,25)
#251E15
(37,30,21)
#1A1511
(26,21,17)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #7D6635

#7D6635
(125,102,53)
#887347
(136,115,71)
#938059
(147,128,89)
#9E8D6B
(158,141,107)
#A99A7D
(169,154,125)
#B4A78F
(180,167,143)
#BFB4A1
(191,180,161)
#CAC1B3
(202,193,179)
#D5CEC5
(213,206,197)
#E0DBD7
(224,219,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6635; }

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

This text font color is #7D6635.


Background Color

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

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

This div background color is #7D6635.


Border color

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

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

This div border color is #7D6635.


Opacity

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

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

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

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

This text has shadow with #7D6635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6635 on black background.


Color preview on white background

This text has color #7D6635 on white background.



Black color preview on #7D6635 background

This text has black color on #7D6635 background.


White color preview on #7D6635 background

This text has white color on #7D6635 background.