COLOR #7F653E

HEX: #7F653E
RGB: (127,101,62)

Color info

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

RGB color model

#7F653E color RGB value is (127,101,62).

  • red value is 127;
  • green value is 101;
  • blue value is 62.
RGB:
(127,101,62)
(50%,40%,24%)

RGB channels and saturation

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

127
101
62

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 62 = 290 (100%)
R 127 of 290 ~ 43.79%
G 101 of 290 ~ 34.83%
B 62 of 290 ~ 21.38%

%43.79
%34.83
%21.38

CMYK color model

#7F653E color CMYK value is (0,20,51,50).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 51.18%
  • key color value is 50.20%
CMYK:
(0,20,51,50)
C0M20Y51K50 
(0%,20%,51%,50%)
(0.00/0.20/0.51/0.50)	

CMYK percentages

%0
%20.47
%51.18
%50.2

Codes

Color #7F653E in popluar color models

7F653E
RGB12710162
HSL36°34.39%37.06%
HSB/HSV36°51.18%49.80%
CMYK0.00%20.47%51.18%
50.20%

Color #7F653E in popluar number systems.

HEX7F653E
Decimal12710162
Binary11111111100101111110
Octal17714576

Shades and tints

Shades of #7F653E

#7F653E
(127,101,62)
#745C39
(116,92,57)
#695334
(105,83,52)
#5E4A2F
(94,74,47)
#53412A
(83,65,42)
#483825
(72,56,37)
#3D2F20
(61,47,32)
#32261B
(50,38,27)
#271D16
(39,29,22)
#1C1411
(28,20,17)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #7F653E

#7F653E
(127,101,62)
#8A734F
(138,115,79)
#958160
(149,129,96)
#A08F71
(160,143,113)
#AB9D82
(171,157,130)
#B6AB93
(182,171,147)
#C1B9A4
(193,185,164)
#CCC7B5
(204,199,181)
#D7D5C6
(215,213,198)
#E2E3D7
(226,227,215)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F653E; }

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

This text font color is #7F653E.


Background Color

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

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

This div background color is #7F653E.


Border color

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

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

This div border color is #7F653E.


Opacity

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

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

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

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

This text has shadow with #7F653E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F653E on black background.


Color preview on white background

This text has color #7F653E on white background.



Black color preview on #7F653E background

This text has black color on #7F653E background.


White color preview on #7F653E background

This text has white color on #7F653E background.