COLOR #7B3439

HEX: #7B3439
RGB: (123,52,57)

Color info

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

RGB color model

#7B3439 color RGB value is (123,52,57).

  • red value is 123;
  • green value is 52;
  • blue value is 57.
RGB:
(123,52,57)
(48%,20%,22%)

RGB channels and saturation

R 123 of 255 = 48%
G 52 of 255 = 20%
B 57 of 255 = 22%

123
52
57

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

Portions of RGB colors in percentages

R + G + B =
123 + 52 + 57 = 232 (100%)
R 123 of 232 ~ 53.02%
G 52 of 232 ~ 22.41%
B 57 of 232 ~ 24.57%

%53.02
%22.41
%24.57

CMYK color model

#7B3439 color CMYK value is (0,58,54,52).

  • cyan value is 0.00%
  • magenta value is 57.72%
  • yellow value is 53.66%
  • key color value is 51.76%
CMYK:
(0,58,54,52)
C0M58Y54K52 
(0%,58%,54%,52%)
(0.00/0.58/0.54/0.52)	

CMYK percentages

%0
%57.72
%53.66
%51.76

Codes

Color #7B3439 in popluar color models

7B3439
RGB1235257
HSL356°40.57%34.31%
HSB/HSV356°57.72%48.24%
CMYK0.00%57.72%53.66%
51.76%

Color #7B3439 in popluar number systems.

HEX7B3439
Decimal1235257
Binary1111011110100111001
Octal1736471

Shades and tints

Shades of #7B3439

#7B3439
(123,52,57)
#703034
(112,48,52)
#652C2F
(101,44,47)
#5A282A
(90,40,42)
#4F2425
(79,36,37)
#442020
(68,32,32)
#391C1B
(57,28,27)
#2E1816
(46,24,22)
#231411
(35,20,17)
#18100C
(24,16,12)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #7B3439

#7B3439
(123,52,57)
#87464B
(135,70,75)
#93585D
(147,88,93)
#9F6A6F
(159,106,111)
#AB7C81
(171,124,129)
#B78E93
(183,142,147)
#C3A0A5
(195,160,165)
#CFB2B7
(207,178,183)
#DBC4C9
(219,196,201)
#E7D6DB
(231,214,219)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3439; }

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

This text font color is #7B3439.


Background Color

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

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

This div background color is #7B3439.


Border color

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

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

This div border color is #7B3439.


Opacity

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

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

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

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

This text has shadow with #7B3439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3439 on black background.


Color preview on white background

This text has color #7B3439 on white background.



Black color preview on #7B3439 background

This text has black color on #7B3439 background.


White color preview on #7B3439 background

This text has white color on #7B3439 background.