COLOR #7B6D3D

HEX: #7B6D3D
RGB: (123,109,61)

Color info

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

RGB color model

#7B6D3D color RGB value is (123,109,61).

  • red value is 123;
  • green value is 109;
  • blue value is 61.
RGB:
(123,109,61)
(48%,43%,24%)

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 61 of 255 = 24%

123
109
61

R + G + B ~ 38%. #7B6D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 109 + 61 = 293 (100%)
R 123 of 293 ~ 41.98%
G 109 of 293 ~ 37.2%
B 61 of 293 ~ 20.82%

%41.98
%37.2
%20.82

CMYK color model

#7B6D3D color CMYK value is (0,11,50,52).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 50.41%
  • key color value is 51.76%
CMYK:
(0,11,50,52)
C0M11Y50K52 
(0%,11%,50%,52%)
(0.00/0.11/0.50/0.52)	

CMYK percentages

%0
%11.38
%50.41
%51.76

Codes

Color #7B6D3D in popluar color models

7B6D3D
RGB12310961
HSL46°33.70%36.08%
HSB/HSV46°50.41%48.24%
CMYK0.00%11.38%50.41%
51.76%

Color #7B6D3D in popluar number systems.

HEX7B6D3D
Decimal12310961
Binary11110111101101111101
Octal17315575

Shades and tints

Shades of #7B6D3D

#7B6D3D
(123,109,61)
#706438
(112,100,56)
#655B33
(101,91,51)
#5A522E
(90,82,46)
#4F4929
(79,73,41)
#444024
(68,64,36)
#39371F
(57,55,31)
#2E2E1A
(46,46,26)
#232515
(35,37,21)
#181C10
(24,28,16)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #7B6D3D

#7B6D3D
(123,109,61)
#877A4E
(135,122,78)
#93875F
(147,135,95)
#9F9470
(159,148,112)
#ABA181
(171,161,129)
#B7AE92
(183,174,146)
#C3BBA3
(195,187,163)
#CFC8B4
(207,200,180)
#DBD5C5
(219,213,197)
#E7E2D6
(231,226,214)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6D3D color. Also use rgb(123,109,61) instead hex code.

Text Font Color

.myTextColor { color: #7B6D3D; }

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

This text font color is #7B6D3D.


Background Color

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

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

This div background color is #7B6D3D.


Border color

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

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

This div border color is #7B6D3D.


Opacity

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

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

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

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

This text has shadow with #7B6D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6D3D on black background.


Color preview on white background

This text has color #7B6D3D on white background.



Black color preview on #7B6D3D background

This text has black color on #7B6D3D background.


White color preview on #7B6D3D background

This text has white color on #7B6D3D background.