COLOR #7B5A16

HEX: #7B5A16
RGB: (123,90,22)

Color info

#7B5A16 contains mainly red and green colors. Web safe color of #7B5A16 is #666600 (or #660).

RGB color model

#7B5A16 color RGB value is (123,90,22).

  • red value is 123;
  • green value is 90;
  • blue value is 22.
RGB:
(123,90,22)
(48%,35%,9%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 22 of 255 = 9%

123
90
22

R + G + B ~ 31%. #7B5A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 22 = 235 (100%)
R 123 of 235 ~ 52.34%
G 90 of 235 ~ 38.3%
B 22 of 235 ~ 9.36%

%52.34
%38.3

CMYK color model

#7B5A16 color CMYK value is (0,27,82,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 82.11%
  • key color value is 51.76%
CMYK:
(0,27,82,52)
C0M27Y82K52 
(0%,27%,82%,52%)
(0.00/0.27/0.82/0.52)	

CMYK percentages

%0
%26.83
%82.11
%51.76

Codes

Color #7B5A16 in popluar color models

7B5A16
RGB1239022
HSL40°69.66%28.43%
HSB/HSV40°82.11%48.24%
CMYK0.00%26.83%82.11%
51.76%

Color #7B5A16 in popluar number systems.

HEX7B5A16
Decimal1239022
Binary1111011101101010110
Octal17313226

Shades and tints

Shades of #7B5A16

#7B5A16
(123,90,22)
#705214
(112,82,20)
#654A12
(101,74,18)
#5A4210
(90,66,16)
#4F3A0E
(79,58,14)
#44320C
(68,50,12)
#392A0A
(57,42,10)
#2E2208
(46,34,8)
#231A06
(35,26,6)
#181204
(24,18,4)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #7B5A16

#7B5A16
(123,90,22)
#87692B
(135,105,43)
#937840
(147,120,64)
#9F8755
(159,135,85)
#AB966A
(171,150,106)
#B7A57F
(183,165,127)
#C3B494
(195,180,148)
#CFC3A9
(207,195,169)
#DBD2BE
(219,210,190)
#E7E1D3
(231,225,211)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5A16 color. Also use rgb(123,90,22) instead hex code.

Text Font Color

.myTextColor { color: #7B5A16; }

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

This text font color is #7B5A16.


Background Color

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

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

This div background color is #7B5A16.


Border color

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

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

This div border color is #7B5A16.


Opacity

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

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

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

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

This text has shadow with #7B5A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A16 on black background.


Color preview on white background

This text has color #7B5A16 on white background.



Black color preview on #7B5A16 background

This text has black color on #7B5A16 background.


White color preview on #7B5A16 background

This text has white color on #7B5A16 background.