COLOR #7B5E21

HEX: #7B5E21
RGB: (123,94,33)

Color info

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

RGB color model

#7B5E21 color RGB value is (123,94,33).

  • red value is 123;
  • green value is 94;
  • blue value is 33.
RGB:
(123,94,33)
(48%,37%,13%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 33 of 255 = 13%

123
94
33

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

Portions of RGB colors in percentages

R + G + B =
123 + 94 + 33 = 250 (100%)
R 123 of 250 ~ 49.2%
G 94 of 250 ~ 37.6%
B 33 of 250 ~ 13.2%

%49.2
%37.6
%13.2

CMYK color model

#7B5E21 color CMYK value is (0,24,73,52).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 73.17%
  • key color value is 51.76%
CMYK:
(0,24,73,52)
C0M24Y73K52 
(0%,24%,73%,52%)
(0.00/0.24/0.73/0.52)	

CMYK percentages

%0
%23.58
%73.17
%51.76

Codes

Color #7B5E21 in popluar color models

7B5E21
RGB1239433
HSL41°57.69%30.59%
HSB/HSV41°73.17%48.24%
CMYK0.00%23.58%73.17%
51.76%

Color #7B5E21 in popluar number systems.

HEX7B5E21
Decimal1239433
Binary11110111011110100001
Octal17313641

Shades and tints

Shades of #7B5E21

#7B5E21
(123,94,33)
#70561E
(112,86,30)
#654E1B
(101,78,27)
#5A4618
(90,70,24)
#4F3E15
(79,62,21)
#443612
(68,54,18)
#392E0F
(57,46,15)
#2E260C
(46,38,12)
#231E09
(35,30,9)
#181606
(24,22,6)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #7B5E21

#7B5E21
(123,94,33)
#876C35
(135,108,53)
#937A49
(147,122,73)
#9F885D
(159,136,93)
#AB9671
(171,150,113)
#B7A485
(183,164,133)
#C3B299
(195,178,153)
#CFC0AD
(207,192,173)
#DBCEC1
(219,206,193)
#E7DCD5
(231,220,213)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5E21 color. Also use rgb(123,94,33) instead hex code.

Text Font Color

.myTextColor { color: #7B5E21; }

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

This text font color is #7B5E21.


Background Color

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

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

This div background color is #7B5E21.


Border color

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

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

This div border color is #7B5E21.


Opacity

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

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

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

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

This text has shadow with #7B5E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5E21 on black background.


Color preview on white background

This text has color #7B5E21 on white background.



Black color preview on #7B5E21 background

This text has black color on #7B5E21 background.


White color preview on #7B5E21 background

This text has white color on #7B5E21 background.