COLOR #7B4D0F

HEX: #7B4D0F
RGB: (123,77,15)

Color info

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

RGB color model

#7B4D0F color RGB value is (123,77,15).

  • red value is 123;
  • green value is 77;
  • blue value is 15.
RGB:
(123,77,15)
(48%,30%,6%)

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 15 of 255 = 6%

123
77
15

R + G + B ~ 28%. #7B4D0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 77 + 15 = 215 (100%)
R 123 of 215 ~ 57.21%
G 77 of 215 ~ 35.81%
B 15 of 215 ~ 6.98%

%57.21
%35.81

CMYK color model

#7B4D0F color CMYK value is (0,37,88,52).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 87.80%
  • key color value is 51.76%
CMYK:
(0,37,88,52)
C0M37Y88K52 
(0%,37%,88%,52%)
(0.00/0.37/0.88/0.52)	

CMYK percentages

%0
%37.4
%87.8
%51.76

Codes

Color #7B4D0F in popluar color models

7B4D0F
RGB1237715
HSL34°78.26%27.06%
HSB/HSV34°87.80%48.24%
CMYK0.00%37.40%87.80%
51.76%

Color #7B4D0F in popluar number systems.

HEX7B4D0F
Decimal1237715
Binary111101110011011111
Octal17311517

Shades and tints

Shades of #7B4D0F

#7B4D0F
(123,77,15)
#70460E
(112,70,14)
#653F0D
(101,63,13)
#5A380C
(90,56,12)
#4F310B
(79,49,11)
#442A0A
(68,42,10)
#392309
(57,35,9)
#2E1C08
(46,28,8)
#231507
(35,21,7)
#180E06
(24,14,6)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #7B4D0F

#7B4D0F
(123,77,15)
#875D24
(135,93,36)
#936D39
(147,109,57)
#9F7D4E
(159,125,78)
#AB8D63
(171,141,99)
#B79D78
(183,157,120)
#C3AD8D
(195,173,141)
#CFBDA2
(207,189,162)
#DBCDB7
(219,205,183)
#E7DDCC
(231,221,204)
#F3EDE1
(243,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4D0F color. Also use rgb(123,77,15) instead hex code.

Text Font Color

.myTextColor { color: #7B4D0F; }

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

This text font color is #7B4D0F.


Background Color

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

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

This div background color is #7B4D0F.


Border color

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

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

This div border color is #7B4D0F.


Opacity

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

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

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

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

This text has shadow with #7B4D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4D0F on black background.


Color preview on white background

This text has color #7B4D0F on white background.



Black color preview on #7B4D0F background

This text has black color on #7B4D0F background.


White color preview on #7B4D0F background

This text has white color on #7B4D0F background.