COLOR #7B353B

HEX: #7B353B RGB: (123,53,59)

Color info

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

RGB color model

#7B353B color RGB value is (123,53,59).

RGB: (123,53,59) (48%, 21%, 23%)

RGB channels and saturation

R 123 of 255 = 48%
G 53 of 255 = 21%
B 59 of 255 = 23%

123
53
59

R + G + B ~ 31%. #7B353B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 53 + 59 = 235 (100%)
R 123 of 235 ~ 52.34%
G 53 of 235 ~ 22.55%
B 59 of 235 ~ 25.11'%

%52.34
%22.55
%25.11

CMYK color model

#7B353B color CMYK value is (0,57,52,52).

  • cyan value is 0.00%
  • magenta value is 56.91%
  • yellow value is 52.03%
  • key color value is 51.76%

CMYK: (0,57,52,52)
C0M57Y52K52 (0%, 57%, 52%, 52%)
(0.00 / 0.57 / 0.52 / 0.52)

CMYK percentages

%0
%56.91
%52.03
%51.76

Codes

Color #7B353B in popluar color models

7B 35 3B
RGB 123 53 59
HSL 355° 39.77% 34.51%
HSB/HSV 355° 56.91% 48.24%
CMYK 0.00% 56.91% 52.03%
51.76%

Color #7B353B in popluar number systems.

HEX 7B 35 3B
Decimal 123 53 59
Binary 1111011 110101 111011
Octal 173 65 73

Shades and tints

Shades of #7B353B

#7B353B
(123,53,59)
#703136
(112,49,54)
#652D31
(101,45,49)
#5A292C
(90,41,44)
#4F2527
(79,37,39)
#442122
(68,33,34)
#391D1D
(57,29,29)
#2E1918
(46,25,24)
#231513
(35,21,19)
#18110E
(24,17,14)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #7B353B

#7B353B
(123,53,59)
#87474C
(135,71,76)
#93595D
(147,89,93)
#9F6B6E
(159,107,110)
#AB7D7F
(171,125,127)
#B78F90
(183,143,144)
#C3A1A1
(195,161,161)
#CFB3B2
(207,179,178)
#DBC5C3
(219,197,195)
#E7D7D4
(231,215,212)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B353B; }

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

This text font color is #7B353B.

Background Color

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

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

This div background color is #7B353B.

Border color

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

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

This div border color is #7B353B.

Opacity

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

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

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

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

This text has shadow with #7B353B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B353B.

Preview

Color preview on black background

This text has color #7B353B on black background.


Color preview on white background

This text has color #7B353B on white background.


Black color preview on #7B353B background

This text has black color on #7B353B background.


White color preview on #7B353B background

This text has white color on #7B353B background.


Related colors

Complementary color

Complementary color for #hex is #84CAC4.


I love getcolorcode.com

Triadic colors

1 #3B7B35 and #353B7B with #7B353B are triadic colors.

2 #3B357B and #357B3B with #7B353B are triadic colors.