COLOR #4B682E

HEX: #4B682E RGB: (75,104,46)

Color info

#4B682E contains red, green and blue colors in about the same proportion. Web safe color of #4B682E is #336633 (or #363).

RGB color model

#4B682E color RGB value is (75,104,46).

RGB: (75,104,46) (29%, 41%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 46 of 255 = 18%

75
104
46

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

Portions of RGB colors in percentages

R + G + B = 75 + 104 + 46 = 225 (100%)
R 75 of 225 ~ 33.33%
G 104 of 225 ~ 46.22%
B 46 of 225 ~ 20.44'%

%33.33
%46.22
%20.44

CMYK color model

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

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

CMYK: (28,0,56,59)
C28M0Y56K59 (28%, 0%, 56%, 59%)
(0.28 / 0.00 / 0.56 / 0.59)

CMYK percentages

%27.88
%0
%55.77
%59.22

Codes

Color #4B682E in popluar color models

4B 68 2E
RGB 75 104 46
HSL 90° 38.67% 29.41%
HSB/HSV 90° 55.77% 40.78%
CMYK 27.88% 0.00% 55.77%
59.22%

Color #4B682E in popluar number systems.

HEX 4B 68 2E
Decimal 75 104 46
Binary 1001011 1101000 101110
Octal 113 150 56

Shades and tints

Shades of #4B682E

#4B682E
(75,104,46)
#455F2A
(69,95,42)
#3F5626
(63,86,38)
#394D22
(57,77,34)
#33441E
(51,68,30)
#2D3B1A
(45,59,26)
#273216
(39,50,22)
#212912
(33,41,18)
#1B200E
(27,32,14)
#15170A
(21,23,10)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #4B682E

#4B682E
(75,104,46)
#5B7541
(91,117,65)
#6B8254
(107,130,84)
#7B8F67
(123,143,103)
#8B9C7A
(139,156,122)
#9BA98D
(155,169,141)
#ABB6A0
(171,182,160)
#BBC3B3
(187,195,179)
#CBD0C6
(203,208,198)
#DBDDD9
(219,221,217)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B682E; }

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

This text font color is #4B682E.

Background Color

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

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

This div background color is #4B682E.

Border color

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

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

This div border color is #4B682E.

Opacity

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

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

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

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

This text has shadow with #4B682E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B682E.

Preview

Color preview on black background

This text has color #4B682E on black background.


Color preview on white background

This text has color #4B682E on white background.


Black color preview on #4B682E background

This text has black color on #4B682E background.


White color preview on #4B682E background

This text has white color on #4B682E background.


Related colors

Complementary color

Complementary color for #hex is #B497D1.


I love getcolorcode.com

Triadic colors

1 #2E4B68 and #682E4B with #4B682E are triadic colors.

2 #2E684B and #684B2E with #4B682E are triadic colors.