COLOR #7B6C15

HEX: #7B6C15
RGB: (123,108,21)

Color info

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

RGB color model

#7B6C15 color RGB value is (123,108,21).

  • red value is 123;
  • green value is 108;
  • blue value is 21.
RGB:
(123,108,21)
(48%,42%,8%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 21 of 255 = 8%

123
108
21

R + G + B ~ 33%. #7B6C15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 21 = 252 (100%)
R 123 of 252 ~ 48.81%
G 108 of 252 ~ 42.86%
B 21 of 252 ~ 8.33%

%48.81
%42.86

CMYK color model

#7B6C15 color CMYK value is (0,12,83,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 82.93%
  • key color value is 51.76%
CMYK:
(0,12,83,52)
C0M12Y83K52 
(0%,12%,83%,52%)
(0.00/0.12/0.83/0.52)	

CMYK percentages

%0
%12.2
%82.93
%51.76

Codes

Color #7B6C15 in popluar color models

7B6C15
RGB12310821
HSL51°70.83%28.24%
HSB/HSV51°82.93%48.24%
CMYK0.00%12.20%82.93%
51.76%

Color #7B6C15 in popluar number systems.

HEX7B6C15
Decimal12310821
Binary1111011110110010101
Octal17315425

Shades and tints

Shades of #7B6C15

#7B6C15
(123,108,21)
#706314
(112,99,20)
#655A13
(101,90,19)
#5A5112
(90,81,18)
#4F4811
(79,72,17)
#443F10
(68,63,16)
#39360F
(57,54,15)
#2E2D0E
(46,45,14)
#23240D
(35,36,13)
#181B0C
(24,27,12)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #7B6C15

#7B6C15
(123,108,21)
#87792A
(135,121,42)
#93863F
(147,134,63)
#9F9354
(159,147,84)
#ABA069
(171,160,105)
#B7AD7E
(183,173,126)
#C3BA93
(195,186,147)
#CFC7A8
(207,199,168)
#DBD4BD
(219,212,189)
#E7E1D2
(231,225,210)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6C15 color. Also use rgb(123,108,21) instead hex code.

Text Font Color

.myTextColor { color: #7B6C15; }

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

This text font color is #7B6C15.


Background Color

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

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

This div background color is #7B6C15.


Border color

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

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

This div border color is #7B6C15.


Opacity

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

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

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

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

This text has shadow with #7B6C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C15 on black background.


Color preview on white background

This text has color #7B6C15 on white background.



Black color preview on #7B6C15 background

This text has black color on #7B6C15 background.


White color preview on #7B6C15 background

This text has white color on #7B6C15 background.