COLOR #4B6356

HEX: #4B6356
RGB: (75,99,86)

Color info

#4B6356 contains red, green and blue colors in about the same proportion. Web safe color of #4B6356 is #336666 (or #366).

RGB color model

#4B6356 color RGB value is (75,99,86).

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

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 86 of 255 = 34%

75
99
86

R + G + B ~ 34%. #4B6356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 86 = 260 (100%)
R 75 of 260 ~ 28.85%
G 99 of 260 ~ 38.08%
B 86 of 260 ~ 33.08%

%28.85
%38.08
%33.08

CMYK color model

#4B6356 color CMYK value is (24,0,13,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(24,0,13,61)
C24M0Y13K61 
(24%,0%,13%,61%)
(0.24/0.00/0.13/0.61)	

CMYK percentages

%24.24
%0
%13.13
%61.18

Codes

Color #4B6356 in popluar color models

4B6356
RGB759986
HSL148°13.79%34.12%
HSB/HSV148°24.24%38.82%
CMYK24.24%0.00%13.13%
61.18%

Color #4B6356 in popluar number systems.

HEX4B6356
Decimal759986
Binary100101111000111010110
Octal113143126

Shades and tints

Shades of #4B6356

#4B6356
(75,99,86)
#455A4F
(69,90,79)
#3F5148
(63,81,72)
#394841
(57,72,65)
#333F3A
(51,63,58)
#2D3633
(45,54,51)
#272D2C
(39,45,44)
#212425
(33,36,37)
#1B1B1E
(27,27,30)
#151217
(21,18,23)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #4B6356

#4B6356
(75,99,86)
#5B7165
(91,113,101)
#6B7F74
(107,127,116)
#7B8D83
(123,141,131)
#8B9B92
(139,155,146)
#9BA9A1
(155,169,161)
#ABB7B0
(171,183,176)
#BBC5BF
(187,197,191)
#CBD3CE
(203,211,206)
#DBE1DD
(219,225,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6356; }

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

This text font color is #4B6356.


Background Color

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

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

This div background color is #4B6356.


Border color

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

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

This div border color is #4B6356.


Opacity

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

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

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

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

This text has shadow with #4B6356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6356 on black background.


Color preview on white background

This text has color #4B6356 on white background.



Black color preview on #4B6356 background

This text has black color on #4B6356 background.


White color preview on #4B6356 background

This text has white color on #4B6356 background.