COLOR #7D614F

HEX: #7D614F
RGB: (125,97,79)

Color info

#7D614F contains red, green and blue colors in about the same proportion. Web safe color of #7D614F is #666666 (or #666).

RGB color model

#7D614F color RGB value is (125,97,79).

  • red value is 125;
  • green value is 97;
  • blue value is 79.
RGB:
(125,97,79)
(49%,38%,31%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 79 of 255 = 31%

125
97
79

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 79 = 301 (100%)
R 125 of 301 ~ 41.53%
G 97 of 301 ~ 32.23%
B 79 of 301 ~ 26.25%

%41.53
%32.23
%26.25

CMYK color model

#7D614F color CMYK value is (0,22,37,51).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 36.80%
  • key color value is 50.98%
CMYK:
(0,22,37,51)
C0M22Y37K51 
(0%,22%,37%,51%)
(0.00/0.22/0.37/0.51)	

CMYK percentages

%0
%22.4
%36.8
%50.98

Codes

Color #7D614F in popluar color models

7D614F
RGB1259779
HSL23°22.55%40.00%
HSB/HSV23°36.80%49.02%
CMYK0.00%22.40%36.80%
50.98%

Color #7D614F in popluar number systems.

HEX7D614F
Decimal1259779
Binary111110111000011001111
Octal175141117

Shades and tints

Shades of #7D614F

#7D614F
(125,97,79)
#725948
(114,89,72)
#675141
(103,81,65)
#5C493A
(92,73,58)
#514133
(81,65,51)
#46392C
(70,57,44)
#3B3125
(59,49,37)
#30291E
(48,41,30)
#252117
(37,33,23)
#1A1910
(26,25,16)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #7D614F

#7D614F
(125,97,79)
#886F5F
(136,111,95)
#937D6F
(147,125,111)
#9E8B7F
(158,139,127)
#A9998F
(169,153,143)
#B4A79F
(180,167,159)
#BFB5AF
(191,181,175)
#CAC3BF
(202,195,191)
#D5D1CF
(213,209,207)
#E0DFDF
(224,223,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D614F; }

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

This text font color is #7D614F.


Background Color

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

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

This div background color is #7D614F.


Border color

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

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

This div border color is #7D614F.


Opacity

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

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

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

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

This text has shadow with #7D614F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D614F on black background.


Color preview on white background

This text has color #7D614F on white background.



Black color preview on #7D614F background

This text has black color on #7D614F background.


White color preview on #7D614F background

This text has white color on #7D614F background.