COLOR #7B3009

HEX: #7B3009 RGB: (123,48,9)

Color info

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

RGB color model

#7B3009 color RGB value is (123,48,9).

RGB: (123,48,9) (48%, 19%, 4%)

RGB channels and saturation

R 123 of 255 = 48%
G 48 of 255 = 19%
B 9 of 255 = 4%

123
48
9

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

Portions of RGB colors in percentages

R + G + B = 123 + 48 + 9 = 180 (100%)
R 123 of 180 ~ 68.33%
G 48 of 180 ~ 26.67%
B 9 of 180 ~ 5'%

%68.33
%26.67

CMYK color model

#7B3009 color CMYK value is (0,61,93,52).

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

CMYK: (0,61,93,52)
C0M61Y93K52 (0%, 61%, 93%, 52%)
(0.00 / 0.61 / 0.93 / 0.52)

CMYK percentages

%0
%60.98
%92.68
%51.76

Codes

Color #7B3009 in popluar color models

7B 30 09
RGB 123 48 9
HSL 21° 86.36% 25.88%
HSB/HSV 21° 92.68% 48.24%
CMYK 0.00% 60.98% 92.68%
51.76%

Color #7B3009 in popluar number systems.

HEX 7B 30 09
Decimal 123 48 9
Binary 1111011 110000 1001
Octal 173 60 11

Shades and tints

Shades of #7B3009

#7B3009
(123,48,9)
#702C09
(112,44,9)
#652809
(101,40,9)
#5A2409
(90,36,9)
#4F2009
(79,32,9)
#441C09
(68,28,9)
#391809
(57,24,9)
#2E1409
(46,20,9)
#231009
(35,16,9)
#180C09
(24,12,9)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #7B3009

#7B3009
(123,48,9)
#87421F
(135,66,31)
#935435
(147,84,53)
#9F664B
(159,102,75)
#AB7861
(171,120,97)
#B78A77
(183,138,119)
#C39C8D
(195,156,141)
#CFAEA3
(207,174,163)
#DBC0B9
(219,192,185)
#E7D2CF
(231,210,207)
#F3E4E5
(243,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3009; }

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

This text font color is #7B3009.

Background Color

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

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

This div background color is #7B3009.

Border color

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

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

This div border color is #7B3009.

Opacity

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

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

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

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

This text has shadow with #7B3009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3009.

Preview

Color preview on black background

This text has color #7B3009 on black background.


Color preview on white background

This text has color #7B3009 on white background.


Black color preview on #7B3009 background

This text has black color on #7B3009 background.


White color preview on #7B3009 background

This text has white color on #7B3009 background.


Related colors

Complementary color

Complementary color for #hex is #84CFF6.


I love getcolorcode.com

Triadic colors

1 #097B30 and #30097B with #7B3009 are triadic colors.

2 #09307B and #307B09 with #7B3009 are triadic colors.