COLOR #7B4322

HEX: #7B4322
RGB: (123,67,34)

Color info

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

RGB color model

#7B4322 color RGB value is (123,67,34).

  • red value is 123;
  • green value is 67;
  • blue value is 34.
RGB:
(123,67,34)
(48%,26%,13%)

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 34 of 255 = 13%

123
67
34

R + G + B ~ 29%. #7B4322 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 34 = 224 (100%)
R 123 of 224 ~ 54.91%
G 67 of 224 ~ 29.91%
B 34 of 224 ~ 15.18%

%54.91
%29.91
%15.18

CMYK color model

#7B4322 color CMYK value is (0,46,72,52).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 72.36%
  • key color value is 51.76%
CMYK:
(0,46,72,52)
C0M46Y72K52 
(0%,46%,72%,52%)
(0.00/0.46/0.72/0.52)	

CMYK percentages

%0
%45.53
%72.36
%51.76

Codes

Color #7B4322 in popluar color models

7B4322
RGB1236734
HSL22°56.69%30.78%
HSB/HSV22°72.36%48.24%
CMYK0.00%45.53%72.36%
51.76%

Color #7B4322 in popluar number systems.

HEX7B4322
Decimal1236734
Binary11110111000011100010
Octal17310342

Shades and tints

Shades of #7B4322

#7B4322
(123,67,34)
#703D1F
(112,61,31)
#65371C
(101,55,28)
#5A3119
(90,49,25)
#4F2B16
(79,43,22)
#442513
(68,37,19)
#391F10
(57,31,16)
#2E190D
(46,25,13)
#23130A
(35,19,10)
#180D07
(24,13,7)
#0D0704
(13,7,4)
#000000
(0,0,0)

Tints of #7B4322

#7B4322
(123,67,34)
#875436
(135,84,54)
#93654A
(147,101,74)
#9F765E
(159,118,94)
#AB8772
(171,135,114)
#B79886
(183,152,134)
#C3A99A
(195,169,154)
#CFBAAE
(207,186,174)
#DBCBC2
(219,203,194)
#E7DCD6
(231,220,214)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4322 color. Also use rgb(123,67,34) instead hex code.

Text Font Color

.myTextColor { color: #7B4322; }

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

This text font color is #7B4322.


Background Color

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

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

This div background color is #7B4322.


Border color

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

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

This div border color is #7B4322.


Opacity

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

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

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

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

This text has shadow with #7B4322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4322 on black background.


Color preview on white background

This text has color #7B4322 on white background.



Black color preview on #7B4322 background

This text has black color on #7B4322 background.


White color preview on #7B4322 background

This text has white color on #7B4322 background.