COLOR #4B682B

HEX: #4B682B RGB: (75,104,43)

Color info

#4B682B contains mainly red and green colors. Web safe color of #4B682B is #336633 (or #363).

RGB color model

#4B682B color RGB value is (75,104,43).

RGB: (75,104,43) (29%, 41%, 17%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 43 of 255 = 17%

75
104
43

R + G + B ~ 29%. #4B682B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 104 + 43 = 222 (100%)
R 75 of 222 ~ 33.78%
G 104 of 222 ~ 46.85%
B 43 of 222 ~ 19.37'%

%33.78
%46.85
%19.37

CMYK color model

#4B682B color CMYK value is (28,0,59,59).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 59.22%

CMYK: (28,0,59,59)
C28M0Y59K59 (28%, 0%, 59%, 59%)
(0.28 / 0.00 / 0.59 / 0.59)

CMYK percentages

%27.88
%0
%58.65
%59.22

Codes

Color #4B682B in popluar color models

4B 68 2B
RGB 75 104 43
HSL 89° 41.50% 28.82%
HSB/HSV 89° 58.65% 40.78%
CMYK 27.88% 0.00% 58.65%
59.22%

Color #4B682B in popluar number systems.

HEX 4B 68 2B
Decimal 75 104 43
Binary 1001011 1101000 101011
Octal 113 150 53

Shades and tints

Shades of #4B682B

#4B682B
(75,104,43)
#455F28
(69,95,40)
#3F5625
(63,86,37)
#394D22
(57,77,34)
#33441F
(51,68,31)
#2D3B1C
(45,59,28)
#273219
(39,50,25)
#212916
(33,41,22)
#1B2013
(27,32,19)
#151710
(21,23,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B682B

#4B682B
(75,104,43)
#5B753E
(91,117,62)
#6B8251
(107,130,81)
#7B8F64
(123,143,100)
#8B9C77
(139,156,119)
#9BA98A
(155,169,138)
#ABB69D
(171,182,157)
#BBC3B0
(187,195,176)
#CBD0C3
(203,208,195)
#DBDDD6
(219,221,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B682B color. Also use rgb(75,104,43) instead hex code.

Text Font Color

.myTextColor { color: #4B682B; }

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

This text font color is #4B682B.

Background Color

.myBgColor { background-color: #4B682B; }

<div style="background-color:#4B682B">Inner text</div>

This div background color is #4B682B.

Border color

.myBorderColor { border: 1px solid #4B682B; }

<div style="border:3px solid #4B682B">Div</div>

This div border color is #4B682B.

Opacity

.myOpacity80 { color: #4B682B; opacity: 0.8; }

<p style="color:#4B682B;opacity:0.8;">80%</p>

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

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

This text has shadow with #4B682B color.


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

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

This text has shadow with #4B682B primary color and red secondary color.


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

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

This text has shadow with #4B682B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4B682B.

Preview

Color preview on black background

This text has color #4B682B on black background.


Color preview on white background

This text has color #4B682B on white background.


Black color preview on #4B682B background

This text has black color on #4B682B background.


White color preview on #4B682B background

This text has white color on #4B682B background.


Related colors

Complementary color

Complementary color for #hex is #B497D4.


I love getcolorcode.com

Triadic colors

1 #2B4B68 and #682B4B with #4B682B are triadic colors.

2 #2B684B and #684B2B with #4B682B are triadic colors.