COLOR #7B3F3F

HEX: #7B3F3F
RGB: (123,63,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
63
63

R + G + B ~ 33%. #7B3F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 63 = 249 (100%)
R 123 of 249 ~ 49.4%
G 63 of 249 ~ 25.3%
B 63 of 249 ~ 25.3%

%49.4
%25.3
%25.3

CMYK color model

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

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

CMYK percentages

%0
%48.78
%48.78
%51.76

Codes

Color #7B3F3F in popluar color models

7B3F3F
RGB1236363
HSL32.26%36.47%
HSB/HSV48.78%48.24%
CMYK0.00%48.78%48.78%
51.76%

Color #7B3F3F in popluar number systems.

HEX7B3F3F
Decimal1236363
Binary1111011111111111111
Octal1737777

Shades and tints

Shades of #7B3F3F

#7B3F3F
(123,63,63)
#703A3A
(112,58,58)
#653535
(101,53,53)
#5A3030
(90,48,48)
#4F2B2B
(79,43,43)
#442626
(68,38,38)
#392121
(57,33,33)
#2E1C1C
(46,28,28)
#231717
(35,23,23)
#181212
(24,18,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B3F3F

#7B3F3F
(123,63,63)
#875050
(135,80,80)
#936161
(147,97,97)
#9F7272
(159,114,114)
#AB8383
(171,131,131)
#B79494
(183,148,148)
#C3A5A5
(195,165,165)
#CFB6B6
(207,182,182)
#DBC7C7
(219,199,199)
#E7D8D8
(231,216,216)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3F3F; }

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

This text font color is #7B3F3F.


Background Color

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

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

This div background color is #7B3F3F.


Border color

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

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

This div border color is #7B3F3F.


Opacity

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

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

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

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

This text has shadow with #7B3F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F3F on black background.


Color preview on white background

This text has color #7B3F3F on white background.



Black color preview on #7B3F3F background

This text has black color on #7B3F3F background.


White color preview on #7B3F3F background

This text has white color on #7B3F3F background.