COLOR #7B7F46

HEX: #7B7F46
RGB: (123,127,70)

Color info

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

RGB color model

#7B7F46 color RGB value is (123,127,70).

  • red value is 123;
  • green value is 127;
  • blue value is 70.
RGB:
(123,127,70)
(48%,50%,27%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 70 of 255 = 27%

123
127
70

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 70 = 320 (100%)
R 123 of 320 ~ 38.44%
G 127 of 320 ~ 39.69%
B 70 of 320 ~ 21.88%

%38.44
%39.69
%21.88

CMYK color model

#7B7F46 color CMYK value is (3,0,45,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(3,0,45,50)
C3M0Y45K50 
(3%,0%,45%,50%)
(0.03/0.00/0.45/0.50)	

CMYK percentages

%3.15
%0
%44.88
%50.2

Codes

Color #7B7F46 in popluar color models

7B7F46
RGB12312770
HSL64°28.93%38.63%
HSB/HSV64°44.88%49.80%
CMYK3.15%0.00%44.88%
50.20%

Color #7B7F46 in popluar number systems.

HEX7B7F46
Decimal12312770
Binary111101111111111000110
Octal173177106

Shades and tints

Shades of #7B7F46

#7B7F46
(123,127,70)
#707440
(112,116,64)
#65693A
(101,105,58)
#5A5E34
(90,94,52)
#4F532E
(79,83,46)
#444828
(68,72,40)
#393D22
(57,61,34)
#2E321C
(46,50,28)
#232716
(35,39,22)
#181C10
(24,28,16)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #7B7F46

#7B7F46
(123,127,70)
#878A56
(135,138,86)
#939566
(147,149,102)
#9FA076
(159,160,118)
#ABAB86
(171,171,134)
#B7B696
(183,182,150)
#C3C1A6
(195,193,166)
#CFCCB6
(207,204,182)
#DBD7C6
(219,215,198)
#E7E2D6
(231,226,214)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7F46 color. Also use rgb(123,127,70) instead hex code.

Text Font Color

.myTextColor { color: #7B7F46; }

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

This text font color is #7B7F46.


Background Color

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

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

This div background color is #7B7F46.


Border color

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

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

This div border color is #7B7F46.


Opacity

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

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

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

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

This text has shadow with #7B7F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F46 on black background.


Color preview on white background

This text has color #7B7F46 on white background.



Black color preview on #7B7F46 background

This text has black color on #7B7F46 background.


White color preview on #7B7F46 background

This text has white color on #7B7F46 background.