COLOR #7F7639

HEX: #7F7639
RGB: (127,118,57)

Color info

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

RGB color model

#7F7639 color RGB value is (127,118,57).

  • red value is 127;
  • green value is 118;
  • blue value is 57.
RGB:
(127,118,57)
(50%,46%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 57 of 255 = 22%

127
118
57

R + G + B ~ 39%. #7F7639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 57 = 302 (100%)
R 127 of 302 ~ 42.05%
G 118 of 302 ~ 39.07%
B 57 of 302 ~ 18.87%

%42.05
%39.07
%18.87

CMYK color model

#7F7639 color CMYK value is (0,7,55,50).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 55.12%
  • key color value is 50.20%
CMYK:
(0,7,55,50)
C0M7Y55K50 
(0%,7%,55%,50%)
(0.00/0.07/0.55/0.50)	

CMYK percentages

%0
%7.09
%55.12
%50.2

Codes

Color #7F7639 in popluar color models

7F7639
RGB12711857
HSL52°38.04%36.08%
HSB/HSV52°55.12%49.80%
CMYK0.00%7.09%55.12%
50.20%

Color #7F7639 in popluar number systems.

HEX7F7639
Decimal12711857
Binary11111111110110111001
Octal17716671

Shades and tints

Shades of #7F7639

#7F7639
(127,118,57)
#746C34
(116,108,52)
#69622F
(105,98,47)
#5E582A
(94,88,42)
#534E25
(83,78,37)
#484420
(72,68,32)
#3D3A1B
(61,58,27)
#323016
(50,48,22)
#272611
(39,38,17)
#1C1C0C
(28,28,12)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #7F7639

#7F7639
(127,118,57)
#8A824B
(138,130,75)
#958E5D
(149,142,93)
#A09A6F
(160,154,111)
#ABA681
(171,166,129)
#B6B293
(182,178,147)
#C1BEA5
(193,190,165)
#CCCAB7
(204,202,183)
#D7D6C9
(215,214,201)
#E2E2DB
(226,226,219)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7639 color. Also use rgb(127,118,57) instead hex code.

Text Font Color

.myTextColor { color: #7F7639; }

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

This text font color is #7F7639.


Background Color

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

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

This div background color is #7F7639.


Border color

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

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

This div border color is #7F7639.


Opacity

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

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

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

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

This text has shadow with #7F7639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7639 on black background.


Color preview on white background

This text has color #7F7639 on white background.



Black color preview on #7F7639 background

This text has black color on #7F7639 background.


White color preview on #7F7639 background

This text has white color on #7F7639 background.