COLOR #7B7D31

HEX: #7B7D31
RGB: (123,125,49)

Color info

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

RGB color model

#7B7D31 color RGB value is (123,125,49).

  • red value is 123;
  • green value is 125;
  • blue value is 49.
RGB:
(123,125,49)
(48%,49%,19%)

RGB channels and saturation

R 123 of 255 = 48%
G 125 of 255 = 49%
B 49 of 255 = 19%

123
125
49

R + G + B ~ 39%. #7B7D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 125 + 49 = 297 (100%)
R 123 of 297 ~ 41.41%
G 125 of 297 ~ 42.09%
B 49 of 297 ~ 16.5%

%41.41
%42.09
%16.5

CMYK color model

#7B7D31 color CMYK value is (2,0,61,51).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(2,0,61,51)
C2M0Y61K51 
(2%,0%,61%,51%)
(0.02/0.00/0.61/0.51)	

CMYK percentages

%1.6
%0
%60.8
%50.98

Codes

Color #7B7D31 in popluar color models

7B7D31
RGB12312549
HSL62°43.68%34.12%
HSB/HSV62°60.80%49.02%
CMYK1.60%0.00%60.80%
50.98%

Color #7B7D31 in popluar number systems.

HEX7B7D31
Decimal12312549
Binary11110111111101110001
Octal17317561

Shades and tints

Shades of #7B7D31

#7B7D31
(123,125,49)
#70722D
(112,114,45)
#656729
(101,103,41)
#5A5C25
(90,92,37)
#4F5121
(79,81,33)
#44461D
(68,70,29)
#393B19
(57,59,25)
#2E3015
(46,48,21)
#232511
(35,37,17)
#181A0D
(24,26,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B7D31

#7B7D31
(123,125,49)
#878843
(135,136,67)
#939355
(147,147,85)
#9F9E67
(159,158,103)
#ABA979
(171,169,121)
#B7B48B
(183,180,139)
#C3BF9D
(195,191,157)
#CFCAAF
(207,202,175)
#DBD5C1
(219,213,193)
#E7E0D3
(231,224,211)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7D31 color. Also use rgb(123,125,49) instead hex code.

Text Font Color

.myTextColor { color: #7B7D31; }

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

This text font color is #7B7D31.


Background Color

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

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

This div background color is #7B7D31.


Border color

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

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

This div border color is #7B7D31.


Opacity

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

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

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

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

This text has shadow with #7B7D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7D31 on black background.


Color preview on white background

This text has color #7B7D31 on white background.



Black color preview on #7B7D31 background

This text has black color on #7B7D31 background.


White color preview on #7B7D31 background

This text has white color on #7B7D31 background.