COLOR #7B6813

HEX: #7B6813
RGB: (123,104,19)

Color info

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

RGB color model

#7B6813 color RGB value is (123,104,19).

  • red value is 123;
  • green value is 104;
  • blue value is 19.
RGB:
(123,104,19)
(48%,41%,7%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 19 of 255 = 7%

123
104
19

R + G + B ~ 32%. #7B6813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 19 = 246 (100%)
R 123 of 246 ~ 50%
G 104 of 246 ~ 42.28%
B 19 of 246 ~ 7.72%

%50
%42.28

CMYK color model

#7B6813 color CMYK value is (0,15,85,52).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 84.55%
  • key color value is 51.76%
CMYK:
(0,15,85,52)
C0M15Y85K52 
(0%,15%,85%,52%)
(0.00/0.15/0.85/0.52)	

CMYK percentages

%0
%15.45
%84.55
%51.76

Codes

Color #7B6813 in popluar color models

7B6813
RGB12310419
HSL49°73.24%27.84%
HSB/HSV49°84.55%48.24%
CMYK0.00%15.45%84.55%
51.76%

Color #7B6813 in popluar number systems.

HEX7B6813
Decimal12310419
Binary1111011110100010011
Octal17315023

Shades and tints

Shades of #7B6813

#7B6813
(123,104,19)
#705F12
(112,95,18)
#655611
(101,86,17)
#5A4D10
(90,77,16)
#4F440F
(79,68,15)
#443B0E
(68,59,14)
#39320D
(57,50,13)
#2E290C
(46,41,12)
#23200B
(35,32,11)
#18170A
(24,23,10)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #7B6813

#7B6813
(123,104,19)
#877528
(135,117,40)
#93823D
(147,130,61)
#9F8F52
(159,143,82)
#AB9C67
(171,156,103)
#B7A97C
(183,169,124)
#C3B691
(195,182,145)
#CFC3A6
(207,195,166)
#DBD0BB
(219,208,187)
#E7DDD0
(231,221,208)
#F3EAE5
(243,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6813 color. Also use rgb(123,104,19) instead hex code.

Text Font Color

.myTextColor { color: #7B6813; }

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

This text font color is #7B6813.


Background Color

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

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

This div background color is #7B6813.


Border color

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

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

This div border color is #7B6813.


Opacity

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

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

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

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

This text has shadow with #7B6813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6813 on black background.


Color preview on white background

This text has color #7B6813 on white background.



Black color preview on #7B6813 background

This text has black color on #7B6813 background.


White color preview on #7B6813 background

This text has white color on #7B6813 background.