COLOR #7F6323

HEX: #7F6323
RGB: (127,99,35)

Color info

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

RGB color model

#7F6323 color RGB value is (127,99,35).

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

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 35 of 255 = 14%

127
99
35

R + G + B ~ 34%. #7F6323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 35 = 261 (100%)
R 127 of 261 ~ 48.66%
G 99 of 261 ~ 37.93%
B 35 of 261 ~ 13.41%

%48.66
%37.93
%13.41

CMYK color model

#7F6323 color CMYK value is (0,22,72,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 72.44%
  • key color value is 50.20%
CMYK:
(0,22,72,50)
C0M22Y72K50 
(0%,22%,72%,50%)
(0.00/0.22/0.72/0.50)	

CMYK percentages

%0
%22.05
%72.44
%50.2

Codes

Color #7F6323 in popluar color models

7F6323
RGB1279935
HSL42°56.79%31.76%
HSB/HSV42°72.44%49.80%
CMYK0.00%22.05%72.44%
50.20%

Color #7F6323 in popluar number systems.

HEX7F6323
Decimal1279935
Binary11111111100011100011
Octal17714343

Shades and tints

Shades of #7F6323

#7F6323
(127,99,35)
#745A20
(116,90,32)
#69511D
(105,81,29)
#5E481A
(94,72,26)
#533F17
(83,63,23)
#483614
(72,54,20)
#3D2D11
(61,45,17)
#32240E
(50,36,14)
#271B0B
(39,27,11)
#1C1208
(28,18,8)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #7F6323

#7F6323
(127,99,35)
#8A7137
(138,113,55)
#957F4B
(149,127,75)
#A08D5F
(160,141,95)
#AB9B73
(171,155,115)
#B6A987
(182,169,135)
#C1B79B
(193,183,155)
#CCC5AF
(204,197,175)
#D7D3C3
(215,211,195)
#E2E1D7
(226,225,215)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6323; }

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

This text font color is #7F6323.


Background Color

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

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

This div background color is #7F6323.


Border color

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

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

This div border color is #7F6323.


Opacity

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

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

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

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

This text has shadow with #7F6323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6323 on black background.


Color preview on white background

This text has color #7F6323 on white background.



Black color preview on #7F6323 background

This text has black color on #7F6323 background.


White color preview on #7F6323 background

This text has white color on #7F6323 background.