COLOR #7B3509

HEX: #7B3509 RGB: (123,53,9)

Color info

#7B3509 contains mainly red color. Web safe color of #7B3509 is #663300 (or #630).

RGB color model

#7B3509 color RGB value is (123,53,9).

RGB: (123,53,9) (48%, 21%, 4%)

RGB channels and saturation

R 123 of 255 = 48%
G 53 of 255 = 21%
B 9 of 255 = 4%

123
53
9

R + G + B ~ 24%. #7B3509 is dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 53 + 9 = 185 (100%)
R 123 of 185 ~ 66.49%
G 53 of 185 ~ 28.65%
B 9 of 185 ~ 4.86'%

%66.49
%28.65

CMYK color model

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

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

CMYK: (0,57,93,52)
C0M57Y93K52 (0%, 57%, 93%, 52%)
(0.00 / 0.57 / 0.93 / 0.52)

CMYK percentages

%0
%56.91
%92.68
%51.76

Codes

Color #7B3509 in popluar color models

7B 35 09
RGB 123 53 9
HSL 23° 86.36% 25.88%
HSB/HSV 23° 92.68% 48.24%
CMYK 0.00% 56.91% 92.68%
51.76%

Color #7B3509 in popluar number systems.

HEX 7B 35 09
Decimal 123 53 9
Binary 1111011 110101 1001
Octal 173 65 11

Shades and tints

Shades of #7B3509

#7B3509
(123,53,9)
#703109
(112,49,9)
#652D09
(101,45,9)
#5A2909
(90,41,9)
#4F2509
(79,37,9)
#442109
(68,33,9)
#391D09
(57,29,9)
#2E1909
(46,25,9)
#231509
(35,21,9)
#181109
(24,17,9)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #7B3509

#7B3509
(123,53,9)
#87471F
(135,71,31)
#935935
(147,89,53)
#9F6B4B
(159,107,75)
#AB7D61
(171,125,97)
#B78F77
(183,143,119)
#C3A18D
(195,161,141)
#CFB3A3
(207,179,163)
#DBC5B9
(219,197,185)
#E7D7CF
(231,215,207)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3509; }

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

This text font color is #7B3509.

Background Color

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

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

This div background color is #7B3509.

Border color

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

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

This div border color is #7B3509.

Opacity

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

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

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

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

This text has shadow with #7B3509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3509.

Preview

Color preview on black background

This text has color #7B3509 on black background.


Color preview on white background

This text has color #7B3509 on white background.


Black color preview on #7B3509 background

This text has black color on #7B3509 background.


White color preview on #7B3509 background

This text has white color on #7B3509 background.


Related colors

Complementary color

Complementary color for #hex is #84CAF6.


I love getcolorcode.com

Triadic colors

1 #097B35 and #35097B with #7B3509 are triadic colors.

2 #09357B and #357B09 with #7B3509 are triadic colors.