COLOR #4B6569

HEX: #4B6569
RGB: (75,101,105)

Color info

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

RGB color model

#4B6569 color RGB value is (75,101,105).

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

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 105 of 255 = 41%

75
101
105

R + G + B ~ 37%. #4B6569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 101 + 105 = 281 (100%)
R 75 of 281 ~ 26.69%
G 101 of 281 ~ 35.94%
B 105 of 281 ~ 37.37%

%26.69
%35.94
%37.37

CMYK color model

#4B6569 color CMYK value is (29,4,0,59).

  • cyan value is 28.57%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(29,4,0,59)
C29M4Y0K59 
(29%,4%,0%,59%)
(0.29/0.04/0.00/0.59)	

CMYK percentages

%28.57
%3.81
%0
%58.82

Codes

Color #4B6569 in popluar color models

4B6569
RGB75101105
HSL188°16.67%35.29%
HSB/HSV188°28.57%41.18%
CMYK28.57%3.81%0.00%
58.82%

Color #4B6569 in popluar number systems.

HEX4B6569
Decimal75101105
Binary100101111001011101001
Octal113145151

Shades and tints

Shades of #4B6569

#4B6569
(75,101,105)
#455C60
(69,92,96)
#3F5357
(63,83,87)
#394A4E
(57,74,78)
#334145
(51,65,69)
#2D383C
(45,56,60)
#272F33
(39,47,51)
#21262A
(33,38,42)
#1B1D21
(27,29,33)
#151418
(21,20,24)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B6569

#4B6569
(75,101,105)
#5B7376
(91,115,118)
#6B8183
(107,129,131)
#7B8F90
(123,143,144)
#8B9D9D
(139,157,157)
#9BABAA
(155,171,170)
#ABB9B7
(171,185,183)
#BBC7C4
(187,199,196)
#CBD5D1
(203,213,209)
#DBE3DE
(219,227,222)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6569; }

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

This text font color is #4B6569.


Background Color

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

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

This div background color is #4B6569.


Border color

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

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

This div border color is #4B6569.


Opacity

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

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

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

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

This text has shadow with #4B6569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6569 on black background.


Color preview on white background

This text has color #4B6569 on white background.



Black color preview on #4B6569 background

This text has black color on #4B6569 background.


White color preview on #4B6569 background

This text has white color on #4B6569 background.