COLOR #7F3422

HEX: #7F3422
RGB: (127,52,34)

Color info

#7F3422 contains mainly red color. Web safe color of #7F3422 is #663333 (or #633).

RGB color model

#7F3422 color RGB value is (127,52,34).

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

RGB channels and saturation

R 127 of 255 = 50%
G 52 of 255 = 20%
B 34 of 255 = 13%

127
52
34

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

Portions of RGB colors in percentages

R + G + B =
127 + 52 + 34 = 213 (100%)
R 127 of 213 ~ 59.62%
G 52 of 213 ~ 24.41%
B 34 of 213 ~ 15.96%

%59.62
%24.41
%15.96

CMYK color model

#7F3422 color CMYK value is (0,59,73,50).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 73.23%
  • key color value is 50.20%
CMYK:
(0,59,73,50)
C0M59Y73K50 
(0%,59%,73%,50%)
(0.00/0.59/0.73/0.50)	

CMYK percentages

%0
%59.06
%73.23
%50.2

Codes

Color #7F3422 in popluar color models

7F3422
RGB1275234
HSL12°57.76%31.57%
HSB/HSV12°73.23%49.80%
CMYK0.00%59.06%73.23%
50.20%

Color #7F3422 in popluar number systems.

HEX7F3422
Decimal1275234
Binary1111111110100100010
Octal1776442

Shades and tints

Shades of #7F3422

#7F3422
(127,52,34)
#74301F
(116,48,31)
#692C1C
(105,44,28)
#5E2819
(94,40,25)
#532416
(83,36,22)
#482013
(72,32,19)
#3D1C10
(61,28,16)
#32180D
(50,24,13)
#27140A
(39,20,10)
#1C1007
(28,16,7)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #7F3422

#7F3422
(127,52,34)
#8A4636
(138,70,54)
#95584A
(149,88,74)
#A06A5E
(160,106,94)
#AB7C72
(171,124,114)
#B68E86
(182,142,134)
#C1A09A
(193,160,154)
#CCB2AE
(204,178,174)
#D7C4C2
(215,196,194)
#E2D6D6
(226,214,214)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3422; }

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

This text font color is #7F3422.


Background Color

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

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

This div background color is #7F3422.


Border color

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

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

This div border color is #7F3422.


Opacity

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

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

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

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

This text has shadow with #7F3422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3422 on black background.


Color preview on white background

This text has color #7F3422 on white background.



Black color preview on #7F3422 background

This text has black color on #7F3422 background.


White color preview on #7F3422 background

This text has white color on #7F3422 background.