COLOR #7F4B10

HEX: #7F4B10
RGB: (127,75,16)

Color info

#7F4B10 contains mainly red and green colors. Web safe color of #7F4B10 is #663300 (or #630).

RGB color model

#7F4B10 color RGB value is (127,75,16).

  • red value is 127;
  • green value is 75;
  • blue value is 16.
RGB:
(127,75,16)
(50%,29%,6%)

RGB channels and saturation

R 127 of 255 = 50%
G 75 of 255 = 29%
B 16 of 255 = 6%

127
75
16

R + G + B ~ 28%. #7F4B10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 75 + 16 = 218 (100%)
R 127 of 218 ~ 58.26%
G 75 of 218 ~ 34.4%
B 16 of 218 ~ 7.34%

%58.26
%34.4

CMYK color model

#7F4B10 color CMYK value is (0,41,87,50).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 87.40%
  • key color value is 50.20%
CMYK:
(0,41,87,50)
C0M41Y87K50 
(0%,41%,87%,50%)
(0.00/0.41/0.87/0.50)	

CMYK percentages

%0
%40.94
%87.4
%50.2

Codes

Color #7F4B10 in popluar color models

7F4B10
RGB1277516
HSL32°77.62%28.04%
HSB/HSV32°87.40%49.80%
CMYK0.00%40.94%87.40%
50.20%

Color #7F4B10 in popluar number systems.

HEX7F4B10
Decimal1277516
Binary1111111100101110000
Octal17711320

Shades and tints

Shades of #7F4B10

#7F4B10
(127,75,16)
#74450F
(116,69,15)
#693F0E
(105,63,14)
#5E390D
(94,57,13)
#53330C
(83,51,12)
#482D0B
(72,45,11)
#3D270A
(61,39,10)
#322109
(50,33,9)
#271B08
(39,27,8)
#1C1507
(28,21,7)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #7F4B10

#7F4B10
(127,75,16)
#8A5B25
(138,91,37)
#956B3A
(149,107,58)
#A07B4F
(160,123,79)
#AB8B64
(171,139,100)
#B69B79
(182,155,121)
#C1AB8E
(193,171,142)
#CCBBA3
(204,187,163)
#D7CBB8
(215,203,184)
#E2DBCD
(226,219,205)
#EDEBE2
(237,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4B10 color. Also use rgb(127,75,16) instead hex code.

Text Font Color

.myTextColor { color: #7F4B10; }

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

This text font color is #7F4B10.


Background Color

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

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

This div background color is #7F4B10.


Border color

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

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

This div border color is #7F4B10.


Opacity

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

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

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

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

This text has shadow with #7F4B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4B10 on black background.


Color preview on white background

This text has color #7F4B10 on white background.



Black color preview on #7F4B10 background

This text has black color on #7F4B10 background.


White color preview on #7F4B10 background

This text has white color on #7F4B10 background.