COLOR #7B3F0F

HEX: #7B3F0F
RGB: (123,63,15)

Color info

#7B3F0F contains mainly red color. Web safe color of #7B3F0F is #663300 (or #630).

RGB color model

#7B3F0F color RGB value is (123,63,15).

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

RGB channels and saturation

R 123 of 255 = 48%
G 63 of 255 = 25%
B 15 of 255 = 6%

123
63
15

R + G + B ~ 26%. #7B3F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 15 = 201 (100%)
R 123 of 201 ~ 61.19%
G 63 of 201 ~ 31.34%
B 15 of 201 ~ 7.46%

%61.19
%31.34

CMYK color model

#7B3F0F color CMYK value is (0,49,88,52).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 87.80%
  • key color value is 51.76%
CMYK:
(0,49,88,52)
C0M49Y88K52 
(0%,49%,88%,52%)
(0.00/0.49/0.88/0.52)	

CMYK percentages

%0
%48.78
%87.8
%51.76

Codes

Color #7B3F0F in popluar color models

7B3F0F
RGB1236315
HSL27°78.26%27.06%
HSB/HSV27°87.80%48.24%
CMYK0.00%48.78%87.80%
51.76%

Color #7B3F0F in popluar number systems.

HEX7B3F0F
Decimal1236315
Binary11110111111111111
Octal1737717

Shades and tints

Shades of #7B3F0F

#7B3F0F
(123,63,15)
#703A0E
(112,58,14)
#65350D
(101,53,13)
#5A300C
(90,48,12)
#4F2B0B
(79,43,11)
#44260A
(68,38,10)
#392109
(57,33,9)
#2E1C08
(46,28,8)
#231707
(35,23,7)
#181206
(24,18,6)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #7B3F0F

#7B3F0F
(123,63,15)
#875024
(135,80,36)
#936139
(147,97,57)
#9F724E
(159,114,78)
#AB8363
(171,131,99)
#B79478
(183,148,120)
#C3A58D
(195,165,141)
#CFB6A2
(207,182,162)
#DBC7B7
(219,199,183)
#E7D8CC
(231,216,204)
#F3E9E1
(243,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3F0F; }

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

This text font color is #7B3F0F.


Background Color

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

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

This div background color is #7B3F0F.


Border color

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

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

This div border color is #7B3F0F.


Opacity

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

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

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

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

This text has shadow with #7B3F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F0F on black background.


Color preview on white background

This text has color #7B3F0F on white background.



Black color preview on #7B3F0F background

This text has black color on #7B3F0F background.


White color preview on #7B3F0F background

This text has white color on #7B3F0F background.