COLOR #7F621C

HEX: #7F621C
RGB: (127,98,28)

Color info

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

RGB color model

#7F621C color RGB value is (127,98,28).

  • red value is 127;
  • green value is 98;
  • blue value is 28.
RGB:
(127,98,28)
(50%,38%,11%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 28 of 255 = 11%

127
98
28

R + G + B ~ 33%. #7F621C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 98 + 28 = 253 (100%)
R 127 of 253 ~ 50.2%
G 98 of 253 ~ 38.74%
B 28 of 253 ~ 11.07%

%50.2
%38.74
%11.07

CMYK color model

#7F621C color CMYK value is (0,23,78,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 77.95%
  • key color value is 50.20%
CMYK:
(0,23,78,50)
C0M23Y78K50 
(0%,23%,78%,50%)
(0.00/0.23/0.78/0.50)	

CMYK percentages

%0
%22.83
%77.95
%50.2

Codes

Color #7F621C in popluar color models

7F621C
RGB1279828
HSL42°63.87%30.39%
HSB/HSV42°77.95%49.80%
CMYK0.00%22.83%77.95%
50.20%

Color #7F621C in popluar number systems.

HEX7F621C
Decimal1279828
Binary1111111110001011100
Octal17714234

Shades and tints

Shades of #7F621C

#7F621C
(127,98,28)
#745A1A
(116,90,26)
#695218
(105,82,24)
#5E4A16
(94,74,22)
#534214
(83,66,20)
#483A12
(72,58,18)
#3D3210
(61,50,16)
#322A0E
(50,42,14)
#27220C
(39,34,12)
#1C1A0A
(28,26,10)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #7F621C

#7F621C
(127,98,28)
#8A7030
(138,112,48)
#957E44
(149,126,68)
#A08C58
(160,140,88)
#AB9A6C
(171,154,108)
#B6A880
(182,168,128)
#C1B694
(193,182,148)
#CCC4A8
(204,196,168)
#D7D2BC
(215,210,188)
#E2E0D0
(226,224,208)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F621C color. Also use rgb(127,98,28) instead hex code.

Text Font Color

.myTextColor { color: #7F621C; }

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

This text font color is #7F621C.


Background Color

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

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

This div background color is #7F621C.


Border color

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

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

This div border color is #7F621C.


Opacity

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

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

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

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

This text has shadow with #7F621C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F621C on black background.


Color preview on white background

This text has color #7F621C on white background.



Black color preview on #7F621C background

This text has black color on #7F621C background.


White color preview on #7F621C background

This text has white color on #7F621C background.