COLOR #7B4D3E

HEX: #7B4D3E RGB: (123,77,62)

Color info

#7B4D3E contains mainly red and green colors. Web safe color of #7B4D3E is #663333 (or #633).

RGB color model

#7B4D3E color RGB value is (123,77,62).

RGB: (123,77,62) (48%, 30%, 24%)

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 62 of 255 = 24%

123
77
62

R + G + B ~ 34%. #7B4D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 77 + 62 = 262 (100%)
R 123 of 262 ~ 46.95%
G 77 of 262 ~ 29.39%
B 62 of 262 ~ 23.66'%

%46.95
%29.39
%23.66

CMYK color model

#7B4D3E color CMYK value is (0,37,50,52).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 49.59%
  • key color value is 51.76%
CMYK: (0,37,50,52) C0M37Y50K52 (0%,37%,50%,52%) (0.00/0.37/0.50/0.52) 

CMYK percentages

%0
%37.4
%49.59
%51.76

Codes

Color #7B4D3E in popluar color models

7B 4D 3E
RGB 123 77 62
HSL 15° 32.97% 36.27%
HSB/HSV 15° 49.59% 48.24%
CMYK 0.00% 37.40% 49.59%
51.76%

Color #7B4D3E in popluar number systems.

HEX 7B 4D 3E
Decimal 123 77 62
Binary 1111011 1001101 111110
Octal 173 115 76

Shades and tints

Shades of #7B4D3E

#7B4D3E
(123,77,62)
#704639
(112,70,57)
#653F34
(101,63,52)
#5A382F
(90,56,47)
#4F312A
(79,49,42)
#442A25
(68,42,37)
#392320
(57,35,32)
#2E1C1B
(46,28,27)
#231516
(35,21,22)
#180E11
(24,14,17)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #7B4D3E

#7B4D3E
(123,77,62)
#875D4F
(135,93,79)
#936D60
(147,109,96)
#9F7D71
(159,125,113)
#AB8D82
(171,141,130)
#B79D93
(183,157,147)
#C3ADA4
(195,173,164)
#CFBDB5
(207,189,181)
#DBCDC6
(219,205,198)
#E7DDD7
(231,221,215)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4D3E color. Also use rgb(123,77,62) instead hex code.

Text Font Color

.myTextColor { color: #7B4D3E; }

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

This text font color is #7B4D3E.

Background Color

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

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

This div background color is #7B4D3E.

Border color

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

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

This div border color is #7B4D3E.

Opacity

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

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

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

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

This text has shadow with #7B4D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4D3E.

Preview

Color preview on black background

This text has color #7B4D3E on black background.


Color preview on white background

This text has color #7B4D3E on white background.


Black color preview on #7B4D3E background

This text has black color on #7B4D3E background.


White color preview on #7B4D3E background

This text has white color on #7B4D3E background.


Related colors

Complementary color

Complementary color for #hex is #84B2C1.


I love getcolorcode.com

Triadic colors

1 #3E7B4D and #4D3E7B with #7B4D3E are triadic colors.

2 #3E4D7B and #4D7B3E with #7B4D3E are triadic colors.