COLOR #7B5A35

HEX: #7B5A35
RGB: (123,90,53)

Color info

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

RGB color model

#7B5A35 color RGB value is (123,90,53).

  • red value is 123;
  • green value is 90;
  • blue value is 53.
RGB:
(123,90,53)
(48%,35%,21%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 53 of 255 = 21%

123
90
53

R + G + B ~ 35%. #7B5A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 53 = 266 (100%)
R 123 of 266 ~ 46.24%
G 90 of 266 ~ 33.83%
B 53 of 266 ~ 19.92%

%46.24
%33.83
%19.92

CMYK color model

#7B5A35 color CMYK value is (0,27,57,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 56.91%
  • key color value is 51.76%
CMYK:
(0,27,57,52)
C0M27Y57K52 
(0%,27%,57%,52%)
(0.00/0.27/0.57/0.52)	

CMYK percentages

%0
%26.83
%56.91
%51.76

Codes

Color #7B5A35 in popluar color models

7B5A35
RGB1239053
HSL32°39.77%34.51%
HSB/HSV32°56.91%48.24%
CMYK0.00%26.83%56.91%
51.76%

Color #7B5A35 in popluar number systems.

HEX7B5A35
Decimal1239053
Binary11110111011010110101
Octal17313265

Shades and tints

Shades of #7B5A35

#7B5A35
(123,90,53)
#705231
(112,82,49)
#654A2D
(101,74,45)
#5A4229
(90,66,41)
#4F3A25
(79,58,37)
#443221
(68,50,33)
#392A1D
(57,42,29)
#2E2219
(46,34,25)
#231A15
(35,26,21)
#181211
(24,18,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #7B5A35

#7B5A35
(123,90,53)
#876947
(135,105,71)
#937859
(147,120,89)
#9F876B
(159,135,107)
#AB967D
(171,150,125)
#B7A58F
(183,165,143)
#C3B4A1
(195,180,161)
#CFC3B3
(207,195,179)
#DBD2C5
(219,210,197)
#E7E1D7
(231,225,215)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5A35 color. Also use rgb(123,90,53) instead hex code.

Text Font Color

.myTextColor { color: #7B5A35; }

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

This text font color is #7B5A35.


Background Color

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

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

This div background color is #7B5A35.


Border color

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

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

This div border color is #7B5A35.


Opacity

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

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

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

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

This text has shadow with #7B5A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A35 on black background.


Color preview on white background

This text has color #7B5A35 on white background.



Black color preview on #7B5A35 background

This text has black color on #7B5A35 background.


White color preview on #7B5A35 background

This text has white color on #7B5A35 background.