COLOR #4B675D

HEX: #4B675D
RGB: (75,103,93)

Color info

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

RGB color model

#4B675D color RGB value is (75,103,93).

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

RGB channels and saturation

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

75
103
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 103 + 93 = 271 (100%)
R 75 of 271 ~ 27.68%
G 103 of 271 ~ 38.01%
B 93 of 271 ~ 34.32%

%27.68
%38.01
%34.32

CMYK color model

#4B675D color CMYK value is (27,0,10,60).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%
CMYK:
(27,0,10,60)
C27M0Y10K60 
(27%,0%,10%,60%)
(0.27/0.00/0.10/0.60)	

CMYK percentages

%27.18
%0
%9.71
%59.61

Codes

Color #4B675D in popluar color models

4B675D
RGB7510393
HSL159°15.73%34.90%
HSB/HSV159°27.18%40.39%
CMYK27.18%0.00%9.71%
59.61%

Color #4B675D in popluar number systems.

HEX4B675D
Decimal7510393
Binary100101111001111011101
Octal113147135

Shades and tints

Shades of #4B675D

#4B675D
(75,103,93)
#455E55
(69,94,85)
#3F554D
(63,85,77)
#394C45
(57,76,69)
#33433D
(51,67,61)
#2D3A35
(45,58,53)
#27312D
(39,49,45)
#212825
(33,40,37)
#1B1F1D
(27,31,29)
#151615
(21,22,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B675D

#4B675D
(75,103,93)
#5B746B
(91,116,107)
#6B8179
(107,129,121)
#7B8E87
(123,142,135)
#8B9B95
(139,155,149)
#9BA8A3
(155,168,163)
#ABB5B1
(171,181,177)
#BBC2BF
(187,194,191)
#CBCFCD
(203,207,205)
#DBDCDB
(219,220,219)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B675D; }

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

This text font color is #4B675D.


Background Color

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

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

This div background color is #4B675D.


Border color

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

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

This div border color is #4B675D.


Opacity

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

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

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

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

This text has shadow with #4B675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B675D on black background.


Color preview on white background

This text has color #4B675D on white background.



Black color preview on #4B675D background

This text has black color on #4B675D background.


White color preview on #4B675D background

This text has white color on #4B675D background.