COLOR #7B6733

HEX: #7B6733
RGB: (123,103,51)

Color info

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

RGB color model

#7B6733 color RGB value is (123,103,51).

  • red value is 123;
  • green value is 103;
  • blue value is 51.
RGB:
(123,103,51)
(48%,40%,20%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 51 of 255 = 20%

123
103
51

R + G + B ~ 36%. #7B6733 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 51 = 277 (100%)
R 123 of 277 ~ 44.4%
G 103 of 277 ~ 37.18%
B 51 of 277 ~ 18.41%

%44.4
%37.18
%18.41

CMYK color model

#7B6733 color CMYK value is (0,16,59,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 58.54%
  • key color value is 51.76%
CMYK:
(0,16,59,52)
C0M16Y59K52 
(0%,16%,59%,52%)
(0.00/0.16/0.59/0.52)	

CMYK percentages

%0
%16.26
%58.54
%51.76

Codes

Color #7B6733 in popluar color models

7B6733
RGB12310351
HSL43°41.38%34.12%
HSB/HSV43°58.54%48.24%
CMYK0.00%16.26%58.54%
51.76%

Color #7B6733 in popluar number systems.

HEX7B6733
Decimal12310351
Binary11110111100111110011
Octal17314763

Shades and tints

Shades of #7B6733

#7B6733
(123,103,51)
#705E2F
(112,94,47)
#65552B
(101,85,43)
#5A4C27
(90,76,39)
#4F4323
(79,67,35)
#443A1F
(68,58,31)
#39311B
(57,49,27)
#2E2817
(46,40,23)
#231F13
(35,31,19)
#18160F
(24,22,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #7B6733

#7B6733
(123,103,51)
#877445
(135,116,69)
#938157
(147,129,87)
#9F8E69
(159,142,105)
#AB9B7B
(171,155,123)
#B7A88D
(183,168,141)
#C3B59F
(195,181,159)
#CFC2B1
(207,194,177)
#DBCFC3
(219,207,195)
#E7DCD5
(231,220,213)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6733 color. Also use rgb(123,103,51) instead hex code.

Text Font Color

.myTextColor { color: #7B6733; }

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

This text font color is #7B6733.


Background Color

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

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

This div background color is #7B6733.


Border color

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

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

This div border color is #7B6733.


Opacity

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

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

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

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

This text has shadow with #7B6733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6733 on black background.


Color preview on white background

This text has color #7B6733 on white background.



Black color preview on #7B6733 background

This text has black color on #7B6733 background.


White color preview on #7B6733 background

This text has white color on #7B6733 background.