COLOR #7B4649

HEX: #7B4649
RGB: (123,70,73)

Color info

#7B4649 contains red, green and blue colors in about the same proportion. Web safe color of #7B4649 is #663333 (or #633).

RGB color model

#7B4649 color RGB value is (123,70,73).

  • red value is 123;
  • green value is 70;
  • blue value is 73.
RGB:
(123,70,73)
(48%,27%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 73 of 255 = 29%

123
70
73

R + G + B ~ 35%. #7B4649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 73 = 266 (100%)
R 123 of 266 ~ 46.24%
G 70 of 266 ~ 26.32%
B 73 of 266 ~ 27.44%

%46.24
%26.32
%27.44

CMYK color model

#7B4649 color CMYK value is (0,43,41,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 40.65%
  • key color value is 51.76%
CMYK:
(0,43,41,52)
C0M43Y41K52 
(0%,43%,41%,52%)
(0.00/0.43/0.41/0.52)	

CMYK percentages

%0
%43.09
%40.65
%51.76

Codes

Color #7B4649 in popluar color models

7B4649
RGB1237073
HSL357°27.46%37.84%
HSB/HSV357°43.09%48.24%
CMYK0.00%43.09%40.65%
51.76%

Color #7B4649 in popluar number systems.

HEX7B4649
Decimal1237073
Binary111101110001101001001
Octal173106111

Shades and tints

Shades of #7B4649

#7B4649
(123,70,73)
#704043
(112,64,67)
#653A3D
(101,58,61)
#5A3437
(90,52,55)
#4F2E31
(79,46,49)
#44282B
(68,40,43)
#392225
(57,34,37)
#2E1C1F
(46,28,31)
#231619
(35,22,25)
#181013
(24,16,19)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #7B4649

#7B4649
(123,70,73)
#875659
(135,86,89)
#936669
(147,102,105)
#9F7679
(159,118,121)
#AB8689
(171,134,137)
#B79699
(183,150,153)
#C3A6A9
(195,166,169)
#CFB6B9
(207,182,185)
#DBC6C9
(219,198,201)
#E7D6D9
(231,214,217)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4649; }

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

This text font color is #7B4649.


Background Color

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

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

This div background color is #7B4649.


Border color

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

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

This div border color is #7B4649.


Opacity

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

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

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

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

This text has shadow with #7B4649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4649 on black background.


Color preview on white background

This text has color #7B4649 on white background.



Black color preview on #7B4649 background

This text has black color on #7B4649 background.


White color preview on #7B4649 background

This text has white color on #7B4649 background.