COLOR #7B611C

HEX: #7B611C RGB: (123,97,28)

Color info

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

RGB color model

#7B611C color RGB value is (123,97,28).

RGB: (123,97,28) (48%, 38%, 11%)

RGB channels and saturation

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

123
97
28

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

Portions of RGB colors in percentages

R + G + B = 123 + 97 + 28 = 248 (100%)
R 123 of 248 ~ 49.6%
G 97 of 248 ~ 39.11%
B 28 of 248 ~ 11.29'%

%49.6
%39.11
%11.29

CMYK color model

#7B611C color CMYK value is (0,21,77,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 77.24%
  • key color value is 51.76%

CMYK: (0,21,77,52)
C0M21Y77K52 (0%, 21%, 77%, 52%)
(0.00 / 0.21 / 0.77 / 0.52)

CMYK percentages

%0
%21.14
%77.24
%51.76

Codes

Color #7B611C in popluar color models

7B 61 1C
RGB 123 97 28
HSL 44° 62.91% 29.61%
HSB/HSV 44° 77.24% 48.24%
CMYK 0.00% 21.14% 77.24%
51.76%

Color #7B611C in popluar number systems.

HEX 7B 61 1C
Decimal 123 97 28
Binary 1111011 1100001 11100
Octal 173 141 34

Shades and tints

Shades of #7B611C

#7B611C
(123,97,28)
#70591A
(112,89,26)
#655118
(101,81,24)
#5A4916
(90,73,22)
#4F4114
(79,65,20)
#443912
(68,57,18)
#393110
(57,49,16)
#2E290E
(46,41,14)
#23210C
(35,33,12)
#18190A
(24,25,10)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #7B611C

#7B611C
(123,97,28)
#876F30
(135,111,48)
#937D44
(147,125,68)
#9F8B58
(159,139,88)
#AB996C
(171,153,108)
#B7A780
(183,167,128)
#C3B594
(195,181,148)
#CFC3A8
(207,195,168)
#DBD1BC
(219,209,188)
#E7DFD0
(231,223,208)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B611C; }

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

This text font color is #7B611C.

Background Color

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

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

This div background color is #7B611C.

Border color

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

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

This div border color is #7B611C.

Opacity

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

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

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

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

This text has shadow with #7B611C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B611C.

Preview

Color preview on black background

This text has color #7B611C on black background.


Color preview on white background

This text has color #7B611C on white background.


Black color preview on #7B611C background

This text has black color on #7B611C background.


White color preview on #7B611C background

This text has white color on #7B611C background.


Related colors

Complementary color

Complementary color for #hex is #849EE3.


I love getcolorcode.com

Triadic colors

1 #1C7B61 and #611C7B with #7B611C are triadic colors.

2 #1C617B and #617B1C with #7B611C are triadic colors.