COLOR #7B5E3D

HEX: #7B5E3D RGB: (123,94,61)

Color info

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

RGB color model

#7B5E3D color RGB value is (123,94,61).

RGB: (123,94,61) (48%, 37%, 24%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 61 of 255 = 24%

123
94
61

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

Portions of RGB colors in percentages

R + G + B = 123 + 94 + 61 = 278 (100%)
R 123 of 278 ~ 44.24%
G 94 of 278 ~ 33.81%
B 61 of 278 ~ 21.94'%

%44.24
%33.81
%21.94

CMYK color model

#7B5E3D color CMYK value is (0,24,50,52).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 50.41%
  • key color value is 51.76%

CMYK: (0,24,50,52)
C0M24Y50K52 (0%, 24%, 50%, 52%)
(0.00 / 0.24 / 0.50 / 0.52)

CMYK percentages

%0
%23.58
%50.41
%51.76

Codes

Color #7B5E3D in popluar color models

7B 5E 3D
RGB 123 94 61
HSL 32° 33.70% 36.08%
HSB/HSV 32° 50.41% 48.24%
CMYK 0.00% 23.58% 50.41%
51.76%

Color #7B5E3D in popluar number systems.

HEX 7B 5E 3D
Decimal 123 94 61
Binary 1111011 1011110 111101
Octal 173 136 75

Shades and tints

Shades of #7B5E3D

#7B5E3D
(123,94,61)
#705638
(112,86,56)
#654E33
(101,78,51)
#5A462E
(90,70,46)
#4F3E29
(79,62,41)
#443624
(68,54,36)
#392E1F
(57,46,31)
#2E261A
(46,38,26)
#231E15
(35,30,21)
#181610
(24,22,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B5E3D

#7B5E3D
(123,94,61)
#876C4E
(135,108,78)
#937A5F
(147,122,95)
#9F8870
(159,136,112)
#AB9681
(171,150,129)
#B7A492
(183,164,146)
#C3B2A3
(195,178,163)
#CFC0B4
(207,192,180)
#DBCEC5
(219,206,197)
#E7DCD6
(231,220,214)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5E3D color. Also use rgb(123,94,61) instead hex code.

Text Font Color

.myTextColor { color: #7B5E3D; }

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

This text font color is #7B5E3D.

Background Color

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

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

This div background color is #7B5E3D.

Border color

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

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

This div border color is #7B5E3D.

Opacity

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

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

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

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

This text has shadow with #7B5E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5E3D.

Preview

Color preview on black background

This text has color #7B5E3D on black background.


Color preview on white background

This text has color #7B5E3D on white background.


Black color preview on #7B5E3D background

This text has black color on #7B5E3D background.


White color preview on #7B5E3D background

This text has white color on #7B5E3D background.


Related colors

Complementary color

Complementary color for #hex is #84A1C2.


I love getcolorcode.com

Triadic colors

1 #3D7B5E and #5E3D7B with #7B5E3D are triadic colors.

2 #3D5E7B and #5E7B3D with #7B5E3D are triadic colors.