COLOR #7B4119

HEX: #7B4119 RGB: (123,65,25)

Color info

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

RGB color model

#7B4119 color RGB value is (123,65,25).

RGB: (123,65,25) (48%, 25%, 10%)

RGB channels and saturation

R 123 of 255 = 48%
G 65 of 255 = 25%
B 25 of 255 = 10%

123
65
25

R + G + B ~ 28%. #7B4119 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 65 + 25 = 213 (100%)
R 123 of 213 ~ 57.75%
G 65 of 213 ~ 30.52%
B 25 of 213 ~ 11.74'%

%57.75
%30.52
%11.74

CMYK color model

#7B4119 color CMYK value is (0,47,80,52).

  • cyan value is 0.00%
  • magenta value is 47.15%
  • yellow value is 79.67%
  • key color value is 51.76%

CMYK: (0,47,80,52)
C0M47Y80K52 (0%, 47%, 80%, 52%)
(0.00 / 0.47 / 0.80 / 0.52)

CMYK percentages

%0
%47.15
%79.67
%51.76

Codes

Color #7B4119 in popluar color models

7B 41 19
RGB 123 65 25
HSL 24° 66.22% 29.02%
HSB/HSV 24° 79.67% 48.24%
CMYK 0.00% 47.15% 79.67%
51.76%

Color #7B4119 in popluar number systems.

HEX 7B 41 19
Decimal 123 65 25
Binary 1111011 1000001 11001
Octal 173 101 31

Shades and tints

Shades of #7B4119

#7B4119
(123,65,25)
#703C17
(112,60,23)
#653715
(101,55,21)
#5A3213
(90,50,19)
#4F2D11
(79,45,17)
#44280F
(68,40,15)
#39230D
(57,35,13)
#2E1E0B
(46,30,11)
#231909
(35,25,9)
#181407
(24,20,7)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #7B4119

#7B4119
(123,65,25)
#87522D
(135,82,45)
#936341
(147,99,65)
#9F7455
(159,116,85)
#AB8569
(171,133,105)
#B7967D
(183,150,125)
#C3A791
(195,167,145)
#CFB8A5
(207,184,165)
#DBC9B9
(219,201,185)
#E7DACD
(231,218,205)
#F3EBE1
(243,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4119 color. Also use rgb(123,65,25) instead hex code.

Text Font Color

.myTextColor { color: #7B4119; }

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

This text font color is #7B4119.

Background Color

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

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

This div background color is #7B4119.

Border color

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

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

This div border color is #7B4119.

Opacity

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

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

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

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

This text has shadow with #7B4119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4119.

Preview

Color preview on black background

This text has color #7B4119 on black background.


Color preview on white background

This text has color #7B4119 on white background.


Black color preview on #7B4119 background

This text has black color on #7B4119 background.


White color preview on #7B4119 background

This text has white color on #7B4119 background.


Related colors

Complementary color

Complementary color for #hex is #84BEE6.


I love getcolorcode.com

Triadic colors

1 #197B41 and #41197B with #7B4119 are triadic colors.

2 #19417B and #417B19 with #7B4119 are triadic colors.