COLOR #4B635B

HEX: #4B635B RGB: (75,99,91)

Color info

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

RGB color model

#4B635B color RGB value is (75,99,91).

RGB: (75,99,91) (29%, 39%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 91 of 255 = 36%

75
99
91

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

Portions of RGB colors in percentages

R + G + B = 75 + 99 + 91 = 265 (100%)
R 75 of 265 ~ 28.3%
G 99 of 265 ~ 37.36%
B 91 of 265 ~ 34.34'%

%28.3
%37.36
%34.34

CMYK color model

#4B635B color CMYK value is (24,0,8,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 61.18%

CMYK: (24,0,8,61)
C24M0Y8K61 (24%, 0%, 8%, 61%)
(0.24 / 0.00 / 0.08 / 0.61)

CMYK percentages

%24.24
%0
%8.08
%61.18

Codes

Color #4B635B in popluar color models

4B 63 5B
RGB 75 99 91
HSL 160° 13.79% 34.12%
HSB/HSV 160° 24.24% 38.82%
CMYK 24.24% 0.00% 8.08%
61.18%

Color #4B635B in popluar number systems.

HEX 4B 63 5B
Decimal 75 99 91
Binary 1001011 1100011 1011011
Octal 113 143 133

Shades and tints

Shades of #4B635B

#4B635B
(75,99,91)
#455A53
(69,90,83)
#3F514B
(63,81,75)
#394843
(57,72,67)
#333F3B
(51,63,59)
#2D3633
(45,54,51)
#272D2B
(39,45,43)
#212423
(33,36,35)
#1B1B1B
(27,27,27)
#151213
(21,18,19)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B635B

#4B635B
(75,99,91)
#5B7169
(91,113,105)
#6B7F77
(107,127,119)
#7B8D85
(123,141,133)
#8B9B93
(139,155,147)
#9BA9A1
(155,169,161)
#ABB7AF
(171,183,175)
#BBC5BD
(187,197,189)
#CBD3CB
(203,211,203)
#DBE1D9
(219,225,217)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B635B color. Also use rgb(75,99,91) instead hex code.

Text Font Color

.myTextColor { color: #4B635B; }

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

This text font color is #4B635B.

Background Color

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

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

This div background color is #4B635B.

Border color

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

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

This div border color is #4B635B.

Opacity

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

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

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

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

This text has shadow with #4B635B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B635B.

Preview

Color preview on black background

This text has color #4B635B on black background.


Color preview on white background

This text has color #4B635B on white background.


Black color preview on #4B635B background

This text has black color on #4B635B background.


White color preview on #4B635B background

This text has white color on #4B635B background.


Related colors

Complementary color

Complementary color for #hex is #B49CA4.


I love getcolorcode.com

Triadic colors

1 #5B4B63 and #635B4B with #4B635B are triadic colors.

2 #5B634B and #634B5B with #4B635B are triadic colors.