COLOR #7F7343

HEX: #7F7343
RGB: (127,115,67)

Color info

#7F7343 contains mainly red and green colors. Web safe color of #7F7343 is #666633 (or #663).

RGB color model

#7F7343 color RGB value is (127,115,67).

  • red value is 127;
  • green value is 115;
  • blue value is 67.
RGB:
(127,115,67)
(50%,45%,26%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 67 of 255 = 26%

127
115
67

R + G + B ~ 40%. #7F7343 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 67 = 309 (100%)
R 127 of 309 ~ 41.1%
G 115 of 309 ~ 37.22%
B 67 of 309 ~ 21.68%

%41.1
%37.22
%21.68

CMYK color model

#7F7343 color CMYK value is (0,9,47,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(0,9,47,50)
C0M9Y47K50 
(0%,9%,47%,50%)
(0.00/0.09/0.47/0.50)	

CMYK percentages

%0
%9.45
%47.24
%50.2

Codes

Color #7F7343 in popluar color models

7F7343
RGB12711567
HSL48°30.93%38.04%
HSB/HSV48°47.24%49.80%
CMYK0.00%9.45%47.24%
50.20%

Color #7F7343 in popluar number systems.

HEX7F7343
Decimal12711567
Binary111111111100111000011
Octal177163103

Shades and tints

Shades of #7F7343

#7F7343
(127,115,67)
#74693D
(116,105,61)
#695F37
(105,95,55)
#5E5531
(94,85,49)
#534B2B
(83,75,43)
#484125
(72,65,37)
#3D371F
(61,55,31)
#322D19
(50,45,25)
#272313
(39,35,19)
#1C190D
(28,25,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #7F7343

#7F7343
(127,115,67)
#8A7F54
(138,127,84)
#958B65
(149,139,101)
#A09776
(160,151,118)
#ABA387
(171,163,135)
#B6AF98
(182,175,152)
#C1BBA9
(193,187,169)
#CCC7BA
(204,199,186)
#D7D3CB
(215,211,203)
#E2DFDC
(226,223,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7343 color. Also use rgb(127,115,67) instead hex code.

Text Font Color

.myTextColor { color: #7F7343; }

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

This text font color is #7F7343.


Background Color

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

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

This div background color is #7F7343.


Border color

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

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

This div border color is #7F7343.


Opacity

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

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

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

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

This text has shadow with #7F7343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7343 on black background.


Color preview on white background

This text has color #7F7343 on white background.



Black color preview on #7F7343 background

This text has black color on #7F7343 background.


White color preview on #7F7343 background

This text has white color on #7F7343 background.