COLOR #4B642E

HEX: #4B642E RGB: (75,100,46)

Color info

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

RGB color model

#4B642E color RGB value is (75,100,46).

RGB: (75,100,46) (29%, 39%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 46 of 255 = 18%

75
100
46

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

Portions of RGB colors in percentages

R + G + B = 75 + 100 + 46 = 221 (100%)
R 75 of 221 ~ 33.94%
G 100 of 221 ~ 45.25%
B 46 of 221 ~ 20.81'%

%33.94
%45.25
%20.81

CMYK color model

#4B642E color CMYK value is (25,0,54,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 60.78%

CMYK: (25,0,54,61)
C25M0Y54K61 (25%, 0%, 54%, 61%)
(0.25 / 0.00 / 0.54 / 0.61)

CMYK percentages

%25
%0
%54
%60.78

Codes

Color #4B642E in popluar color models

4B 64 2E
RGB 75 100 46
HSL 88° 36.99% 28.63%
HSB/HSV 88° 54.00% 39.22%
CMYK 25.00% 0.00% 54.00%
60.78%

Color #4B642E in popluar number systems.

HEX 4B 64 2E
Decimal 75 100 46
Binary 1001011 1100100 101110
Octal 113 144 56

Shades and tints

Shades of #4B642E

#4B642E
(75,100,46)
#455B2A
(69,91,42)
#3F5226
(63,82,38)
#394922
(57,73,34)
#33401E
(51,64,30)
#2D371A
(45,55,26)
#272E16
(39,46,22)
#212512
(33,37,18)
#1B1C0E
(27,28,14)
#15130A
(21,19,10)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #4B642E

#4B642E
(75,100,46)
#5B7241
(91,114,65)
#6B8054
(107,128,84)
#7B8E67
(123,142,103)
#8B9C7A
(139,156,122)
#9BAA8D
(155,170,141)
#ABB8A0
(171,184,160)
#BBC6B3
(187,198,179)
#CBD4C6
(203,212,198)
#DBE2D9
(219,226,217)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B642E; }

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

This text font color is #4B642E.

Background Color

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

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

This div background color is #4B642E.

Border color

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

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

This div border color is #4B642E.

Opacity

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

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

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

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

This text has shadow with #4B642E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B642E.

Preview

Color preview on black background

This text has color #4B642E on black background.


Color preview on white background

This text has color #4B642E on white background.


Black color preview on #4B642E background

This text has black color on #4B642E background.


White color preview on #4B642E background

This text has white color on #4B642E background.


Related colors

Complementary color

Complementary color for #hex is #B49BD1.


I love getcolorcode.com

Triadic colors

1 #2E4B64 and #642E4B with #4B642E are triadic colors.

2 #2E644B and #644B2E with #4B642E are triadic colors.