COLOR #7B0D00

HEX: #7B0D00
RGB: (123,13,0)

Color info

#7B0D00 contains mainly red color. Web safe color of #7B0D00 is #660000 (or #600).

RGB color model

#7B0D00 color RGB value is (123,13,0).

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

RGB channels and saturation

R 123 of 255 = 48%
G 13 of 255 = 5%
B 0 of 255 = 0%

123
13
0

R + G + B ~ 18%. #7B0D00 is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 13 + 0 = 136 (100%)
R 123 of 136 ~ 90.44%
G 13 of 136 ~ 9.56%
B 0 of 136 ~ 0%

%90.44
%9.56

CMYK color model

#7B0D00 color CMYK value is (0,89,100,52).

  • cyan value is 0.00%
  • magenta value is 89.43%
  • yellow value is 100.00%
  • key color value is 51.76%
CMYK:
(0,89,100,52)
C0M89Y100K52 
(0%,89%,100%,52%)
(0.00/0.89/1.00/0.52)	

CMYK percentages

%0
%89.43
%100
%51.76

Codes

Color #7B0D00 in popluar color models

7B0D00
RGB123130
HSL100.00%24.12%
HSB/HSV100.00%48.24%
CMYK0.00%89.43%100.00%
51.76%

Color #7B0D00 in popluar number systems.

HEX7B0D00
Decimal123130
Binary111101111010
Octal173150

Shades and tints

Shades of #7B0D00

#7B0D00
(123,13,0)
#700C00
(112,12,0)
#650B00
(101,11,0)
#5A0A00
(90,10,0)
#4F0900
(79,9,0)
#440800
(68,8,0)
#390700
(57,7,0)
#2E0600
(46,6,0)
#230500
(35,5,0)
#180400
(24,4,0)
#0D0300
(13,3,0)
#000000
(0,0,0)

Tints of #7B0D00

#7B0D00
(123,13,0)
#872317
(135,35,23)
#93392E
(147,57,46)
#9F4F45
(159,79,69)
#AB655C
(171,101,92)
#B77B73
(183,123,115)
#C3918A
(195,145,138)
#CFA7A1
(207,167,161)
#DBBDB8
(219,189,184)
#E7D3CF
(231,211,207)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B0D00; }

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

This text font color is #7B0D00.


Background Color

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

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

This div background color is #7B0D00.


Border color

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

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

This div border color is #7B0D00.


Opacity

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

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

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

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

This text has shadow with #7B0D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0D00 on black background.


Color preview on white background

This text has color #7B0D00 on white background.



Black color preview on #7B0D00 background

This text has black color on #7B0D00 background.


White color preview on #7B0D00 background

This text has white color on #7B0D00 background.