COLOR #7D6835

HEX: #7D6835
RGB: (125,104,53)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
104
53

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 53 = 282 (100%)
R 125 of 282 ~ 44.33%
G 104 of 282 ~ 36.88%
B 53 of 282 ~ 18.79%

%44.33
%36.88
%18.79

CMYK color model

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

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

CMYK percentages

%0
%16.8
%57.6
%50.98

Codes

Color #7D6835 in popluar color models

7D6835
RGB12510453
HSL43°40.45%34.90%
HSB/HSV43°57.60%49.02%
CMYK0.00%16.80%57.60%
50.98%

Color #7D6835 in popluar number systems.

HEX7D6835
Decimal12510453
Binary11111011101000110101
Octal17515065

Shades and tints

Shades of #7D6835

#7D6835
(125,104,53)
#725F31
(114,95,49)
#67562D
(103,86,45)
#5C4D29
(92,77,41)
#514425
(81,68,37)
#463B21
(70,59,33)
#3B321D
(59,50,29)
#302919
(48,41,25)
#252015
(37,32,21)
#1A1711
(26,23,17)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D6835

#7D6835
(125,104,53)
#887547
(136,117,71)
#938259
(147,130,89)
#9E8F6B
(158,143,107)
#A99C7D
(169,156,125)
#B4A98F
(180,169,143)
#BFB6A1
(191,182,161)
#CAC3B3
(202,195,179)
#D5D0C5
(213,208,197)
#E0DDD7
(224,221,215)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6835; }

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

This text font color is #7D6835.


Background Color

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

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

This div background color is #7D6835.


Border color

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

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

This div border color is #7D6835.


Opacity

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

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

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

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

This text has shadow with #7D6835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6835 on black background.


Color preview on white background

This text has color #7D6835 on white background.



Black color preview on #7D6835 background

This text has black color on #7D6835 background.


White color preview on #7D6835 background

This text has white color on #7D6835 background.