COLOR #7B5545

HEX: #7B5545
RGB: (123,85,69)

Color info

#7B5545 contains red, green and blue colors in about the same proportion. Web safe color of #7B5545 is #666633 (or #663).

RGB color model

#7B5545 color RGB value is (123,85,69).

  • red value is 123;
  • green value is 85;
  • blue value is 69.
RGB:
(123,85,69)
(48%,33%,27%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 69 of 255 = 27%

123
85
69

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 69 = 277 (100%)
R 123 of 277 ~ 44.4%
G 85 of 277 ~ 30.69%
B 69 of 277 ~ 24.91%

%44.4
%30.69
%24.91

CMYK color model

#7B5545 color CMYK value is (0,31,44,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 43.90%
  • key color value is 51.76%
CMYK:
(0,31,44,52)
C0M31Y44K52 
(0%,31%,44%,52%)
(0.00/0.31/0.44/0.52)	

CMYK percentages

%0
%30.89
%43.9
%51.76

Codes

Color #7B5545 in popluar color models

7B5545
RGB1238569
HSL18°28.13%37.65%
HSB/HSV18°43.90%48.24%
CMYK0.00%30.89%43.90%
51.76%

Color #7B5545 in popluar number systems.

HEX7B5545
Decimal1238569
Binary111101110101011000101
Octal173125105

Shades and tints

Shades of #7B5545

#7B5545
(123,85,69)
#704E3F
(112,78,63)
#654739
(101,71,57)
#5A4033
(90,64,51)
#4F392D
(79,57,45)
#443227
(68,50,39)
#392B21
(57,43,33)
#2E241B
(46,36,27)
#231D15
(35,29,21)
#18160F
(24,22,15)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B5545

#7B5545
(123,85,69)
#876455
(135,100,85)
#937365
(147,115,101)
#9F8275
(159,130,117)
#AB9185
(171,145,133)
#B7A095
(183,160,149)
#C3AFA5
(195,175,165)
#CFBEB5
(207,190,181)
#DBCDC5
(219,205,197)
#E7DCD5
(231,220,213)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5545 color. Also use rgb(123,85,69) instead hex code.

Text Font Color

.myTextColor { color: #7B5545; }

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

This text font color is #7B5545.


Background Color

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

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

This div background color is #7B5545.


Border color

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

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

This div border color is #7B5545.


Opacity

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

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

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

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

This text has shadow with #7B5545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5545 on black background.


Color preview on white background

This text has color #7B5545 on white background.



Black color preview on #7B5545 background

This text has black color on #7B5545 background.


White color preview on #7B5545 background

This text has white color on #7B5545 background.