COLOR #7B4011

HEX: #7B4011 RGB: (123,64,17)

Color info

#7B4011 contains mainly red and green colors. Web safe color of #7B4011 is #663300 (or #630).

RGB color model

#7B4011 color RGB value is (123,64,17).

RGB: (123,64,17) (48%, 25%, 7%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 17 of 255 = 7%

123
64
17

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

Portions of RGB colors in percentages

R + G + B = 123 + 64 + 17 = 204 (100%)
R 123 of 204 ~ 60.29%
G 64 of 204 ~ 31.37%
B 17 of 204 ~ 8.33'%

%60.29
%31.37

CMYK color model

#7B4011 color CMYK value is (0,48,86,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 86.18%
  • key color value is 51.76%

CMYK: (0,48,86,52)
C0M48Y86K52 (0%, 48%, 86%, 52%)
(0.00 / 0.48 / 0.86 / 0.52)

CMYK percentages

%0
%47.97
%86.18
%51.76

Codes

Color #7B4011 in popluar color models

7B 40 11
RGB 123 64 17
HSL 27° 75.71% 27.45%
HSB/HSV 27° 86.18% 48.24%
CMYK 0.00% 47.97% 86.18%
51.76%

Color #7B4011 in popluar number systems.

HEX 7B 40 11
Decimal 123 64 17
Binary 1111011 1000000 10001
Octal 173 100 21

Shades and tints

Shades of #7B4011

#7B4011
(123,64,17)
#703B10
(112,59,16)
#65360F
(101,54,15)
#5A310E
(90,49,14)
#4F2C0D
(79,44,13)
#44270C
(68,39,12)
#39220B
(57,34,11)
#2E1D0A
(46,29,10)
#231809
(35,24,9)
#181308
(24,19,8)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #7B4011

#7B4011
(123,64,17)
#875126
(135,81,38)
#93623B
(147,98,59)
#9F7350
(159,115,80)
#AB8465
(171,132,101)
#B7957A
(183,149,122)
#C3A68F
(195,166,143)
#CFB7A4
(207,183,164)
#DBC8B9
(219,200,185)
#E7D9CE
(231,217,206)
#F3EAE3
(243,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4011 color. Also use rgb(123,64,17) instead hex code.

Text Font Color

.myTextColor { color: #7B4011; }

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

This text font color is #7B4011.

Background Color

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

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

This div background color is #7B4011.

Border color

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

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

This div border color is #7B4011.

Opacity

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

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

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

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

This text has shadow with #7B4011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4011.

Preview

Color preview on black background

This text has color #7B4011 on black background.


Color preview on white background

This text has color #7B4011 on white background.


Black color preview on #7B4011 background

This text has black color on #7B4011 background.


White color preview on #7B4011 background

This text has white color on #7B4011 background.


Related colors

Complementary color

Complementary color for #hex is #84BFEE.


I love getcolorcode.com

Triadic colors

1 #117B40 and #40117B with #7B4011 are triadic colors.

2 #11407B and #407B11 with #7B4011 are triadic colors.