COLOR #7D6544

HEX: #7D6544
RGB: (125,101,68)

Color info

#7D6544 contains red, green and blue colors in about the same proportion. Web safe color of #7D6544 is #666633 (or #663).

RGB color model

#7D6544 color RGB value is (125,101,68).

  • red value is 125;
  • green value is 101;
  • blue value is 68.
RGB:
(125,101,68)
(49%,40%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 68 of 255 = 27%

125
101
68

R + G + B ~ 39%. #7D6544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 68 = 294 (100%)
R 125 of 294 ~ 42.52%
G 101 of 294 ~ 34.35%
B 68 of 294 ~ 23.13%

%42.52
%34.35
%23.13

CMYK color model

#7D6544 color CMYK value is (0,19,46,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(0,19,46,51)
C0M19Y46K51 
(0%,19%,46%,51%)
(0.00/0.19/0.46/0.51)	

CMYK percentages

%0
%19.2
%45.6
%50.98

Codes

Color #7D6544 in popluar color models

7D6544
RGB12510168
HSL35°29.53%37.84%
HSB/HSV35°45.60%49.02%
CMYK0.00%19.20%45.60%
50.98%

Color #7D6544 in popluar number systems.

HEX7D6544
Decimal12510168
Binary111110111001011000100
Octal175145104

Shades and tints

Shades of #7D6544

#7D6544
(125,101,68)
#725C3E
(114,92,62)
#675338
(103,83,56)
#5C4A32
(92,74,50)
#51412C
(81,65,44)
#463826
(70,56,38)
#3B2F20
(59,47,32)
#30261A
(48,38,26)
#251D14
(37,29,20)
#1A140E
(26,20,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D6544

#7D6544
(125,101,68)
#887355
(136,115,85)
#938166
(147,129,102)
#9E8F77
(158,143,119)
#A99D88
(169,157,136)
#B4AB99
(180,171,153)
#BFB9AA
(191,185,170)
#CAC7BB
(202,199,187)
#D5D5CC
(213,213,204)
#E0E3DD
(224,227,221)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6544; }

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

This text font color is #7D6544.


Background Color

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

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

This div background color is #7D6544.


Border color

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

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

This div border color is #7D6544.


Opacity

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

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

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

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

This text has shadow with #7D6544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6544 on black background.


Color preview on white background

This text has color #7D6544 on white background.



Black color preview on #7D6544 background

This text has black color on #7D6544 background.


White color preview on #7D6544 background

This text has white color on #7D6544 background.