COLOR #7B5B3A

HEX: #7B5B3A
RGB: (123,91,58)

Color info

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

RGB color model

#7B5B3A color RGB value is (123,91,58).

  • red value is 123;
  • green value is 91;
  • blue value is 58.
RGB:
(123,91,58)
(48%,36%,23%)

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 58 of 255 = 23%

123
91
58

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 58 = 272 (100%)
R 123 of 272 ~ 45.22%
G 91 of 272 ~ 33.46%
B 58 of 272 ~ 21.32%

%45.22
%33.46
%21.32

CMYK color model

#7B5B3A color CMYK value is (0,26,53,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 52.85%
  • key color value is 51.76%
CMYK:
(0,26,53,52)
C0M26Y53K52 
(0%,26%,53%,52%)
(0.00/0.26/0.53/0.52)	

CMYK percentages

%0
%26.02
%52.85
%51.76

Codes

Color #7B5B3A in popluar color models

7B5B3A
RGB1239158
HSL30°35.91%35.49%
HSB/HSV30°52.85%48.24%
CMYK0.00%26.02%52.85%
51.76%

Color #7B5B3A in popluar number systems.

HEX7B5B3A
Decimal1239158
Binary11110111011011111010
Octal17313372

Shades and tints

Shades of #7B5B3A

#7B5B3A
(123,91,58)
#705335
(112,83,53)
#654B30
(101,75,48)
#5A432B
(90,67,43)
#4F3B26
(79,59,38)
#443321
(68,51,33)
#392B1C
(57,43,28)
#2E2317
(46,35,23)
#231B12
(35,27,18)
#18130D
(24,19,13)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #7B5B3A

#7B5B3A
(123,91,58)
#87694B
(135,105,75)
#93775C
(147,119,92)
#9F856D
(159,133,109)
#AB937E
(171,147,126)
#B7A18F
(183,161,143)
#C3AFA0
(195,175,160)
#CFBDB1
(207,189,177)
#DBCBC2
(219,203,194)
#E7D9D3
(231,217,211)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5B3A color. Also use rgb(123,91,58) instead hex code.

Text Font Color

.myTextColor { color: #7B5B3A; }

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

This text font color is #7B5B3A.


Background Color

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

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

This div background color is #7B5B3A.


Border color

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

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

This div border color is #7B5B3A.


Opacity

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

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

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

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

This text has shadow with #7B5B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B3A on black background.


Color preview on white background

This text has color #7B5B3A on white background.



Black color preview on #7B5B3A background

This text has black color on #7B5B3A background.


White color preview on #7B5B3A background

This text has white color on #7B5B3A background.