COLOR #7B573F

HEX: #7B573F
RGB: (123,87,63)

Color info

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

RGB color model

#7B573F color RGB value is (123,87,63).

  • red value is 123;
  • green value is 87;
  • blue value is 63.
RGB:
(123,87,63)
(48%,34%,25%)

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 63 of 255 = 25%

123
87
63

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 63 = 273 (100%)
R 123 of 273 ~ 45.05%
G 87 of 273 ~ 31.87%
B 63 of 273 ~ 23.08%

%45.05
%31.87
%23.08

CMYK color model

#7B573F color CMYK value is (0,29,49,52).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 48.78%
  • key color value is 51.76%
CMYK:
(0,29,49,52)
C0M29Y49K52 
(0%,29%,49%,52%)
(0.00/0.29/0.49/0.52)	

CMYK percentages

%0
%29.27
%48.78
%51.76

Codes

Color #7B573F in popluar color models

7B573F
RGB1238763
HSL24°32.26%36.47%
HSB/HSV24°48.78%48.24%
CMYK0.00%29.27%48.78%
51.76%

Color #7B573F in popluar number systems.

HEX7B573F
Decimal1238763
Binary11110111010111111111
Octal17312777

Shades and tints

Shades of #7B573F

#7B573F
(123,87,63)
#70503A
(112,80,58)
#654935
(101,73,53)
#5A4230
(90,66,48)
#4F3B2B
(79,59,43)
#443426
(68,52,38)
#392D21
(57,45,33)
#2E261C
(46,38,28)
#231F17
(35,31,23)
#181812
(24,24,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B573F

#7B573F
(123,87,63)
#876650
(135,102,80)
#937561
(147,117,97)
#9F8472
(159,132,114)
#AB9383
(171,147,131)
#B7A294
(183,162,148)
#C3B1A5
(195,177,165)
#CFC0B6
(207,192,182)
#DBCFC7
(219,207,199)
#E7DED8
(231,222,216)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B573F color. Also use rgb(123,87,63) instead hex code.

Text Font Color

.myTextColor { color: #7B573F; }

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

This text font color is #7B573F.


Background Color

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

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

This div background color is #7B573F.


Border color

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

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

This div border color is #7B573F.


Opacity

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

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

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

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

This text has shadow with #7B573F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B573F on black background.


Color preview on white background

This text has color #7B573F on white background.



Black color preview on #7B573F background

This text has black color on #7B573F background.


White color preview on #7B573F background

This text has white color on #7B573F background.