COLOR #7F6113

HEX: #7F6113
RGB: (127,97,19)

Color info

#7F6113 contains mainly red and green colors. Web safe color of #7F6113 is #666600 (or #660).

RGB color model

#7F6113 color RGB value is (127,97,19).

  • red value is 127;
  • green value is 97;
  • blue value is 19.
RGB:
(127,97,19)
(50%,38%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 19 of 255 = 7%

127
97
19

R + G + B ~ 32%. #7F6113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 19 = 243 (100%)
R 127 of 243 ~ 52.26%
G 97 of 243 ~ 39.92%
B 19 of 243 ~ 7.82%

%52.26
%39.92

CMYK color model

#7F6113 color CMYK value is (0,24,85,50).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 85.04%
  • key color value is 50.20%
CMYK:
(0,24,85,50)
C0M24Y85K50 
(0%,24%,85%,50%)
(0.00/0.24/0.85/0.50)	

CMYK percentages

%0
%23.62
%85.04
%50.2

Codes

Color #7F6113 in popluar color models

7F6113
RGB1279719
HSL43°73.97%28.63%
HSB/HSV43°85.04%49.80%
CMYK0.00%23.62%85.04%
50.20%

Color #7F6113 in popluar number systems.

HEX7F6113
Decimal1279719
Binary1111111110000110011
Octal17714123

Shades and tints

Shades of #7F6113

#7F6113
(127,97,19)
#745912
(116,89,18)
#695111
(105,81,17)
#5E4910
(94,73,16)
#53410F
(83,65,15)
#48390E
(72,57,14)
#3D310D
(61,49,13)
#32290C
(50,41,12)
#27210B
(39,33,11)
#1C190A
(28,25,10)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #7F6113

#7F6113
(127,97,19)
#8A6F28
(138,111,40)
#957D3D
(149,125,61)
#A08B52
(160,139,82)
#AB9967
(171,153,103)
#B6A77C
(182,167,124)
#C1B591
(193,181,145)
#CCC3A6
(204,195,166)
#D7D1BB
(215,209,187)
#E2DFD0
(226,223,208)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6113 color. Also use rgb(127,97,19) instead hex code.

Text Font Color

.myTextColor { color: #7F6113; }

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

This text font color is #7F6113.


Background Color

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

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

This div background color is #7F6113.


Border color

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

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

This div border color is #7F6113.


Opacity

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

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

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

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

This text has shadow with #7F6113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6113 on black background.


Color preview on white background

This text has color #7F6113 on white background.



Black color preview on #7F6113 background

This text has black color on #7F6113 background.


White color preview on #7F6113 background

This text has white color on #7F6113 background.