COLOR #4B675C

HEX: #4B675C RGB: (75,103,92)

Color info

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

RGB color model

#4B675C color RGB value is (75,103,92).

RGB: (75,103,92) (29%, 40%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 92 of 255 = 36%

75
103
92

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

Portions of RGB colors in percentages

R + G + B = 75 + 103 + 92 = 270 (100%)
R 75 of 270 ~ 27.78%
G 103 of 270 ~ 38.15%
B 92 of 270 ~ 34.07'%

%27.78
%38.15
%34.07

CMYK color model

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

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%

CMYK: (27,0,11,60)
C27M0Y11K60 (27%, 0%, 11%, 60%)
(0.27 / 0.00 / 0.11 / 0.60)

CMYK percentages

%27.18
%0
%10.68
%59.61

Codes

Color #4B675C in popluar color models

4B 67 5C
RGB 75 103 92
HSL 156° 15.73% 34.90%
HSB/HSV 156° 27.18% 40.39%
CMYK 27.18% 0.00% 10.68%
59.61%

Color #4B675C in popluar number systems.

HEX 4B 67 5C
Decimal 75 103 92
Binary 1001011 1100111 1011100
Octal 113 147 134

Shades and tints

Shades of #4B675C

#4B675C
(75,103,92)
#455E54
(69,94,84)
#3F554C
(63,85,76)
#394C44
(57,76,68)
#33433C
(51,67,60)
#2D3A34
(45,58,52)
#27312C
(39,49,44)
#212824
(33,40,36)
#1B1F1C
(27,31,28)
#151614
(21,22,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B675C

#4B675C
(75,103,92)
#5B746A
(91,116,106)
#6B8178
(107,129,120)
#7B8E86
(123,142,134)
#8B9B94
(139,155,148)
#9BA8A2
(155,168,162)
#ABB5B0
(171,181,176)
#BBC2BE
(187,194,190)
#CBCFCC
(203,207,204)
#DBDCDA
(219,220,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B675C; }

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

This text font color is #4B675C.

Background Color

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

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

This div background color is #4B675C.

Border color

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

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

This div border color is #4B675C.

Opacity

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

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

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

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

This text has shadow with #4B675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B675C.

Preview

Color preview on black background

This text has color #4B675C on black background.


Color preview on white background

This text has color #4B675C on white background.


Black color preview on #4B675C background

This text has black color on #4B675C background.


White color preview on #4B675C background

This text has white color on #4B675C background.


Related colors

Complementary color

Complementary color for #hex is #B498A3.


I love getcolorcode.com

Triadic colors

1 #5C4B67 and #675C4B with #4B675C are triadic colors.

2 #5C674B and #674B5C with #4B675C are triadic colors.