COLOR #7F3500

HEX: #7F3500
RGB: (127,53,0)

Color info

#7F3500 contains mainly red color. Web safe color of #7F3500 is #663300 (or #630).

RGB color model

#7F3500 color RGB value is (127,53,0).

  • red value is 127;
  • green value is 53;
  • blue value is 0.
RGB:
(127,53,0)
(50%,21%,0%)

RGB channels and saturation

R 127 of 255 = 50%
G 53 of 255 = 21%
B 0 of 255 = 0%

127
53
0

R + G + B ~ 24%. #7F3500 is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 53 + 0 = 180 (100%)
R 127 of 180 ~ 70.56%
G 53 of 180 ~ 29.44%
B 0 of 180 ~ 0%

%70.56
%29.44

CMYK color model

#7F3500 color CMYK value is (0,58,100,50).

  • cyan value is 0.00%
  • magenta value is 58.27%
  • yellow value is 100.00%
  • key color value is 50.20%
CMYK:
(0,58,100,50)
C0M58Y100K50 
(0%,58%,100%,50%)
(0.00/0.58/1.00/0.50)	

CMYK percentages

%0
%58.27
%100
%50.2

Codes

Color #7F3500 in popluar color models

7F3500
RGB127530
HSL25°100.00%24.90%
HSB/HSV25°100.00%49.80%
CMYK0.00%58.27%100.00%
50.20%

Color #7F3500 in popluar number systems.

HEX7F3500
Decimal127530
Binary11111111101010
Octal177650

Shades and tints

Shades of #7F3500

#7F3500
(127,53,0)
#743100
(116,49,0)
#692D00
(105,45,0)
#5E2900
(94,41,0)
#532500
(83,37,0)
#482100
(72,33,0)
#3D1D00
(61,29,0)
#321900
(50,25,0)
#271500
(39,21,0)
#1C1100
(28,17,0)
#110D00
(17,13,0)
#000000
(0,0,0)

Tints of #7F3500

#7F3500
(127,53,0)
#8A4717
(138,71,23)
#95592E
(149,89,46)
#A06B45
(160,107,69)
#AB7D5C
(171,125,92)
#B68F73
(182,143,115)
#C1A18A
(193,161,138)
#CCB3A1
(204,179,161)
#D7C5B8
(215,197,184)
#E2D7CF
(226,215,207)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3500 color. Also use rgb(127,53,0) instead hex code.

Text Font Color

.myTextColor { color: #7F3500; }

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

This text font color is #7F3500.


Background Color

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

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

This div background color is #7F3500.


Border color

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

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

This div border color is #7F3500.


Opacity

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

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

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

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

This text has shadow with #7F3500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3500 on black background.


Color preview on white background

This text has color #7F3500 on white background.



Black color preview on #7F3500 background

This text has black color on #7F3500 background.


White color preview on #7F3500 background

This text has white color on #7F3500 background.