COLOR #4B6665

HEX: #4B6665
RGB: (75,102,101)

Color info

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

RGB color model

#4B6665 color RGB value is (75,102,101).

  • red value is 75;
  • green value is 102;
  • blue value is 101.
RGB:
(75,102,101)
(29%,40%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 101 of 255 = 40%

75
102
101

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

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 101 = 278 (100%)
R 75 of 278 ~ 26.98%
G 102 of 278 ~ 36.69%
B 101 of 278 ~ 36.33%

%26.98
%36.69
%36.33

CMYK color model

#4B6665 color CMYK value is (26,0,1,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(26,0,1,60)
C26M0Y1K60 
(26%,0%,1%,60%)
(0.26/0.00/0.01/0.60)	

CMYK percentages

%26.47
%0
%0.98
%60

Codes

Color #4B6665 in popluar color models

4B6665
RGB75102101
HSL178°15.25%34.71%
HSB/HSV178°26.47%40.00%
CMYK26.47%0.00%0.98%
60.00%

Color #4B6665 in popluar number systems.

HEX4B6665
Decimal75102101
Binary100101111001101100101
Octal113146145

Shades and tints

Shades of #4B6665

#4B6665
(75,102,101)
#455D5C
(69,93,92)
#3F5453
(63,84,83)
#394B4A
(57,75,74)
#334241
(51,66,65)
#2D3938
(45,57,56)
#27302F
(39,48,47)
#212726
(33,39,38)
#1B1E1D
(27,30,29)
#151514
(21,21,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B6665

#4B6665
(75,102,101)
#5B7373
(91,115,115)
#6B8081
(107,128,129)
#7B8D8F
(123,141,143)
#8B9A9D
(139,154,157)
#9BA7AB
(155,167,171)
#ABB4B9
(171,180,185)
#BBC1C7
(187,193,199)
#CBCED5
(203,206,213)
#DBDBE3
(219,219,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6665 color. Also use rgb(75,102,101) instead hex code.

Text Font Color

.myTextColor { color: #4B6665; }

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

This text font color is #4B6665.


Background Color

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

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

This div background color is #4B6665.


Border color

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

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

This div border color is #4B6665.


Opacity

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

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

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

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

This text has shadow with #4B6665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6665 on black background.


Color preview on white background

This text has color #4B6665 on white background.



Black color preview on #4B6665 background

This text has black color on #4B6665 background.


White color preview on #4B6665 background

This text has white color on #4B6665 background.