COLOR #4B6320

HEX: #4B6320
RGB: (75,99,32)

Color info

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

RGB color model

#4B6320 color RGB value is (75,99,32).

  • red value is 75;
  • green value is 99;
  • blue value is 32.
RGB:
(75,99,32)
(29%,39%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 32 of 255 = 13%

75
99
32

R + G + B ~ 27%. #4B6320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 32 = 206 (100%)
R 75 of 206 ~ 36.41%
G 99 of 206 ~ 48.06%
B 32 of 206 ~ 15.53%

%36.41
%48.06
%15.53

CMYK color model

#4B6320 color CMYK value is (24,0,68,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 67.68%
  • key color value is 61.18%
CMYK:
(24,0,68,61)
C24M0Y68K61 
(24%,0%,68%,61%)
(0.24/0.00/0.68/0.61)	

CMYK percentages

%24.24
%0
%67.68
%61.18

Codes

Color #4B6320 in popluar color models

4B6320
RGB759932
HSL81°51.15%25.69%
HSB/HSV81°67.68%38.82%
CMYK24.24%0.00%67.68%
61.18%

Color #4B6320 in popluar number systems.

HEX4B6320
Decimal759932
Binary10010111100011100000
Octal11314340

Shades and tints

Shades of #4B6320

#4B6320
(75,99,32)
#455A1E
(69,90,30)
#3F511C
(63,81,28)
#39481A
(57,72,26)
#333F18
(51,63,24)
#2D3616
(45,54,22)
#272D14
(39,45,20)
#212412
(33,36,18)
#1B1B10
(27,27,16)
#15120E
(21,18,14)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B6320

#4B6320
(75,99,32)
#5B7134
(91,113,52)
#6B7F48
(107,127,72)
#7B8D5C
(123,141,92)
#8B9B70
(139,155,112)
#9BA984
(155,169,132)
#ABB798
(171,183,152)
#BBC5AC
(187,197,172)
#CBD3C0
(203,211,192)
#DBE1D4
(219,225,212)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6320 color. Also use rgb(75,99,32) instead hex code.

Text Font Color

.myTextColor { color: #4B6320; }

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

This text font color is #4B6320.


Background Color

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

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

This div background color is #4B6320.


Border color

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

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

This div border color is #4B6320.


Opacity

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

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

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

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

This text has shadow with #4B6320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6320 on black background.


Color preview on white background

This text has color #4B6320 on white background.



Black color preview on #4B6320 background

This text has black color on #4B6320 background.


White color preview on #4B6320 background

This text has white color on #4B6320 background.