COLOR #4B6E37

HEX: #4B6E37
RGB: (75,110,55)

Color info

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

RGB color model

#4B6E37 color RGB value is (75,110,55).

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

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 55 of 255 = 22%

75
110
55

R + G + B ~ 31%. #4B6E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 55 = 240 (100%)
R 75 of 240 ~ 31.25%
G 110 of 240 ~ 45.83%
B 55 of 240 ~ 22.92%

%31.25
%45.83
%22.92

CMYK color model

#4B6E37 color CMYK value is (32,0,50,57).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(32,0,50,57)
C32M0Y50K57 
(32%,0%,50%,57%)
(0.32/0.00/0.50/0.57)	

CMYK percentages

%31.82
%0
%50
%56.86

Codes

Color #4B6E37 in popluar color models

4B6E37
RGB7511055
HSL98°33.33%32.35%
HSB/HSV98°50.00%43.14%
CMYK31.82%0.00%50.00%
56.86%

Color #4B6E37 in popluar number systems.

HEX4B6E37
Decimal7511055
Binary10010111101110110111
Octal11315667

Shades and tints

Shades of #4B6E37

#4B6E37
(75,110,55)
#456432
(69,100,50)
#3F5A2D
(63,90,45)
#395028
(57,80,40)
#334623
(51,70,35)
#2D3C1E
(45,60,30)
#273219
(39,50,25)
#212814
(33,40,20)
#1B1E0F
(27,30,15)
#15140A
(21,20,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #4B6E37

#4B6E37
(75,110,55)
#5B7B49
(91,123,73)
#6B885B
(107,136,91)
#7B956D
(123,149,109)
#8BA27F
(139,162,127)
#9BAF91
(155,175,145)
#ABBCA3
(171,188,163)
#BBC9B5
(187,201,181)
#CBD6C7
(203,214,199)
#DBE3D9
(219,227,217)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6E37; }

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

This text font color is #4B6E37.


Background Color

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

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

This div background color is #4B6E37.


Border color

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

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

This div border color is #4B6E37.


Opacity

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

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

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

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

This text has shadow with #4B6E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E37 on black background.


Color preview on white background

This text has color #4B6E37 on white background.



Black color preview on #4B6E37 background

This text has black color on #4B6E37 background.


White color preview on #4B6E37 background

This text has white color on #4B6E37 background.