COLOR #4B5637

HEX: #4B5637 RGB: (75,86,55)

Color info

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

RGB color model

#4B5637 color RGB value is (75,86,55).

RGB: (75,86,55) (29%, 34%, 22%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 55 of 255 = 22%

75
86
55

R + G + B ~ 28%. #4B5637 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 86 + 55 = 216 (100%)
R 75 of 216 ~ 34.72%
G 86 of 216 ~ 39.81%
B 55 of 216 ~ 25.46'%

%34.72
%39.81
%25.46

CMYK color model

#4B5637 color CMYK value is (13,0,36,66).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 66.27%
CMYK: (13,0,36,66) C13M0Y36K66 (13%,0%,36%,66%) (0.13/0.00/0.36/0.66) 

CMYK percentages

%12.79
%0
%36.05
%66.27

Codes

Color #4B5637 in popluar color models

4B 56 37
RGB 75 86 55
HSL 81° 21.99% 27.65%
HSB/HSV 81° 36.05% 33.73%
CMYK 12.79% 0.00% 36.05%
66.27%

Color #4B5637 in popluar number systems.

HEX 4B 56 37
Decimal 75 86 55
Binary 1001011 1010110 110111
Octal 113 126 67

Shades and tints

Shades of #4B5637

#4B5637
(75,86,55)
#454F32
(69,79,50)
#3F482D
(63,72,45)
#394128
(57,65,40)
#333A23
(51,58,35)
#2D331E
(45,51,30)
#272C19
(39,44,25)
#212514
(33,37,20)
#1B1E0F
(27,30,15)
#15170A
(21,23,10)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #4B5637

#4B5637
(75,86,55)
#5B6549
(91,101,73)
#6B745B
(107,116,91)
#7B836D
(123,131,109)
#8B927F
(139,146,127)
#9BA191
(155,161,145)
#ABB0A3
(171,176,163)
#BBBFB5
(187,191,181)
#CBCEC7
(203,206,199)
#DBDDD9
(219,221,217)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5637; }

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

This text font color is #4B5637.

Background Color

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

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

This div background color is #4B5637.

Border color

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

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

This div border color is #4B5637.

Opacity

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

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

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

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

This text has shadow with #4B5637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5637.

Preview

Color preview on black background

This text has color #4B5637 on black background.


Color preview on white background

This text has color #4B5637 on white background.


Black color preview on #4B5637 background

This text has black color on #4B5637 background.


White color preview on #4B5637 background

This text has white color on #4B5637 background.


Related colors

Complementary color

Complementary color for #hex is #B4A9C8.


I love getcolorcode.com

Triadic colors

1 #374B56 and #56374B with #4B5637 are triadic colors.

2 #37564B and #564B37 with #4B5637 are triadic colors.