COLOR #4B655F

HEX: #4B655F RGB: (75,101,95)

Color info

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

RGB color model

#4B655F color RGB value is (75,101,95).

RGB: (75,101,95) (29%, 40%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 95 of 255 = 37%

75
101
95

R + G + B ~ 35%. #4B655F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 101 + 95 = 271 (100%)
R 75 of 271 ~ 27.68%
G 101 of 271 ~ 37.27%
B 95 of 271 ~ 35.06'%

%27.68
%37.27
%35.06

CMYK color model

#4B655F color CMYK value is (26,0,6,60).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK: (26,0,6,60) C26M0Y6K60 (26%,0%,6%,60%) (0.26/0.00/0.06/0.60) 

CMYK percentages

%25.74
%0
%5.94
%60.39

Codes

Color #4B655F in popluar color models

4B 65 5F
RGB 75 101 95
HSL 166° 14.77% 34.51%
HSB/HSV 166° 25.74% 39.61%
CMYK 25.74% 0.00% 5.94%
60.39%

Color #4B655F in popluar number systems.

HEX 4B 65 5F
Decimal 75 101 95
Binary 1001011 1100101 1011111
Octal 113 145 137

Shades and tints

Shades of #4B655F

#4B655F
(75,101,95)
#455C57
(69,92,87)
#3F534F
(63,83,79)
#394A47
(57,74,71)
#33413F
(51,65,63)
#2D3837
(45,56,55)
#272F2F
(39,47,47)
#212627
(33,38,39)
#1B1D1F
(27,29,31)
#151417
(21,20,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B655F

#4B655F
(75,101,95)
#5B736D
(91,115,109)
#6B817B
(107,129,123)
#7B8F89
(123,143,137)
#8B9D97
(139,157,151)
#9BABA5
(155,171,165)
#ABB9B3
(171,185,179)
#BBC7C1
(187,199,193)
#CBD5CF
(203,213,207)
#DBE3DD
(219,227,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B655F; }

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

This text font color is #4B655F.

Background Color

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

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

This div background color is #4B655F.

Border color

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

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

This div border color is #4B655F.

Opacity

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

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

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

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

This text has shadow with #4B655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B655F.

Preview

Color preview on black background

This text has color #4B655F on black background.


Color preview on white background

This text has color #4B655F on white background.


Black color preview on #4B655F background

This text has black color on #4B655F background.


White color preview on #4B655F background

This text has white color on #4B655F background.


Related colors

Complementary color

Complementary color for #hex is #B49AA0.


I love getcolorcode.com

Triadic colors

1 #5F4B65 and #655F4B with #4B655F are triadic colors.

2 #5F654B and #654B5F with #4B655F are triadic colors.