COLOR #7B3015

HEX: #7B3015
RGB: (123,48,21)

Color info

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

RGB color model

#7B3015 color RGB value is (123,48,21).

  • red value is 123;
  • green value is 48;
  • blue value is 21.
RGB:
(123,48,21)
(48%,19%,8%)

RGB channels and saturation

R 123 of 255 = 48%
G 48 of 255 = 19%
B 21 of 255 = 8%

123
48
21

R + G + B ~ 25%. #7B3015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 48 + 21 = 192 (100%)
R 123 of 192 ~ 64.06%
G 48 of 192 ~ 25%
B 21 of 192 ~ 10.94%

%64.06
%25
%10.94

CMYK color model

#7B3015 color CMYK value is (0,61,83,52).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 82.93%
  • key color value is 51.76%
CMYK:
(0,61,83,52)
C0M61Y83K52 
(0%,61%,83%,52%)
(0.00/0.61/0.83/0.52)	

CMYK percentages

%0
%60.98
%82.93
%51.76

Codes

Color #7B3015 in popluar color models

7B3015
RGB1234821
HSL16°70.83%28.24%
HSB/HSV16°82.93%48.24%
CMYK0.00%60.98%82.93%
51.76%

Color #7B3015 in popluar number systems.

HEX7B3015
Decimal1234821
Binary111101111000010101
Octal1736025

Shades and tints

Shades of #7B3015

#7B3015
(123,48,21)
#702C14
(112,44,20)
#652813
(101,40,19)
#5A2412
(90,36,18)
#4F2011
(79,32,17)
#441C10
(68,28,16)
#39180F
(57,24,15)
#2E140E
(46,20,14)
#23100D
(35,16,13)
#180C0C
(24,12,12)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #7B3015

#7B3015
(123,48,21)
#87422A
(135,66,42)
#93543F
(147,84,63)
#9F6654
(159,102,84)
#AB7869
(171,120,105)
#B78A7E
(183,138,126)
#C39C93
(195,156,147)
#CFAEA8
(207,174,168)
#DBC0BD
(219,192,189)
#E7D2D2
(231,210,210)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3015 color. Also use rgb(123,48,21) instead hex code.

Text Font Color

.myTextColor { color: #7B3015; }

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

This text font color is #7B3015.


Background Color

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

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

This div background color is #7B3015.


Border color

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

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

This div border color is #7B3015.


Opacity

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

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

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

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

This text has shadow with #7B3015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3015 on black background.


Color preview on white background

This text has color #7B3015 on white background.



Black color preview on #7B3015 background

This text has black color on #7B3015 background.


White color preview on #7B3015 background

This text has white color on #7B3015 background.