COLOR #7B6B26

HEX: #7B6B26
RGB: (123,107,38)

Color info

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

RGB color model

#7B6B26 color RGB value is (123,107,38).

  • red value is 123;
  • green value is 107;
  • blue value is 38.
RGB:
(123,107,38)
(48%,42%,15%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 38 of 255 = 15%

123
107
38

R + G + B ~ 35%. #7B6B26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 107 + 38 = 268 (100%)
R 123 of 268 ~ 45.9%
G 107 of 268 ~ 39.93%
B 38 of 268 ~ 14.18%

%45.9
%39.93
%14.18

CMYK color model

#7B6B26 color CMYK value is (0,13,69,52).

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 69.11%
  • key color value is 51.76%
CMYK:
(0,13,69,52)
C0M13Y69K52 
(0%,13%,69%,52%)
(0.00/0.13/0.69/0.52)	

CMYK percentages

%0
%13.01
%69.11
%51.76

Codes

Color #7B6B26 in popluar color models

7B6B26
RGB12310738
HSL49°52.80%31.57%
HSB/HSV49°69.11%48.24%
CMYK0.00%13.01%69.11%
51.76%

Color #7B6B26 in popluar number systems.

HEX7B6B26
Decimal12310738
Binary11110111101011100110
Octal17315346

Shades and tints

Shades of #7B6B26

#7B6B26
(123,107,38)
#706223
(112,98,35)
#655920
(101,89,32)
#5A501D
(90,80,29)
#4F471A
(79,71,26)
#443E17
(68,62,23)
#393514
(57,53,20)
#2E2C11
(46,44,17)
#23230E
(35,35,14)
#181A0B
(24,26,11)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #7B6B26

#7B6B26
(123,107,38)
#877839
(135,120,57)
#93854C
(147,133,76)
#9F925F
(159,146,95)
#AB9F72
(171,159,114)
#B7AC85
(183,172,133)
#C3B998
(195,185,152)
#CFC6AB
(207,198,171)
#DBD3BE
(219,211,190)
#E7E0D1
(231,224,209)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6B26 color. Also use rgb(123,107,38) instead hex code.

Text Font Color

.myTextColor { color: #7B6B26; }

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

This text font color is #7B6B26.


Background Color

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

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

This div background color is #7B6B26.


Border color

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

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

This div border color is #7B6B26.


Opacity

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

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

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

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

This text has shadow with #7B6B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6B26 on black background.


Color preview on white background

This text has color #7B6B26 on white background.



Black color preview on #7B6B26 background

This text has black color on #7B6B26 background.


White color preview on #7B6B26 background

This text has white color on #7B6B26 background.