COLOR #4B6157

HEX: #4B6157
RGB: (75,97,87)

Color info

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

RGB color model

#4B6157 color RGB value is (75,97,87).

  • red value is 75;
  • green value is 97;
  • blue value is 87.
RGB:
(75,97,87)
(29%,38%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 87 of 255 = 34%

75
97
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 87 = 259 (100%)
R 75 of 259 ~ 28.96%
G 97 of 259 ~ 37.45%
B 87 of 259 ~ 33.59%

%28.96
%37.45
%33.59

CMYK color model

#4B6157 color CMYK value is (23,0,10,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(23,0,10,62)
C23M0Y10K62 
(23%,0%,10%,62%)
(0.23/0.00/0.10/0.62)	

CMYK percentages

%22.68
%0
%10.31
%61.96

Codes

Color #4B6157 in popluar color models

4B6157
RGB759787
HSL153°12.79%33.73%
HSB/HSV153°22.68%38.04%
CMYK22.68%0.00%10.31%
61.96%

Color #4B6157 in popluar number systems.

HEX4B6157
Decimal759787
Binary100101111000011010111
Octal113141127

Shades and tints

Shades of #4B6157

#4B6157
(75,97,87)
#455950
(69,89,80)
#3F5149
(63,81,73)
#394942
(57,73,66)
#33413B
(51,65,59)
#2D3934
(45,57,52)
#27312D
(39,49,45)
#212926
(33,41,38)
#1B211F
(27,33,31)
#151918
(21,25,24)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B6157

#4B6157
(75,97,87)
#5B6F66
(91,111,102)
#6B7D75
(107,125,117)
#7B8B84
(123,139,132)
#8B9993
(139,153,147)
#9BA7A2
(155,167,162)
#ABB5B1
(171,181,177)
#BBC3C0
(187,195,192)
#CBD1CF
(203,209,207)
#DBDFDE
(219,223,222)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6157 color. Also use rgb(75,97,87) instead hex code.

Text Font Color

.myTextColor { color: #4B6157; }

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

This text font color is #4B6157.


Background Color

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

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

This div background color is #4B6157.


Border color

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

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

This div border color is #4B6157.


Opacity

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

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

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

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

This text has shadow with #4B6157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6157 on black background.


Color preview on white background

This text has color #4B6157 on white background.



Black color preview on #4B6157 background

This text has black color on #4B6157 background.


White color preview on #4B6157 background

This text has white color on #4B6157 background.