COLOR #7B4F0D

HEX: #7B4F0D
RGB: (123,79,13)

Color info

#7B4F0D contains mainly red and green colors. Web safe color of #7B4F0D is #666600 (or #660).

RGB color model

#7B4F0D color RGB value is (123,79,13).

  • red value is 123;
  • green value is 79;
  • blue value is 13.
RGB:
(123,79,13)
(48%,31%,5%)

RGB channels and saturation

R 123 of 255 = 48%
G 79 of 255 = 31%
B 13 of 255 = 5%

123
79
13

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

Portions of RGB colors in percentages

R + G + B =
123 + 79 + 13 = 215 (100%)
R 123 of 215 ~ 57.21%
G 79 of 215 ~ 36.74%
B 13 of 215 ~ 6.05%

%57.21
%36.74

CMYK color model

#7B4F0D color CMYK value is (0,36,89,52).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 89.43%
  • key color value is 51.76%
CMYK:
(0,36,89,52)
C0M36Y89K52 
(0%,36%,89%,52%)
(0.00/0.36/0.89/0.52)	

CMYK percentages

%0
%35.77
%89.43
%51.76

Codes

Color #7B4F0D in popluar color models

7B4F0D
RGB1237913
HSL36°80.88%26.67%
HSB/HSV36°89.43%48.24%
CMYK0.00%35.77%89.43%
51.76%

Color #7B4F0D in popluar number systems.

HEX7B4F0D
Decimal1237913
Binary111101110011111101
Octal17311715

Shades and tints

Shades of #7B4F0D

#7B4F0D
(123,79,13)
#70480C
(112,72,12)
#65410B
(101,65,11)
#5A3A0A
(90,58,10)
#4F3309
(79,51,9)
#442C08
(68,44,8)
#392507
(57,37,7)
#2E1E06
(46,30,6)
#231705
(35,23,5)
#181004
(24,16,4)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #7B4F0D

#7B4F0D
(123,79,13)
#875F23
(135,95,35)
#936F39
(147,111,57)
#9F7F4F
(159,127,79)
#AB8F65
(171,143,101)
#B79F7B
(183,159,123)
#C3AF91
(195,175,145)
#CFBFA7
(207,191,167)
#DBCFBD
(219,207,189)
#E7DFD3
(231,223,211)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4F0D color. Also use rgb(123,79,13) instead hex code.

Text Font Color

.myTextColor { color: #7B4F0D; }

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

This text font color is #7B4F0D.


Background Color

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

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

This div background color is #7B4F0D.


Border color

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

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

This div border color is #7B4F0D.


Opacity

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

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

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

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

This text has shadow with #7B4F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4F0D on black background.


Color preview on white background

This text has color #7B4F0D on white background.



Black color preview on #7B4F0D background

This text has black color on #7B4F0D background.


White color preview on #7B4F0D background

This text has white color on #7B4F0D background.