COLOR #7D693D

HEX: #7D693D
RGB: (125,105,61)

Color info

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

RGB color model

#7D693D color RGB value is (125,105,61).

  • red value is 125;
  • green value is 105;
  • blue value is 61.
RGB:
(125,105,61)
(49%,41%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 61 of 255 = 24%

125
105
61

R + G + B ~ 38%. #7D693D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 61 = 291 (100%)
R 125 of 291 ~ 42.96%
G 105 of 291 ~ 36.08%
B 61 of 291 ~ 20.96%

%42.96
%36.08
%20.96

CMYK color model

#7D693D color CMYK value is (0,16,51,51).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 51.20%
  • key color value is 50.98%
CMYK:
(0,16,51,51)
C0M16Y51K51 
(0%,16%,51%,51%)
(0.00/0.16/0.51/0.51)	

CMYK percentages

%0
%16
%51.2
%50.98

Codes

Color #7D693D in popluar color models

7D693D
RGB12510561
HSL41°34.41%36.47%
HSB/HSV41°51.20%49.02%
CMYK0.00%16.00%51.20%
50.98%

Color #7D693D in popluar number systems.

HEX7D693D
Decimal12510561
Binary11111011101001111101
Octal17515175

Shades and tints

Shades of #7D693D

#7D693D
(125,105,61)
#726038
(114,96,56)
#675733
(103,87,51)
#5C4E2E
(92,78,46)
#514529
(81,69,41)
#463C24
(70,60,36)
#3B331F
(59,51,31)
#302A1A
(48,42,26)
#252115
(37,33,21)
#1A1810
(26,24,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D693D

#7D693D
(125,105,61)
#88764E
(136,118,78)
#93835F
(147,131,95)
#9E9070
(158,144,112)
#A99D81
(169,157,129)
#B4AA92
(180,170,146)
#BFB7A3
(191,183,163)
#CAC4B4
(202,196,180)
#D5D1C5
(213,209,197)
#E0DED6
(224,222,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D693D; }

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

This text font color is #7D693D.


Background Color

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

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

This div background color is #7D693D.


Border color

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

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

This div border color is #7D693D.


Opacity

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

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

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

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

This text has shadow with #7D693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D693D on black background.


Color preview on white background

This text has color #7D693D on white background.



Black color preview on #7D693D background

This text has black color on #7D693D background.


White color preview on #7D693D background

This text has white color on #7D693D background.