COLOR #7B4A1F

HEX: #7B4A1F RGB: (123,74,31)

Color info

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

RGB color model

#7B4A1F color RGB value is (123,74,31).

RGB: (123,74,31) (48%, 29%, 12%)

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 31 of 255 = 12%

123
74
31

R + G + B ~ 30%. #7B4A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 74 + 31 = 228 (100%)
R 123 of 228 ~ 53.95%
G 74 of 228 ~ 32.46%
B 31 of 228 ~ 13.6'%

%53.95
%32.46
%13.6

CMYK color model

#7B4A1F color CMYK value is (0,40,75,52).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 74.80%
  • key color value is 51.76%

CMYK: (0,40,75,52)
C0M40Y75K52 (0%, 40%, 75%, 52%)
(0.00 / 0.40 / 0.75 / 0.52)

CMYK percentages

%0
%39.84
%74.8
%51.76

Codes

Color #7B4A1F in popluar color models

7B 4A 1F
RGB 123 74 31
HSL 28° 59.74% 30.20%
HSB/HSV 28° 74.80% 48.24%
CMYK 0.00% 39.84% 74.80%
51.76%

Color #7B4A1F in popluar number systems.

HEX 7B 4A 1F
Decimal 123 74 31
Binary 1111011 1001010 11111
Octal 173 112 37

Shades and tints

Shades of #7B4A1F

#7B4A1F
(123,74,31)
#70441D
(112,68,29)
#653E1B
(101,62,27)
#5A3819
(90,56,25)
#4F3217
(79,50,23)
#442C15
(68,44,21)
#392613
(57,38,19)
#2E2011
(46,32,17)
#231A0F
(35,26,15)
#18140D
(24,20,13)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B4A1F

#7B4A1F
(123,74,31)
#875A33
(135,90,51)
#936A47
(147,106,71)
#9F7A5B
(159,122,91)
#AB8A6F
(171,138,111)
#B79A83
(183,154,131)
#C3AA97
(195,170,151)
#CFBAAB
(207,186,171)
#DBCABF
(219,202,191)
#E7DAD3
(231,218,211)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4A1F color. Also use rgb(123,74,31) instead hex code.

Text Font Color

.myTextColor { color: #7B4A1F; }

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

This text font color is #7B4A1F.

Background Color

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

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

This div background color is #7B4A1F.

Border color

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

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

This div border color is #7B4A1F.

Opacity

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

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

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

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

This text has shadow with #7B4A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4A1F.

Preview

Color preview on black background

This text has color #7B4A1F on black background.


Color preview on white background

This text has color #7B4A1F on white background.


Black color preview on #7B4A1F background

This text has black color on #7B4A1F background.


White color preview on #7B4A1F background

This text has white color on #7B4A1F background.


Related colors

Complementary color

Complementary color for #hex is #84B5E0.


I love getcolorcode.com

Triadic colors

1 #1F7B4A and #4A1F7B with #7B4A1F are triadic colors.

2 #1F4A7B and #4A7B1F with #7B4A1F are triadic colors.