COLOR #7F6948

HEX: #7F6948
RGB: (127,105,72)

Color info

#7F6948 contains red, green and blue colors in about the same proportion. Web safe color of #7F6948 is #666633 (or #663).

RGB color model

#7F6948 color RGB value is (127,105,72).

  • red value is 127;
  • green value is 105;
  • blue value is 72.
RGB:
(127,105,72)
(50%,41%,28%)

RGB channels and saturation

R 127 of 255 = 50%
G 105 of 255 = 41%
B 72 of 255 = 28%

127
105
72

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

Portions of RGB colors in percentages

R + G + B =
127 + 105 + 72 = 304 (100%)
R 127 of 304 ~ 41.78%
G 105 of 304 ~ 34.54%
B 72 of 304 ~ 23.68%

%41.78
%34.54
%23.68

CMYK color model

#7F6948 color CMYK value is (0,17,43,50).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 43.31%
  • key color value is 50.20%
CMYK:
(0,17,43,50)
C0M17Y43K50 
(0%,17%,43%,50%)
(0.00/0.17/0.43/0.50)	

CMYK percentages

%0
%17.32
%43.31
%50.2

Codes

Color #7F6948 in popluar color models

7F6948
RGB12710572
HSL36°27.64%39.02%
HSB/HSV36°43.31%49.80%
CMYK0.00%17.32%43.31%
50.20%

Color #7F6948 in popluar number systems.

HEX7F6948
Decimal12710572
Binary111111111010011001000
Octal177151110

Shades and tints

Shades of #7F6948

#7F6948
(127,105,72)
#746042
(116,96,66)
#69573C
(105,87,60)
#5E4E36
(94,78,54)
#534530
(83,69,48)
#483C2A
(72,60,42)
#3D3324
(61,51,36)
#322A1E
(50,42,30)
#272118
(39,33,24)
#1C1812
(28,24,18)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F6948

#7F6948
(127,105,72)
#8A7658
(138,118,88)
#958368
(149,131,104)
#A09078
(160,144,120)
#AB9D88
(171,157,136)
#B6AA98
(182,170,152)
#C1B7A8
(193,183,168)
#CCC4B8
(204,196,184)
#D7D1C8
(215,209,200)
#E2DED8
(226,222,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6948 color. Also use rgb(127,105,72) instead hex code.

Text Font Color

.myTextColor { color: #7F6948; }

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

This text font color is #7F6948.


Background Color

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

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

This div background color is #7F6948.


Border color

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

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

This div border color is #7F6948.


Opacity

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

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

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

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

This text has shadow with #7F6948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6948 on black background.


Color preview on white background

This text has color #7F6948 on white background.



Black color preview on #7F6948 background

This text has black color on #7F6948 background.


White color preview on #7F6948 background

This text has white color on #7F6948 background.