COLOR #7B5C27

HEX: #7B5C27
RGB: (123,92,39)

Color info

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

RGB color model

#7B5C27 color RGB value is (123,92,39).

  • red value is 123;
  • green value is 92;
  • blue value is 39.
RGB:
(123,92,39)
(48%,36%,15%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 39 of 255 = 15%

123
92
39

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

Portions of RGB colors in percentages

R + G + B =
123 + 92 + 39 = 254 (100%)
R 123 of 254 ~ 48.43%
G 92 of 254 ~ 36.22%
B 39 of 254 ~ 15.35%

%48.43
%36.22
%15.35

CMYK color model

#7B5C27 color CMYK value is (0,25,68,52).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 68.29%
  • key color value is 51.76%
CMYK:
(0,25,68,52)
C0M25Y68K52 
(0%,25%,68%,52%)
(0.00/0.25/0.68/0.52)	

CMYK percentages

%0
%25.2
%68.29
%51.76

Codes

Color #7B5C27 in popluar color models

7B5C27
RGB1239239
HSL38°51.85%31.76%
HSB/HSV38°68.29%48.24%
CMYK0.00%25.20%68.29%
51.76%

Color #7B5C27 in popluar number systems.

HEX7B5C27
Decimal1239239
Binary11110111011100100111
Octal17313447

Shades and tints

Shades of #7B5C27

#7B5C27
(123,92,39)
#705424
(112,84,36)
#654C21
(101,76,33)
#5A441E
(90,68,30)
#4F3C1B
(79,60,27)
#443418
(68,52,24)
#392C15
(57,44,21)
#2E2412
(46,36,18)
#231C0F
(35,28,15)
#18140C
(24,20,12)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #7B5C27

#7B5C27
(123,92,39)
#876A3A
(135,106,58)
#93784D
(147,120,77)
#9F8660
(159,134,96)
#AB9473
(171,148,115)
#B7A286
(183,162,134)
#C3B099
(195,176,153)
#CFBEAC
(207,190,172)
#DBCCBF
(219,204,191)
#E7DAD2
(231,218,210)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5C27 color. Also use rgb(123,92,39) instead hex code.

Text Font Color

.myTextColor { color: #7B5C27; }

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

This text font color is #7B5C27.


Background Color

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

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

This div background color is #7B5C27.


Border color

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

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

This div border color is #7B5C27.


Opacity

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

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

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

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

This text has shadow with #7B5C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5C27 on black background.


Color preview on white background

This text has color #7B5C27 on white background.



Black color preview on #7B5C27 background

This text has black color on #7B5C27 background.


White color preview on #7B5C27 background

This text has white color on #7B5C27 background.