COLOR #7B4D3D

HEX: #7B4D3D RGB: (123,77,61)

Color info

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

RGB color model

#7B4D3D color RGB value is (123,77,61).

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

RGB channels and saturation

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

123
77
61

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

Portions of RGB colors in percentages

R + G + B = 123 + 77 + 61 = 261 (100%)
R 123 of 261 ~ 47.13%
G 77 of 261 ~ 29.5%
B 61 of 261 ~ 23.37'%

%47.13
%29.5
%23.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 50.41%
  • 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
%50.41
%51.76

Codes

Color #7B4D3D in popluar color models

7B 4D 3D
RGB 123 77 61
HSL 15° 33.70% 36.08%
HSB/HSV 15° 50.41% 48.24%
CMYK 0.00% 37.40% 50.41%
51.76%

Color #7B4D3D in popluar number systems.

HEX 7B 4D 3D
Decimal 123 77 61
Binary 1111011 1001101 111101
Octal 173 115 75

Shades and tints

Shades of #7B4D3D

#7B4D3D
(123,77,61)
#704638
(112,70,56)
#653F33
(101,63,51)
#5A382E
(90,56,46)
#4F3129
(79,49,41)
#442A24
(68,42,36)
#39231F
(57,35,31)
#2E1C1A
(46,28,26)
#231515
(35,21,21)
#180E10
(24,14,16)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #7B4D3D

#7B4D3D
(123,77,61)
#875D4E
(135,93,78)
#936D5F
(147,109,95)
#9F7D70
(159,125,112)
#AB8D81
(171,141,129)
#B79D92
(183,157,146)
#C3ADA3
(195,173,163)
#CFBDB4
(207,189,180)
#DBCDC5
(219,205,197)
#E7DDD6
(231,221,214)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4D3D; }

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

This text font color is #7B4D3D.

Background Color

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

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

This div background color is #7B4D3D.

Border color

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

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

This div border color is #7B4D3D.

Opacity

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

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

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

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

This text has shadow with #7B4D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4D3D.

Preview

Color preview on black background

This text has color #7B4D3D on black background.


Color preview on white background

This text has color #7B4D3D on white background.


Black color preview on #7B4D3D background

This text has black color on #7B4D3D background.


White color preview on #7B4D3D background

This text has white color on #7B4D3D background.


Related colors

Complementary color

Complementary color for #hex is #84B2C2.


I love getcolorcode.com

Triadic colors

1 #3D7B4D and #4D3D7B with #7B4D3D are triadic colors.

2 #3D4D7B and #4D7B3D with #7B4D3D are triadic colors.