COLOR #7B460A

HEX: #7B460A RGB: (123,70,10)

Color info

#7B460A contains mainly red and green colors. Web safe color of #7B460A is #663300 (or #630).

RGB color model

#7B460A color RGB value is (123,70,10).

RGB: (123,70,10) (48%, 27%, 4%)

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 10 of 255 = 4%

123
70
10

R + G + B ~ 26%. #7B460A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 70 + 10 = 203 (100%)
R 123 of 203 ~ 60.59%
G 70 of 203 ~ 34.48%
B 10 of 203 ~ 4.93'%

%60.59
%34.48

CMYK color model

#7B460A color CMYK value is (0,43,92,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 91.87%
  • key color value is 51.76%

CMYK: (0,43,92,52)
C0M43Y92K52 (0%, 43%, 92%, 52%)
(0.00 / 0.43 / 0.92 / 0.52)

CMYK percentages

%0
%43.09
%91.87
%51.76

Codes

Color #7B460A in popluar color models

7B 46 0A
RGB 123 70 10
HSL 32° 84.96% 26.08%
HSB/HSV 32° 91.87% 48.24%
CMYK 0.00% 43.09% 91.87%
51.76%

Color #7B460A in popluar number systems.

HEX 7B 46 0A
Decimal 123 70 10
Binary 1111011 1000110 1010
Octal 173 106 12

Shades and tints

Shades of #7B460A

#7B460A
(123,70,10)
#70400A
(112,64,10)
#653A0A
(101,58,10)
#5A340A
(90,52,10)
#4F2E0A
(79,46,10)
#44280A
(68,40,10)
#39220A
(57,34,10)
#2E1C0A
(46,28,10)
#23160A
(35,22,10)
#18100A
(24,16,10)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #7B460A

#7B460A
(123,70,10)
#875620
(135,86,32)
#936636
(147,102,54)
#9F764C
(159,118,76)
#AB8662
(171,134,98)
#B79678
(183,150,120)
#C3A68E
(195,166,142)
#CFB6A4
(207,182,164)
#DBC6BA
(219,198,186)
#E7D6D0
(231,214,208)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B460A color. Also use rgb(123,70,10) instead hex code.

Text Font Color

.myTextColor { color: #7B460A; }

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

This text font color is #7B460A.

Background Color

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

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

This div background color is #7B460A.

Border color

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

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

This div border color is #7B460A.

Opacity

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

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

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

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

This text has shadow with #7B460A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B460A.

Preview

Color preview on black background

This text has color #7B460A on black background.


Color preview on white background

This text has color #7B460A on white background.


Black color preview on #7B460A background

This text has black color on #7B460A background.


White color preview on #7B460A background

This text has white color on #7B460A background.


Related colors

Complementary color

Complementary color for #hex is #84B9F5.


I love getcolorcode.com

Triadic colors

1 #0A7B46 and #460A7B with #7B460A are triadic colors.

2 #0A467B and #467B0A with #7B460A are triadic colors.