COLOR #7F3315

HEX: #7F3315
RGB: (127,51,21)

Color info

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

RGB color model

#7F3315 color RGB value is (127,51,21).

  • red value is 127;
  • green value is 51;
  • blue value is 21.
RGB:
(127,51,21)
(50%,20%,8%)

RGB channels and saturation

R 127 of 255 = 50%
G 51 of 255 = 20%
B 21 of 255 = 8%

127
51
21

R + G + B ~ 26%. #7F3315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 51 + 21 = 199 (100%)
R 127 of 199 ~ 63.82%
G 51 of 199 ~ 25.63%
B 21 of 199 ~ 10.55%

%63.82
%25.63
%10.55

CMYK color model

#7F3315 color CMYK value is (0,60,83,50).

  • cyan value is 0.00%
  • magenta value is 59.84%
  • yellow value is 83.46%
  • key color value is 50.20%
CMYK:
(0,60,83,50)
C0M60Y83K50 
(0%,60%,83%,50%)
(0.00/0.60/0.83/0.50)	

CMYK percentages

%0
%59.84
%83.46
%50.2

Codes

Color #7F3315 in popluar color models

7F3315
RGB1275121
HSL17°71.62%29.02%
HSB/HSV17°83.46%49.80%
CMYK0.00%59.84%83.46%
50.20%

Color #7F3315 in popluar number systems.

HEX7F3315
Decimal1275121
Binary111111111001110101
Octal1776325

Shades and tints

Shades of #7F3315

#7F3315
(127,51,21)
#742F14
(116,47,20)
#692B13
(105,43,19)
#5E2712
(94,39,18)
#532311
(83,35,17)
#481F10
(72,31,16)
#3D1B0F
(61,27,15)
#32170E
(50,23,14)
#27130D
(39,19,13)
#1C0F0C
(28,15,12)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F3315

#7F3315
(127,51,21)
#8A452A
(138,69,42)
#95573F
(149,87,63)
#A06954
(160,105,84)
#AB7B69
(171,123,105)
#B68D7E
(182,141,126)
#C19F93
(193,159,147)
#CCB1A8
(204,177,168)
#D7C3BD
(215,195,189)
#E2D5D2
(226,213,210)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3315 color. Also use rgb(127,51,21) instead hex code.

Text Font Color

.myTextColor { color: #7F3315; }

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

This text font color is #7F3315.


Background Color

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

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

This div background color is #7F3315.


Border color

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

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

This div border color is #7F3315.


Opacity

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

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

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

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

This text has shadow with #7F3315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3315 on black background.


Color preview on white background

This text has color #7F3315 on white background.



Black color preview on #7F3315 background

This text has black color on #7F3315 background.


White color preview on #7F3315 background

This text has white color on #7F3315 background.