COLOR #7F653D

HEX: #7F653D RGB: (127,101,61)

Color info

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

RGB color model

#7F653D color RGB value is (127,101,61).

RGB: (127,101,61) (50%, 40%, 24%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 61 of 255 = 24%

127
101
61

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

Portions of RGB colors in percentages

R + G + B = 127 + 101 + 61 = 289 (100%)
R 127 of 289 ~ 43.94%
G 101 of 289 ~ 34.95%
B 61 of 289 ~ 21.11'%

%43.94
%34.95
%21.11

CMYK color model

#7F653D color CMYK value is (0,20,52,50).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 51.97%
  • key color value is 50.20%

CMYK: (0,20,52,50)
C0M20Y52K50 (0%, 20%, 52%, 50%)
(0.00 / 0.20 / 0.52 / 0.50)

CMYK percentages

%0
%20.47
%51.97
%50.2

Codes

Color #7F653D in popluar color models

7F 65 3D
RGB 127 101 61
HSL 36° 35.11% 36.86%
HSB/HSV 36° 51.97% 49.80%
CMYK 0.00% 20.47% 51.97%
50.20%

Color #7F653D in popluar number systems.

HEX 7F 65 3D
Decimal 127 101 61
Binary 1111111 1100101 111101
Octal 177 145 75

Shades and tints

Shades of #7F653D

#7F653D
(127,101,61)
#745C38
(116,92,56)
#695333
(105,83,51)
#5E4A2E
(94,74,46)
#534129
(83,65,41)
#483824
(72,56,36)
#3D2F1F
(61,47,31)
#32261A
(50,38,26)
#271D15
(39,29,21)
#1C1410
(28,20,16)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F653D

#7F653D
(127,101,61)
#8A734E
(138,115,78)
#95815F
(149,129,95)
#A08F70
(160,143,112)
#AB9D81
(171,157,129)
#B6AB92
(182,171,146)
#C1B9A3
(193,185,163)
#CCC7B4
(204,199,180)
#D7D5C5
(215,213,197)
#E2E3D6
(226,227,214)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F653D color. Also use rgb(127,101,61) instead hex code.

Text Font Color

.myTextColor { color: #7F653D; }

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

This text font color is #7F653D.

Background Color

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

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

This div background color is #7F653D.

Border color

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

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

This div border color is #7F653D.

Opacity

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

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

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

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

This text has shadow with #7F653D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F653D.

Preview

Color preview on black background

This text has color #7F653D on black background.


Color preview on white background

This text has color #7F653D on white background.


Black color preview on #7F653D background

This text has black color on #7F653D background.


White color preview on #7F653D background

This text has white color on #7F653D background.


Related colors

Complementary color

Complementary color for #hex is #809AC2.


I love getcolorcode.com

Triadic colors

1 #3D7F65 and #653D7F with #7F653D are triadic colors.

2 #3D657F and #657F3D with #7F653D are triadic colors.