COLOR #7F7953

HEX: #7F7953
RGB: (127,121,83)

Color info

#7F7953 contains red, green and blue colors in about the same proportion. Web safe color of #7F7953 is #666666 (or #666).

RGB color model

#7F7953 color RGB value is (127,121,83).

  • red value is 127;
  • green value is 121;
  • blue value is 83.
RGB:
(127,121,83)
(50%,47%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 83 of 255 = 33%

127
121
83

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

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 83 = 331 (100%)
R 127 of 331 ~ 38.37%
G 121 of 331 ~ 36.56%
B 83 of 331 ~ 25.08%

%38.37
%36.56
%25.08

CMYK color model

#7F7953 color CMYK value is (0,5,35,50).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 34.65%
  • key color value is 50.20%
CMYK:
(0,5,35,50)
C0M5Y35K50 
(0%,5%,35%,50%)
(0.00/0.05/0.35/0.50)	

CMYK percentages

%0
%4.72
%34.65
%50.2

Codes

Color #7F7953 in popluar color models

7F7953
RGB12712183
HSL52°20.95%41.18%
HSB/HSV52°34.65%49.80%
CMYK0.00%4.72%34.65%
50.20%

Color #7F7953 in popluar number systems.

HEX7F7953
Decimal12712183
Binary111111111110011010011
Octal177171123

Shades and tints

Shades of #7F7953

#7F7953
(127,121,83)
#746E4C
(116,110,76)
#696345
(105,99,69)
#5E583E
(94,88,62)
#534D37
(83,77,55)
#484230
(72,66,48)
#3D3729
(61,55,41)
#322C22
(50,44,34)
#27211B
(39,33,27)
#1C1614
(28,22,20)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #7F7953

#7F7953
(127,121,83)
#8A8562
(138,133,98)
#959171
(149,145,113)
#A09D80
(160,157,128)
#ABA98F
(171,169,143)
#B6B59E
(182,181,158)
#C1C1AD
(193,193,173)
#CCCDBC
(204,205,188)
#D7D9CB
(215,217,203)
#E2E5DA
(226,229,218)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7953 color. Also use rgb(127,121,83) instead hex code.

Text Font Color

.myTextColor { color: #7F7953; }

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

This text font color is #7F7953.


Background Color

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

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

This div background color is #7F7953.


Border color

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

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

This div border color is #7F7953.


Opacity

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

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

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

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

This text has shadow with #7F7953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7953 on black background.


Color preview on white background

This text has color #7F7953 on white background.



Black color preview on #7F7953 background

This text has black color on #7F7953 background.


White color preview on #7F7953 background

This text has white color on #7F7953 background.