COLOR #7F6310

HEX: #7F6310
RGB: (127,99,16)

Color info

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

RGB color model

#7F6310 color RGB value is (127,99,16).

  • red value is 127;
  • green value is 99;
  • blue value is 16.
RGB:
(127,99,16)
(50%,39%,6%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 16 of 255 = 6%

127
99
16

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 16 = 242 (100%)
R 127 of 242 ~ 52.48%
G 99 of 242 ~ 40.91%
B 16 of 242 ~ 6.61%

%52.48
%40.91

CMYK color model

#7F6310 color CMYK value is (0,22,87,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 87.40%
  • key color value is 50.20%
CMYK:
(0,22,87,50)
C0M22Y87K50 
(0%,22%,87%,50%)
(0.00/0.22/0.87/0.50)	

CMYK percentages

%0
%22.05
%87.4
%50.2

Codes

Color #7F6310 in popluar color models

7F6310
RGB1279916
HSL45°77.62%28.04%
HSB/HSV45°87.40%49.80%
CMYK0.00%22.05%87.40%
50.20%

Color #7F6310 in popluar number systems.

HEX7F6310
Decimal1279916
Binary1111111110001110000
Octal17714320

Shades and tints

Shades of #7F6310

#7F6310
(127,99,16)
#745A0F
(116,90,15)
#69510E
(105,81,14)
#5E480D
(94,72,13)
#533F0C
(83,63,12)
#48360B
(72,54,11)
#3D2D0A
(61,45,10)
#322409
(50,36,9)
#271B08
(39,27,8)
#1C1207
(28,18,7)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #7F6310

#7F6310
(127,99,16)
#8A7125
(138,113,37)
#957F3A
(149,127,58)
#A08D4F
(160,141,79)
#AB9B64
(171,155,100)
#B6A979
(182,169,121)
#C1B78E
(193,183,142)
#CCC5A3
(204,197,163)
#D7D3B8
(215,211,184)
#E2E1CD
(226,225,205)
#EDEFE2
(237,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6310 color. Also use rgb(127,99,16) instead hex code.

Text Font Color

.myTextColor { color: #7F6310; }

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

This text font color is #7F6310.


Background Color

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

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

This div background color is #7F6310.


Border color

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

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

This div border color is #7F6310.


Opacity

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

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

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

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

This text has shadow with #7F6310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6310 on black background.


Color preview on white background

This text has color #7F6310 on white background.



Black color preview on #7F6310 background

This text has black color on #7F6310 background.


White color preview on #7F6310 background

This text has white color on #7F6310 background.