COLOR #7F5909

HEX: #7F5909
RGB: (127,89,9)

Color info

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

RGB color model

#7F5909 color RGB value is (127,89,9).

  • red value is 127;
  • green value is 89;
  • blue value is 9.
RGB:
(127,89,9)
(50%,35%,4%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 9 of 255 = 4%

127
89
9

R + G + B ~ 30%. #7F5909 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 9 = 225 (100%)
R 127 of 225 ~ 56.44%
G 89 of 225 ~ 39.56%
B 9 of 225 ~ 4%

%56.44
%39.56

CMYK color model

#7F5909 color CMYK value is (0,30,93,50).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 92.91%
  • key color value is 50.20%
CMYK:
(0,30,93,50)
C0M30Y93K50 
(0%,30%,93%,50%)
(0.00/0.30/0.93/0.50)	

CMYK percentages

%0
%29.92
%92.91
%50.2

Codes

Color #7F5909 in popluar color models

7F5909
RGB127899
HSL41°86.76%26.67%
HSB/HSV41°92.91%49.80%
CMYK0.00%29.92%92.91%
50.20%

Color #7F5909 in popluar number systems.

HEX7F5909
Decimal127899
Binary111111110110011001
Octal17713111

Shades and tints

Shades of #7F5909

#7F5909
(127,89,9)
#745109
(116,81,9)
#694909
(105,73,9)
#5E4109
(94,65,9)
#533909
(83,57,9)
#483109
(72,49,9)
#3D2909
(61,41,9)
#322109
(50,33,9)
#271909
(39,25,9)
#1C1109
(28,17,9)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #7F5909

#7F5909
(127,89,9)
#8A681F
(138,104,31)
#957735
(149,119,53)
#A0864B
(160,134,75)
#AB9561
(171,149,97)
#B6A477
(182,164,119)
#C1B38D
(193,179,141)
#CCC2A3
(204,194,163)
#D7D1B9
(215,209,185)
#E2E0CF
(226,224,207)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5909 color. Also use rgb(127,89,9) instead hex code.

Text Font Color

.myTextColor { color: #7F5909; }

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

This text font color is #7F5909.


Background Color

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

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

This div background color is #7F5909.


Border color

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

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

This div border color is #7F5909.


Opacity

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

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

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

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

This text has shadow with #7F5909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5909 on black background.


Color preview on white background

This text has color #7F5909 on white background.



Black color preview on #7F5909 background

This text has black color on #7F5909 background.


White color preview on #7F5909 background

This text has white color on #7F5909 background.