COLOR #7F340F

HEX: #7F340F
RGB: (127,52,15)

Color info

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

RGB color model

#7F340F color RGB value is (127,52,15).

  • red value is 127;
  • green value is 52;
  • blue value is 15.
RGB:
(127,52,15)
(50%,20%,6%)

RGB channels and saturation

R 127 of 255 = 50%
G 52 of 255 = 20%
B 15 of 255 = 6%

127
52
15

R + G + B ~ 25%. #7F340F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 52 + 15 = 194 (100%)
R 127 of 194 ~ 65.46%
G 52 of 194 ~ 26.8%
B 15 of 194 ~ 7.73%

%65.46
%26.8

CMYK color model

#7F340F color CMYK value is (0,59,88,50).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 88.19%
  • key color value is 50.20%
CMYK:
(0,59,88,50)
C0M59Y88K50 
(0%,59%,88%,50%)
(0.00/0.59/0.88/0.50)	

CMYK percentages

%0
%59.06
%88.19
%50.2

Codes

Color #7F340F in popluar color models

7F340F
RGB1275215
HSL20°78.87%27.84%
HSB/HSV20°88.19%49.80%
CMYK0.00%59.06%88.19%
50.20%

Color #7F340F in popluar number systems.

HEX7F340F
Decimal1275215
Binary11111111101001111
Octal1776417

Shades and tints

Shades of #7F340F

#7F340F
(127,52,15)
#74300E
(116,48,14)
#692C0D
(105,44,13)
#5E280C
(94,40,12)
#53240B
(83,36,11)
#48200A
(72,32,10)
#3D1C09
(61,28,9)
#321808
(50,24,8)
#271407
(39,20,7)
#1C1006
(28,16,6)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #7F340F

#7F340F
(127,52,15)
#8A4624
(138,70,36)
#955839
(149,88,57)
#A06A4E
(160,106,78)
#AB7C63
(171,124,99)
#B68E78
(182,142,120)
#C1A08D
(193,160,141)
#CCB2A2
(204,178,162)
#D7C4B7
(215,196,183)
#E2D6CC
(226,214,204)
#EDE8E1
(237,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F340F color. Also use rgb(127,52,15) instead hex code.

Text Font Color

.myTextColor { color: #7F340F; }

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

This text font color is #7F340F.


Background Color

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

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

This div background color is #7F340F.


Border color

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

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

This div border color is #7F340F.


Opacity

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

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

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

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

This text has shadow with #7F340F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F340F on black background.


Color preview on white background

This text has color #7F340F on white background.



Black color preview on #7F340F background

This text has black color on #7F340F background.


White color preview on #7F340F background

This text has white color on #7F340F background.