COLOR #4B6E44

HEX: #4B6E44
RGB: (75,110,68)

Color info

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

RGB color model

#4B6E44 color RGB value is (75,110,68).

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

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 68 of 255 = 27%

75
110
68

R + G + B ~ 33%. #4B6E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 68 = 253 (100%)
R 75 of 253 ~ 29.64%
G 110 of 253 ~ 43.48%
B 68 of 253 ~ 26.88%

%29.64
%43.48
%26.88

CMYK color model

#4B6E44 color CMYK value is (32,0,38,57).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 56.86%
CMYK:
(32,0,38,57)
C32M0Y38K57 
(32%,0%,38%,57%)
(0.32/0.00/0.38/0.57)	

CMYK percentages

%31.82
%0
%38.18
%56.86

Codes

Color #4B6E44 in popluar color models

4B6E44
RGB7511068
HSL110°23.60%34.90%
HSB/HSV110°38.18%43.14%
CMYK31.82%0.00%38.18%
56.86%

Color #4B6E44 in popluar number systems.

HEX4B6E44
Decimal7511068
Binary100101111011101000100
Octal113156104

Shades and tints

Shades of #4B6E44

#4B6E44
(75,110,68)
#45643E
(69,100,62)
#3F5A38
(63,90,56)
#395032
(57,80,50)
#33462C
(51,70,44)
#2D3C26
(45,60,38)
#273220
(39,50,32)
#21281A
(33,40,26)
#1B1E14
(27,30,20)
#15140E
(21,20,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B6E44

#4B6E44
(75,110,68)
#5B7B55
(91,123,85)
#6B8866
(107,136,102)
#7B9577
(123,149,119)
#8BA288
(139,162,136)
#9BAF99
(155,175,153)
#ABBCAA
(171,188,170)
#BBC9BB
(187,201,187)
#CBD6CC
(203,214,204)
#DBE3DD
(219,227,221)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6E44; }

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

This text font color is #4B6E44.


Background Color

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

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

This div background color is #4B6E44.


Border color

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

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

This div border color is #4B6E44.


Opacity

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

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

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

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

This text has shadow with #4B6E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E44 on black background.


Color preview on white background

This text has color #4B6E44 on white background.



Black color preview on #4B6E44 background

This text has black color on #4B6E44 background.


White color preview on #4B6E44 background

This text has white color on #4B6E44 background.