COLOR #7B601C

HEX: #7B601C
RGB: (123,96,28)

Color info

#7B601C contains mainly red and green colors. Web safe color of #7B601C is #666633 (or #663).

RGB color model

#7B601C color RGB value is (123,96,28).

  • red value is 123;
  • green value is 96;
  • blue value is 28.
RGB:
(123,96,28)
(48%,38%,11%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 28 of 255 = 11%

123
96
28

R + G + B ~ 32%. #7B601C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 28 = 247 (100%)
R 123 of 247 ~ 49.8%
G 96 of 247 ~ 38.87%
B 28 of 247 ~ 11.34%

%49.8
%38.87
%11.34

CMYK color model

#7B601C color CMYK value is (0,22,77,52).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 77.24%
  • key color value is 51.76%
CMYK:
(0,22,77,52)
C0M22Y77K52 
(0%,22%,77%,52%)
(0.00/0.22/0.77/0.52)	

CMYK percentages

%0
%21.95
%77.24
%51.76

Codes

Color #7B601C in popluar color models

7B601C
RGB1239628
HSL43°62.91%29.61%
HSB/HSV43°77.24%48.24%
CMYK0.00%21.95%77.24%
51.76%

Color #7B601C in popluar number systems.

HEX7B601C
Decimal1239628
Binary1111011110000011100
Octal17314034

Shades and tints

Shades of #7B601C

#7B601C
(123,96,28)
#70581A
(112,88,26)
#655018
(101,80,24)
#5A4816
(90,72,22)
#4F4014
(79,64,20)
#443812
(68,56,18)
#393010
(57,48,16)
#2E280E
(46,40,14)
#23200C
(35,32,12)
#18180A
(24,24,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #7B601C

#7B601C
(123,96,28)
#876E30
(135,110,48)
#937C44
(147,124,68)
#9F8A58
(159,138,88)
#AB986C
(171,152,108)
#B7A680
(183,166,128)
#C3B494
(195,180,148)
#CFC2A8
(207,194,168)
#DBD0BC
(219,208,188)
#E7DED0
(231,222,208)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B601C color. Also use rgb(123,96,28) instead hex code.

Text Font Color

.myTextColor { color: #7B601C; }

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

This text font color is #7B601C.


Background Color

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

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

This div background color is #7B601C.


Border color

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

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

This div border color is #7B601C.


Opacity

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

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

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

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

This text has shadow with #7B601C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B601C on black background.


Color preview on white background

This text has color #7B601C on white background.



Black color preview on #7B601C background

This text has black color on #7B601C background.


White color preview on #7B601C background

This text has white color on #7B601C background.