COLOR #4B6644

HEX: #4B6644
RGB: (75,102,68)

Color info

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

RGB color model

#4B6644 color RGB value is (75,102,68).

  • red value is 75;
  • green value is 102;
  • blue value is 68.
RGB:
(75,102,68)
(29%,40%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 68 of 255 = 27%

75
102
68

R + G + B ~ 32%. #4B6644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 68 = 245 (100%)
R 75 of 245 ~ 30.61%
G 102 of 245 ~ 41.63%
B 68 of 245 ~ 27.76%

%30.61
%41.63
%27.76

CMYK color model

#4B6644 color CMYK value is (26,0,33,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 60.00%
CMYK:
(26,0,33,60)
C26M0Y33K60 
(26%,0%,33%,60%)
(0.26/0.00/0.33/0.60)	

CMYK percentages

%26.47
%0
%33.33
%60

Codes

Color #4B6644 in popluar color models

4B6644
RGB7510268
HSL108°20.00%33.33%
HSB/HSV108°33.33%40.00%
CMYK26.47%0.00%33.33%
60.00%

Color #4B6644 in popluar number systems.

HEX4B6644
Decimal7510268
Binary100101111001101000100
Octal113146104

Shades and tints

Shades of #4B6644

#4B6644
(75,102,68)
#455D3E
(69,93,62)
#3F5438
(63,84,56)
#394B32
(57,75,50)
#33422C
(51,66,44)
#2D3926
(45,57,38)
#273020
(39,48,32)
#21271A
(33,39,26)
#1B1E14
(27,30,20)
#15150E
(21,21,14)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B6644

#4B6644
(75,102,68)
#5B7355
(91,115,85)
#6B8066
(107,128,102)
#7B8D77
(123,141,119)
#8B9A88
(139,154,136)
#9BA799
(155,167,153)
#ABB4AA
(171,180,170)
#BBC1BB
(187,193,187)
#CBCECC
(203,206,204)
#DBDBDD
(219,219,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6644 color. Also use rgb(75,102,68) instead hex code.

Text Font Color

.myTextColor { color: #4B6644; }

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

This text font color is #4B6644.


Background Color

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

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

This div background color is #4B6644.


Border color

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

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

This div border color is #4B6644.


Opacity

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

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

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

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

This text has shadow with #4B6644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6644 on black background.


Color preview on white background

This text has color #4B6644 on white background.



Black color preview on #4B6644 background

This text has black color on #4B6644 background.


White color preview on #4B6644 background

This text has white color on #4B6644 background.