COLOR #4B675F

HEX: #4B675F RGB: (75,103,95)

Color info

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

RGB color model

#4B675F color RGB value is (75,103,95).

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

RGB channels and saturation

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

75
103
95

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

Portions of RGB colors in percentages

R + G + B = 75 + 103 + 95 = 273 (100%)
R 75 of 273 ~ 27.47%
G 103 of 273 ~ 37.73%
B 95 of 273 ~ 34.8'%

%27.47
%37.73
%34.8

CMYK color model

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

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 59.61%
CMYK: (27,0,8,60) C27M0Y8K60 (27%,0%,8%,60%) (0.27/0.00/0.08/0.60) 

CMYK percentages

%27.18
%0
%7.77
%59.61

Codes

Color #4B675F in popluar color models

4B 67 5F
RGB 75 103 95
HSL 163° 15.73% 34.90%
HSB/HSV 163° 27.18% 40.39%
CMYK 27.18% 0.00% 7.77%
59.61%

Color #4B675F in popluar number systems.

HEX 4B 67 5F
Decimal 75 103 95
Binary 1001011 1100111 1011111
Octal 113 147 137

Shades and tints

Shades of #4B675F

#4B675F
(75,103,95)
#455E57
(69,94,87)
#3F554F
(63,85,79)
#394C47
(57,76,71)
#33433F
(51,67,63)
#2D3A37
(45,58,55)
#27312F
(39,49,47)
#212827
(33,40,39)
#1B1F1F
(27,31,31)
#151617
(21,22,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #4B675F

#4B675F
(75,103,95)
#5B746D
(91,116,109)
#6B817B
(107,129,123)
#7B8E89
(123,142,137)
#8B9B97
(139,155,151)
#9BA8A5
(155,168,165)
#ABB5B3
(171,181,179)
#BBC2C1
(187,194,193)
#CBCFCF
(203,207,207)
#DBDCDD
(219,220,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B675F; }

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

This text font color is #4B675F.

Background Color

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

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

This div background color is #4B675F.

Border color

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

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

This div border color is #4B675F.

Opacity

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

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

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

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

This text has shadow with #4B675F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B675F.

Preview

Color preview on black background

This text has color #4B675F on black background.


Color preview on white background

This text has color #4B675F on white background.


Black color preview on #4B675F background

This text has black color on #4B675F background.


White color preview on #4B675F background

This text has white color on #4B675F background.


Related colors

Complementary color

Complementary color for #hex is #B498A0.


I love getcolorcode.com

Triadic colors

1 #5F4B67 and #675F4B with #4B675F are triadic colors.

2 #5F674B and #674B5F with #4B675F are triadic colors.