COLOR #7B371D

HEX: #7B371D RGB: (123,55,29)

Color info

#7B371D contains mainly red color. Web safe color of #7B371D is #663333 (or #633).

RGB color model

#7B371D color RGB value is (123,55,29).

RGB: (123,55,29) (48%, 22%, 11%)

RGB channels and saturation

R 123 of 255 = 48%
G 55 of 255 = 22%
B 29 of 255 = 11%

123
55
29

R + G + B ~ 27%. #7B371D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 55 + 29 = 207 (100%)
R 123 of 207 ~ 59.42%
G 55 of 207 ~ 26.57%
B 29 of 207 ~ 14.01'%

%59.42
%26.57
%14.01

CMYK color model

#7B371D color CMYK value is (0,55,76,52).

  • cyan value is 0.00%
  • magenta value is 55.28%
  • yellow value is 76.42%
  • key color value is 51.76%

CMYK: (0,55,76,52)
C0M55Y76K52 (0%, 55%, 76%, 52%)
(0.00 / 0.55 / 0.76 / 0.52)

CMYK percentages

%0
%55.28
%76.42
%51.76

Codes

Color #7B371D in popluar color models

7B 37 1D
RGB 123 55 29
HSL 17° 61.84% 29.80%
HSB/HSV 17° 76.42% 48.24%
CMYK 0.00% 55.28% 76.42%
51.76%

Color #7B371D in popluar number systems.

HEX 7B 37 1D
Decimal 123 55 29
Binary 1111011 110111 11101
Octal 173 67 35

Shades and tints

Shades of #7B371D

#7B371D
(123,55,29)
#70321B
(112,50,27)
#652D19
(101,45,25)
#5A2817
(90,40,23)
#4F2315
(79,35,21)
#441E13
(68,30,19)
#391911
(57,25,17)
#2E140F
(46,20,15)
#230F0D
(35,15,13)
#180A0B
(24,10,11)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #7B371D

#7B371D
(123,55,29)
#874931
(135,73,49)
#935B45
(147,91,69)
#9F6D59
(159,109,89)
#AB7F6D
(171,127,109)
#B79181
(183,145,129)
#C3A395
(195,163,149)
#CFB5A9
(207,181,169)
#DBC7BD
(219,199,189)
#E7D9D1
(231,217,209)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B371D color. Also use rgb(123,55,29) instead hex code.

Text Font Color

.myTextColor { color: #7B371D; }

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

This text font color is #7B371D.

Background Color

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

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

This div background color is #7B371D.

Border color

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

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

This div border color is #7B371D.

Opacity

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

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

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

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

This text has shadow with #7B371D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B371D.

Preview

Color preview on black background

This text has color #7B371D on black background.


Color preview on white background

This text has color #7B371D on white background.


Black color preview on #7B371D background

This text has black color on #7B371D background.


White color preview on #7B371D background

This text has white color on #7B371D background.


Related colors

Complementary color

Complementary color for #hex is #84C8E2.


I love getcolorcode.com

Triadic colors

1 #1D7B37 and #371D7B with #7B371D are triadic colors.

2 #1D377B and #377B1D with #7B371D are triadic colors.