COLOR #4B6B32

HEX: #4B6B32
RGB: (75,107,50)

Color info

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

RGB color model

#4B6B32 color RGB value is (75,107,50).

  • red value is 75;
  • green value is 107;
  • blue value is 50.
RGB:
(75,107,50)
(29%,42%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 107 of 255 = 42%
B 50 of 255 = 20%

75
107
50

R + G + B ~ 30%. #4B6B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 107 + 50 = 232 (100%)
R 75 of 232 ~ 32.33%
G 107 of 232 ~ 46.12%
B 50 of 232 ~ 21.55%

%32.33
%46.12
%21.55

CMYK color model

#4B6B32 color CMYK value is (30,0,53,58).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 53.27%
  • key color value is 58.04%
CMYK:
(30,0,53,58)
C30M0Y53K58 
(30%,0%,53%,58%)
(0.30/0.00/0.53/0.58)	

CMYK percentages

%29.91
%0
%53.27
%58.04

Codes

Color #4B6B32 in popluar color models

4B6B32
RGB7510750
HSL94°36.31%30.78%
HSB/HSV94°53.27%41.96%
CMYK29.91%0.00%53.27%
58.04%

Color #4B6B32 in popluar number systems.

HEX4B6B32
Decimal7510750
Binary10010111101011110010
Octal11315362

Shades and tints

Shades of #4B6B32

#4B6B32
(75,107,50)
#45622E
(69,98,46)
#3F592A
(63,89,42)
#395026
(57,80,38)
#334722
(51,71,34)
#2D3E1E
(45,62,30)
#27351A
(39,53,26)
#212C16
(33,44,22)
#1B2312
(27,35,18)
#151A0E
(21,26,14)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #4B6B32

#4B6B32
(75,107,50)
#5B7844
(91,120,68)
#6B8556
(107,133,86)
#7B9268
(123,146,104)
#8B9F7A
(139,159,122)
#9BAC8C
(155,172,140)
#ABB99E
(171,185,158)
#BBC6B0
(187,198,176)
#CBD3C2
(203,211,194)
#DBE0D4
(219,224,212)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6B32 color. Also use rgb(75,107,50) instead hex code.

Text Font Color

.myTextColor { color: #4B6B32; }

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

This text font color is #4B6B32.


Background Color

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

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

This div background color is #4B6B32.


Border color

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

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

This div border color is #4B6B32.


Opacity

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

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

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

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

This text has shadow with #4B6B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6B32 on black background.


Color preview on white background

This text has color #4B6B32 on white background.



Black color preview on #4B6B32 background

This text has black color on #4B6B32 background.


White color preview on #4B6B32 background

This text has white color on #4B6B32 background.