COLOR #7B3335

HEX: #7B3335 RGB: (123,51,53)

Color info

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

RGB color model

#7B3335 color RGB value is (123,51,53).

RGB: (123,51,53) (48%, 20%, 21%)

RGB channels and saturation

R 123 of 255 = 48%
G 51 of 255 = 20%
B 53 of 255 = 21%

123
51
53

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

Portions of RGB colors in percentages

R + G + B = 123 + 51 + 53 = 227 (100%)
R 123 of 227 ~ 54.19%
G 51 of 227 ~ 22.47%
B 53 of 227 ~ 23.35'%

%54.19
%22.47
%23.35

CMYK color model

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

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

CMYK: (0,59,57,52)
C0M59Y57K52 (0%, 59%, 57%, 52%)
(0.00 / 0.59 / 0.57 / 0.52)

CMYK percentages

%0
%58.54
%56.91
%51.76

Codes

Color #7B3335 in popluar color models

7B 33 35
RGB 123 51 53
HSL 358° 41.38% 34.12%
HSB/HSV 358° 58.54% 48.24%
CMYK 0.00% 58.54% 56.91%
51.76%

Color #7B3335 in popluar number systems.

HEX 7B 33 35
Decimal 123 51 53
Binary 1111011 110011 110101
Octal 173 63 65

Shades and tints

Shades of #7B3335

#7B3335
(123,51,53)
#702F31
(112,47,49)
#652B2D
(101,43,45)
#5A2729
(90,39,41)
#4F2325
(79,35,37)
#441F21
(68,31,33)
#391B1D
(57,27,29)
#2E1719
(46,23,25)
#231315
(35,19,21)
#180F11
(24,15,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #7B3335

#7B3335
(123,51,53)
#874547
(135,69,71)
#935759
(147,87,89)
#9F696B
(159,105,107)
#AB7B7D
(171,123,125)
#B78D8F
(183,141,143)
#C39FA1
(195,159,161)
#CFB1B3
(207,177,179)
#DBC3C5
(219,195,197)
#E7D5D7
(231,213,215)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3335; }

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

This text font color is #7B3335.

Background Color

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

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

This div background color is #7B3335.

Border color

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

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

This div border color is #7B3335.

Opacity

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

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

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

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

This text has shadow with #7B3335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3335.

Preview

Color preview on black background

This text has color #7B3335 on black background.


Color preview on white background

This text has color #7B3335 on white background.


Black color preview on #7B3335 background

This text has black color on #7B3335 background.


White color preview on #7B3335 background

This text has white color on #7B3335 background.


Related colors

Complementary color

Complementary color for #hex is #84CCCA.


I love getcolorcode.com

Triadic colors

1 #357B33 and #33357B with #7B3335 are triadic colors.

2 #35337B and #337B35 with #7B3335 are triadic colors.