COLOR #7B5D20

HEX: #7B5D20 RGB: (123,93,32)

Color info

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

RGB color model

#7B5D20 color RGB value is (123,93,32).

RGB: (123,93,32) (48%, 36%, 13%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 32 of 255 = 13%

123
93
32

R + G + B ~ 32%. #7B5D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 93 + 32 = 248 (100%)
R 123 of 248 ~ 49.6%
G 93 of 248 ~ 37.5%
B 32 of 248 ~ 12.9'%

%49.6
%37.5
%12.9

CMYK color model

#7B5D20 color CMYK value is (0,24,74,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 73.98%
  • key color value is 51.76%

CMYK: (0,24,74,52)
C0M24Y74K52 (0%, 24%, 74%, 52%)
(0.00 / 0.24 / 0.74 / 0.52)

CMYK percentages

%0
%24.39
%73.98
%51.76

Codes

Color #7B5D20 in popluar color models

7B 5D 20
RGB 123 93 32
HSL 40° 58.71% 30.39%
HSB/HSV 40° 73.98% 48.24%
CMYK 0.00% 24.39% 73.98%
51.76%

Color #7B5D20 in popluar number systems.

HEX 7B 5D 20
Decimal 123 93 32
Binary 1111011 1011101 100000
Octal 173 135 40

Shades and tints

Shades of #7B5D20

#7B5D20
(123,93,32)
#70551E
(112,85,30)
#654D1C
(101,77,28)
#5A451A
(90,69,26)
#4F3D18
(79,61,24)
#443516
(68,53,22)
#392D14
(57,45,20)
#2E2512
(46,37,18)
#231D10
(35,29,16)
#18150E
(24,21,14)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #7B5D20

#7B5D20
(123,93,32)
#876B34
(135,107,52)
#937948
(147,121,72)
#9F875C
(159,135,92)
#AB9570
(171,149,112)
#B7A384
(183,163,132)
#C3B198
(195,177,152)
#CFBFAC
(207,191,172)
#DBCDC0
(219,205,192)
#E7DBD4
(231,219,212)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5D20; }

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

This text font color is #7B5D20.

Background Color

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

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

This div background color is #7B5D20.

Border color

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

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

This div border color is #7B5D20.

Opacity

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

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

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

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

This text has shadow with #7B5D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5D20.

Preview

Color preview on black background

This text has color #7B5D20 on black background.


Color preview on white background

This text has color #7B5D20 on white background.


Black color preview on #7B5D20 background

This text has black color on #7B5D20 background.


White color preview on #7B5D20 background

This text has white color on #7B5D20 background.


Related colors

Complementary color

Complementary color for #hex is #84A2DF.


I love getcolorcode.com

Triadic colors

1 #207B5D and #5D207B with #7B5D20 are triadic colors.

2 #205D7B and #5D7B20 with #7B5D20 are triadic colors.