COLOR #7B3F37

HEX: #7B3F37
RGB: (123,63,55)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
63
55

R + G + B ~ 32%. #7B3F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 55 = 241 (100%)
R 123 of 241 ~ 51.04%
G 63 of 241 ~ 26.14%
B 55 of 241 ~ 22.82%

%51.04
%26.14
%22.82

CMYK color model

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

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

CMYK percentages

%0
%48.78
%55.28
%51.76

Codes

Color #7B3F37 in popluar color models

7B3F37
RGB1236355
HSL38.20%34.90%
HSB/HSV55.28%48.24%
CMYK0.00%48.78%55.28%
51.76%

Color #7B3F37 in popluar number systems.

HEX7B3F37
Decimal1236355
Binary1111011111111110111
Octal1737767

Shades and tints

Shades of #7B3F37

#7B3F37
(123,63,55)
#703A32
(112,58,50)
#65352D
(101,53,45)
#5A3028
(90,48,40)
#4F2B23
(79,43,35)
#44261E
(68,38,30)
#392119
(57,33,25)
#2E1C14
(46,28,20)
#23170F
(35,23,15)
#18120A
(24,18,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #7B3F37

#7B3F37
(123,63,55)
#875049
(135,80,73)
#93615B
(147,97,91)
#9F726D
(159,114,109)
#AB837F
(171,131,127)
#B79491
(183,148,145)
#C3A5A3
(195,165,163)
#CFB6B5
(207,182,181)
#DBC7C7
(219,199,199)
#E7D8D9
(231,216,217)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3F37; }

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

This text font color is #7B3F37.


Background Color

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

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

This div background color is #7B3F37.


Border color

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

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

This div border color is #7B3F37.


Opacity

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

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

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

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

This text has shadow with #7B3F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F37 on black background.


Color preview on white background

This text has color #7B3F37 on white background.



Black color preview on #7B3F37 background

This text has black color on #7B3F37 background.


White color preview on #7B3F37 background

This text has white color on #7B3F37 background.