COLOR #7F5E0A

HEX: #7F5E0A
RGB: (127,94,10)

Color info

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

RGB color model

#7F5E0A color RGB value is (127,94,10).

  • red value is 127;
  • green value is 94;
  • blue value is 10.
RGB:
(127,94,10)
(50%,37%,4%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 10 of 255 = 4%

127
94
10

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

Portions of RGB colors in percentages

R + G + B =
127 + 94 + 10 = 231 (100%)
R 127 of 231 ~ 54.98%
G 94 of 231 ~ 40.69%
B 10 of 231 ~ 4.33%

%54.98
%40.69

CMYK color model

#7F5E0A color CMYK value is (0,26,92,50).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 92.13%
  • key color value is 50.20%
CMYK:
(0,26,92,50)
C0M26Y92K50 
(0%,26%,92%,50%)
(0.00/0.26/0.92/0.50)	

CMYK percentages

%0
%25.98
%92.13
%50.2

Codes

Color #7F5E0A in popluar color models

7F5E0A
RGB1279410
HSL43°85.40%26.86%
HSB/HSV43°92.13%49.80%
CMYK0.00%25.98%92.13%
50.20%

Color #7F5E0A in popluar number systems.

HEX7F5E0A
Decimal1279410
Binary111111110111101010
Octal17713612

Shades and tints

Shades of #7F5E0A

#7F5E0A
(127,94,10)
#74560A
(116,86,10)
#694E0A
(105,78,10)
#5E460A
(94,70,10)
#533E0A
(83,62,10)
#48360A
(72,54,10)
#3D2E0A
(61,46,10)
#32260A
(50,38,10)
#271E0A
(39,30,10)
#1C160A
(28,22,10)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #7F5E0A

#7F5E0A
(127,94,10)
#8A6C20
(138,108,32)
#957A36
(149,122,54)
#A0884C
(160,136,76)
#AB9662
(171,150,98)
#B6A478
(182,164,120)
#C1B28E
(193,178,142)
#CCC0A4
(204,192,164)
#D7CEBA
(215,206,186)
#E2DCD0
(226,220,208)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5E0A color. Also use rgb(127,94,10) instead hex code.

Text Font Color

.myTextColor { color: #7F5E0A; }

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

This text font color is #7F5E0A.


Background Color

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

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

This div background color is #7F5E0A.


Border color

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

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

This div border color is #7F5E0A.


Opacity

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

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

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

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

This text has shadow with #7F5E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5E0A on black background.


Color preview on white background

This text has color #7F5E0A on white background.



Black color preview on #7F5E0A background

This text has black color on #7F5E0A background.


White color preview on #7F5E0A background

This text has white color on #7F5E0A background.