COLOR #4B6158

HEX: #4B6158
RGB: (75,97,88)

Color info

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

RGB color model

#4B6158 color RGB value is (75,97,88).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 88 of 255 = 35%

75
97
88

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

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 88 = 260 (100%)
R 75 of 260 ~ 28.85%
G 97 of 260 ~ 37.31%
B 88 of 260 ~ 33.85%

%28.85
%37.31
%33.85

CMYK color model

#4B6158 color CMYK value is (23,0,9,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(23,0,9,62)
C23M0Y9K62 
(23%,0%,9%,62%)
(0.23/0.00/0.09/0.62)	

CMYK percentages

%22.68
%0
%9.28
%61.96

Codes

Color #4B6158 in popluar color models

4B6158
RGB759788
HSL155°12.79%33.73%
HSB/HSV155°22.68%38.04%
CMYK22.68%0.00%9.28%
61.96%

Color #4B6158 in popluar number systems.

HEX4B6158
Decimal759788
Binary100101111000011011000
Octal113141130

Shades and tints

Shades of #4B6158

#4B6158
(75,97,88)
#455950
(69,89,80)
#3F5148
(63,81,72)
#394940
(57,73,64)
#334138
(51,65,56)
#2D3930
(45,57,48)
#273128
(39,49,40)
#212920
(33,41,32)
#1B2118
(27,33,24)
#151910
(21,25,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #4B6158

#4B6158
(75,97,88)
#5B6F67
(91,111,103)
#6B7D76
(107,125,118)
#7B8B85
(123,139,133)
#8B9994
(139,153,148)
#9BA7A3
(155,167,163)
#ABB5B2
(171,181,178)
#BBC3C1
(187,195,193)
#CBD1D0
(203,209,208)
#DBDFDF
(219,223,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6158; }

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

This text font color is #4B6158.


Background Color

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

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

This div background color is #4B6158.


Border color

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

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

This div border color is #4B6158.


Opacity

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

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

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

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

This text has shadow with #4B6158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6158 on black background.


Color preview on white background

This text has color #4B6158 on white background.



Black color preview on #4B6158 background

This text has black color on #4B6158 background.


White color preview on #4B6158 background

This text has white color on #4B6158 background.