COLOR #4B635D

HEX: #4B635D
RGB: (75,99,93)

Color info

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

RGB color model

#4B635D color RGB value is (75,99,93).

  • red value is 75;
  • green value is 99;
  • blue value is 93.
RGB:
(75,99,93)
(29%,39%,36%)

RGB channels and saturation

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

75
99
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 93 = 267 (100%)
R 75 of 267 ~ 28.09%
G 99 of 267 ~ 37.08%
B 93 of 267 ~ 34.83%

%28.09
%37.08
%34.83

CMYK color model

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

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(24,0,6,61)
C24M0Y6K61 
(24%,0%,6%,61%)
(0.24/0.00/0.06/0.61)	

CMYK percentages

%24.24
%0
%6.06
%61.18

Codes

Color #4B635D in popluar color models

4B635D
RGB759993
HSL165°13.79%34.12%
HSB/HSV165°24.24%38.82%
CMYK24.24%0.00%6.06%
61.18%

Color #4B635D in popluar number systems.

HEX4B635D
Decimal759993
Binary100101111000111011101
Octal113143135

Shades and tints

Shades of #4B635D

#4B635D
(75,99,93)
#455A55
(69,90,85)
#3F514D
(63,81,77)
#394845
(57,72,69)
#333F3D
(51,63,61)
#2D3635
(45,54,53)
#272D2D
(39,45,45)
#212425
(33,36,37)
#1B1B1D
(27,27,29)
#151215
(21,18,21)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #4B635D

#4B635D
(75,99,93)
#5B716B
(91,113,107)
#6B7F79
(107,127,121)
#7B8D87
(123,141,135)
#8B9B95
(139,155,149)
#9BA9A3
(155,169,163)
#ABB7B1
(171,183,177)
#BBC5BF
(187,197,191)
#CBD3CD
(203,211,205)
#DBE1DB
(219,225,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B635D; }

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

This text font color is #4B635D.


Background Color

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

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

This div background color is #4B635D.


Border color

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

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

This div border color is #4B635D.


Opacity

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

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

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

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

This text has shadow with #4B635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B635D on black background.


Color preview on white background

This text has color #4B635D on white background.



Black color preview on #4B635D background

This text has black color on #4B635D background.


White color preview on #4B635D background

This text has white color on #4B635D background.