COLOR #7B5D24

HEX: #7B5D24
RGB: (123,93,36)

Color info

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

RGB color model

#7B5D24 color RGB value is (123,93,36).

  • red value is 123;
  • green value is 93;
  • blue value is 36.
RGB:
(123,93,36)
(48%,36%,14%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 36 of 255 = 14%

123
93
36

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

Portions of RGB colors in percentages

R + G + B =
123 + 93 + 36 = 252 (100%)
R 123 of 252 ~ 48.81%
G 93 of 252 ~ 36.9%
B 36 of 252 ~ 14.29%

%48.81
%36.9
%14.29

CMYK color model

#7B5D24 color CMYK value is (0,24,71,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 70.73%
  • key color value is 51.76%
CMYK:
(0,24,71,52)
C0M24Y71K52 
(0%,24%,71%,52%)
(0.00/0.24/0.71/0.52)	

CMYK percentages

%0
%24.39
%70.73
%51.76

Codes

Color #7B5D24 in popluar color models

7B5D24
RGB1239336
HSL39°54.72%31.18%
HSB/HSV39°70.73%48.24%
CMYK0.00%24.39%70.73%
51.76%

Color #7B5D24 in popluar number systems.

HEX7B5D24
Decimal1239336
Binary11110111011101100100
Octal17313544

Shades and tints

Shades of #7B5D24

#7B5D24
(123,93,36)
#705521
(112,85,33)
#654D1E
(101,77,30)
#5A451B
(90,69,27)
#4F3D18
(79,61,24)
#443515
(68,53,21)
#392D12
(57,45,18)
#2E250F
(46,37,15)
#231D0C
(35,29,12)
#181509
(24,21,9)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #7B5D24

#7B5D24
(123,93,36)
#876B37
(135,107,55)
#93794A
(147,121,74)
#9F875D
(159,135,93)
#AB9570
(171,149,112)
#B7A383
(183,163,131)
#C3B196
(195,177,150)
#CFBFA9
(207,191,169)
#DBCDBC
(219,205,188)
#E7DBCF
(231,219,207)
#F3E9E2
(243,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5D24 color. Also use rgb(123,93,36) instead hex code.

Text Font Color

.myTextColor { color: #7B5D24; }

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

This text font color is #7B5D24.


Background Color

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

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

This div background color is #7B5D24.


Border color

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

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

This div border color is #7B5D24.


Opacity

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

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

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

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

This text has shadow with #7B5D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5D24 on black background.


Color preview on white background

This text has color #7B5D24 on white background.



Black color preview on #7B5D24 background

This text has black color on #7B5D24 background.


White color preview on #7B5D24 background

This text has white color on #7B5D24 background.