COLOR #7B303C

HEX: #7B303C
RGB: (123,48,60)

Color info

#7B303C contains mainly red color. Web safe color of #7B303C is #663333 (or #633).

RGB color model

#7B303C color RGB value is (123,48,60).

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

RGB channels and saturation

R 123 of 255 = 48%
G 48 of 255 = 19%
B 60 of 255 = 24%

123
48
60

R + G + B ~ 30%. #7B303C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 48 + 60 = 231 (100%)
R 123 of 231 ~ 53.25%
G 48 of 231 ~ 20.78%
B 60 of 231 ~ 25.97%

%53.25
%20.78
%25.97

CMYK color model

#7B303C color CMYK value is (0,61,51,52).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 51.22%
  • key color value is 51.76%
CMYK:
(0,61,51,52)
C0M61Y51K52 
(0%,61%,51%,52%)
(0.00/0.61/0.51/0.52)	

CMYK percentages

%0
%60.98
%51.22
%51.76

Codes

Color #7B303C in popluar color models

7B303C
RGB1234860
HSL350°43.86%33.53%
HSB/HSV350°60.98%48.24%
CMYK0.00%60.98%51.22%
51.76%

Color #7B303C in popluar number systems.

HEX7B303C
Decimal1234860
Binary1111011110000111100
Octal1736074

Shades and tints

Shades of #7B303C

#7B303C
(123,48,60)
#702C37
(112,44,55)
#652832
(101,40,50)
#5A242D
(90,36,45)
#4F2028
(79,32,40)
#441C23
(68,28,35)
#39181E
(57,24,30)
#2E1419
(46,20,25)
#231014
(35,16,20)
#180C0F
(24,12,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #7B303C

#7B303C
(123,48,60)
#87424D
(135,66,77)
#93545E
(147,84,94)
#9F666F
(159,102,111)
#AB7880
(171,120,128)
#B78A91
(183,138,145)
#C39CA2
(195,156,162)
#CFAEB3
(207,174,179)
#DBC0C4
(219,192,196)
#E7D2D5
(231,210,213)
#F3E4E6
(243,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B303C; }

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

This text font color is #7B303C.


Background Color

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

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

This div background color is #7B303C.


Border color

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

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

This div border color is #7B303C.


Opacity

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

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

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

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

This text has shadow with #7B303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B303C on black background.


Color preview on white background

This text has color #7B303C on white background.



Black color preview on #7B303C background

This text has black color on #7B303C background.


White color preview on #7B303C background

This text has white color on #7B303C background.