COLOR #4B6367

HEX: #4B6367
RGB: (75,99,103)

Color info

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

RGB color model

#4B6367 color RGB value is (75,99,103).

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

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 103 of 255 = 40%

75
99
103

R + G + B ~ 36%. #4B6367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 103 = 277 (100%)
R 75 of 277 ~ 27.08%
G 99 of 277 ~ 35.74%
B 103 of 277 ~ 37.18%

%27.08
%35.74
%37.18

CMYK color model

#4B6367 color CMYK value is (27,4,0,60).

  • cyan value is 27.18%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(27,4,0,60)
C27M4Y0K60 
(27%,4%,0%,60%)
(0.27/0.04/0.00/0.60)	

CMYK percentages

%27.18
%3.88
%0
%59.61

Codes

Color #4B6367 in popluar color models

4B6367
RGB7599103
HSL189°15.73%34.90%
HSB/HSV189°27.18%40.39%
CMYK27.18%3.88%0.00%
59.61%

Color #4B6367 in popluar number systems.

HEX4B6367
Decimal7599103
Binary100101111000111100111
Octal113143147

Shades and tints

Shades of #4B6367

#4B6367
(75,99,103)
#455A5E
(69,90,94)
#3F5155
(63,81,85)
#39484C
(57,72,76)
#333F43
(51,63,67)
#2D363A
(45,54,58)
#272D31
(39,45,49)
#212428
(33,36,40)
#1B1B1F
(27,27,31)
#151216
(21,18,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #4B6367

#4B6367
(75,99,103)
#5B7174
(91,113,116)
#6B7F81
(107,127,129)
#7B8D8E
(123,141,142)
#8B9B9B
(139,155,155)
#9BA9A8
(155,169,168)
#ABB7B5
(171,183,181)
#BBC5C2
(187,197,194)
#CBD3CF
(203,211,207)
#DBE1DC
(219,225,220)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6367; }

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

This text font color is #4B6367.


Background Color

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

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

This div background color is #4B6367.


Border color

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

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

This div border color is #4B6367.


Opacity

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

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

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

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

This text has shadow with #4B6367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6367 on black background.


Color preview on white background

This text has color #4B6367 on white background.



Black color preview on #4B6367 background

This text has black color on #4B6367 background.


White color preview on #4B6367 background

This text has white color on #4B6367 background.