COLOR #4B635F

HEX: #4B635F RGB: (75,99,95)

Color info

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

RGB color model

#4B635F color RGB value is (75,99,95).

RGB: (75,99,95) (29%, 39%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 95 of 255 = 37%

75
99
95

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

Portions of RGB colors in percentages

R + G + B = 75 + 99 + 95 = 269 (100%)
R 75 of 269 ~ 27.88%
G 99 of 269 ~ 36.8%
B 95 of 269 ~ 35.32'%

%27.88
%36.8
%35.32

CMYK color model

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

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

CMYK: (24,0,4,61)
C24M0Y4K61 (24%, 0%, 4%, 61%)
(0.24 / 0.00 / 0.04 / 0.61)

CMYK percentages

%24.24
%0
%4.04
%61.18

Codes

Color #4B635F in popluar color models

4B 63 5F
RGB 75 99 95
HSL 170° 13.79% 34.12%
HSB/HSV 170° 24.24% 38.82%
CMYK 24.24% 0.00% 4.04%
61.18%

Color #4B635F in popluar number systems.

HEX 4B 63 5F
Decimal 75 99 95
Binary 1001011 1100011 1011111
Octal 113 143 137

Shades and tints

Shades of #4B635F

#4B635F
(75,99,95)
#455A57
(69,90,87)
#3F514F
(63,81,79)
#394847
(57,72,71)
#333F3F
(51,63,63)
#2D3637
(45,54,55)
#272D2F
(39,45,47)
#212427
(33,36,39)
#1B1B1F
(27,27,31)
#151217
(21,18,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #4B635F

#4B635F
(75,99,95)
#5B716D
(91,113,109)
#6B7F7B
(107,127,123)
#7B8D89
(123,141,137)
#8B9B97
(139,155,151)
#9BA9A5
(155,169,165)
#ABB7B3
(171,183,179)
#BBC5C1
(187,197,193)
#CBD3CF
(203,211,207)
#DBE1DD
(219,225,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B635F; }

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

This text font color is #4B635F.

Background Color

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

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

This div background color is #4B635F.

Border color

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

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

This div border color is #4B635F.

Opacity

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

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

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

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

This text has shadow with #4B635F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B635F.

Preview

Color preview on black background

This text has color #4B635F on black background.


Color preview on white background

This text has color #4B635F on white background.


Black color preview on #4B635F background

This text has black color on #4B635F background.


White color preview on #4B635F background

This text has white color on #4B635F background.


Related colors

Complementary color

Complementary color for #hex is #B49CA0.


I love getcolorcode.com

Triadic colors

1 #5F4B63 and #635F4B with #4B635F are triadic colors.

2 #5F634B and #634B5F with #4B635F are triadic colors.