COLOR #7B651B

HEX: #7B651B RGB: (123,101,27)

Color info

#7B651B contains mainly red and green colors. Web safe color of #7B651B is #666633 (or #663).

RGB color model

#7B651B color RGB value is (123,101,27).

RGB: (123,101,27) (48%, 40%, 11%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 27 of 255 = 11%

123
101
27

R + G + B ~ 33%. #7B651B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 101 + 27 = 251 (100%)
R 123 of 251 ~ 49%
G 101 of 251 ~ 40.24%
B 27 of 251 ~ 10.76'%

%49
%40.24
%10.76

CMYK color model

#7B651B color CMYK value is (0,18,78,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 78.05%
  • key color value is 51.76%

CMYK: (0,18,78,52)
C0M18Y78K52 (0%, 18%, 78%, 52%)
(0.00 / 0.18 / 0.78 / 0.52)

CMYK percentages

%0
%17.89
%78.05
%51.76

Codes

Color #7B651B in popluar color models

7B 65 1B
RGB 123 101 27
HSL 46° 64.00% 29.41%
HSB/HSV 46° 78.05% 48.24%
CMYK 0.00% 17.89% 78.05%
51.76%

Color #7B651B in popluar number systems.

HEX 7B 65 1B
Decimal 123 101 27
Binary 1111011 1100101 11011
Octal 173 145 33

Shades and tints

Shades of #7B651B

#7B651B
(123,101,27)
#705C19
(112,92,25)
#655317
(101,83,23)
#5A4A15
(90,74,21)
#4F4113
(79,65,19)
#443811
(68,56,17)
#392F0F
(57,47,15)
#2E260D
(46,38,13)
#231D0B
(35,29,11)
#181409
(24,20,9)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #7B651B

#7B651B
(123,101,27)
#87732F
(135,115,47)
#938143
(147,129,67)
#9F8F57
(159,143,87)
#AB9D6B
(171,157,107)
#B7AB7F
(183,171,127)
#C3B993
(195,185,147)
#CFC7A7
(207,199,167)
#DBD5BB
(219,213,187)
#E7E3CF
(231,227,207)
#F3F1E3
(243,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B651B color. Also use rgb(123,101,27) instead hex code.

Text Font Color

.myTextColor { color: #7B651B; }

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

This text font color is #7B651B.

Background Color

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

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

This div background color is #7B651B.

Border color

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

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

This div border color is #7B651B.

Opacity

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

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

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

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

This text has shadow with #7B651B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B651B.

Preview

Color preview on black background

This text has color #7B651B on black background.


Color preview on white background

This text has color #7B651B on white background.


Black color preview on #7B651B background

This text has black color on #7B651B background.


White color preview on #7B651B background

This text has white color on #7B651B background.


Related colors

Complementary color

Complementary color for #hex is #849AE4.


I love getcolorcode.com

Triadic colors

1 #1B7B65 and #651B7B with #7B651B are triadic colors.

2 #1B657B and #657B1B with #7B651B are triadic colors.