COLOR #7B6553

HEX: #7B6553
RGB: (123,101,83)

Color info

#7B6553 contains red, green and blue colors in about the same proportion. Web safe color of #7B6553 is #666666 (or #666).

RGB color model

#7B6553 color RGB value is (123,101,83).

  • red value is 123;
  • green value is 101;
  • blue value is 83.
RGB:
(123,101,83)
(48%,40%,33%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 83 of 255 = 33%

123
101
83

R + G + B ~ 40%. #7B6553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 83 = 307 (100%)
R 123 of 307 ~ 40.07%
G 101 of 307 ~ 32.9%
B 83 of 307 ~ 27.04%

%40.07
%32.9
%27.04

CMYK color model

#7B6553 color CMYK value is (0,18,33,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 32.52%
  • key color value is 51.76%
CMYK:
(0,18,33,52)
C0M18Y33K52 
(0%,18%,33%,52%)
(0.00/0.18/0.33/0.52)	

CMYK percentages

%0
%17.89
%32.52
%51.76

Codes

Color #7B6553 in popluar color models

7B6553
RGB12310183
HSL27°19.42%40.39%
HSB/HSV27°32.52%48.24%
CMYK0.00%17.89%32.52%
51.76%

Color #7B6553 in popluar number systems.

HEX7B6553
Decimal12310183
Binary111101111001011010011
Octal173145123

Shades and tints

Shades of #7B6553

#7B6553
(123,101,83)
#705C4C
(112,92,76)
#655345
(101,83,69)
#5A4A3E
(90,74,62)
#4F4137
(79,65,55)
#443830
(68,56,48)
#392F29
(57,47,41)
#2E2622
(46,38,34)
#231D1B
(35,29,27)
#181414
(24,20,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #7B6553

#7B6553
(123,101,83)
#877362
(135,115,98)
#938171
(147,129,113)
#9F8F80
(159,143,128)
#AB9D8F
(171,157,143)
#B7AB9E
(183,171,158)
#C3B9AD
(195,185,173)
#CFC7BC
(207,199,188)
#DBD5CB
(219,213,203)
#E7E3DA
(231,227,218)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6553 color. Also use rgb(123,101,83) instead hex code.

Text Font Color

.myTextColor { color: #7B6553; }

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

This text font color is #7B6553.


Background Color

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

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

This div background color is #7B6553.


Border color

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

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

This div border color is #7B6553.


Opacity

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

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

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

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

This text has shadow with #7B6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6553 on black background.


Color preview on white background

This text has color #7B6553 on white background.



Black color preview on #7B6553 background

This text has black color on #7B6553 background.


White color preview on #7B6553 background

This text has white color on #7B6553 background.