COLOR #4D675A

HEX: #4D675A
RGB: (77,103,90)

Color info

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

RGB color model

#4D675A color RGB value is (77,103,90).

  • red value is 77;
  • green value is 103;
  • blue value is 90.
RGB:
(77,103,90)
(30%,40%,35%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 90 of 255 = 35%

77
103
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 90 = 270 (100%)
R 77 of 270 ~ 28.52%
G 103 of 270 ~ 38.15%
B 90 of 270 ~ 33.33%

%28.52
%38.15
%33.33

CMYK color model

#4D675A color CMYK value is (25,0,13,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(25,0,13,60)
C25M0Y13K60 
(25%,0%,13%,60%)
(0.25/0.00/0.13/0.60)	

CMYK percentages

%25.24
%0
%12.62
%59.61

Codes

Color #4D675A in popluar color models

4D675A
RGB7710390
HSL150°14.44%35.29%
HSB/HSV150°25.24%40.39%
CMYK25.24%0.00%12.62%
59.61%

Color #4D675A in popluar number systems.

HEX4D675A
Decimal7710390
Binary100110111001111011010
Octal115147132

Shades and tints

Shades of #4D675A

#4D675A
(77,103,90)
#465E52
(70,94,82)
#3F554A
(63,85,74)
#384C42
(56,76,66)
#31433A
(49,67,58)
#2A3A32
(42,58,50)
#23312A
(35,49,42)
#1C2822
(28,40,34)
#151F1A
(21,31,26)
#0E1612
(14,22,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D675A

#4D675A
(77,103,90)
#5D7469
(93,116,105)
#6D8178
(109,129,120)
#7D8E87
(125,142,135)
#8D9B96
(141,155,150)
#9DA8A5
(157,168,165)
#ADB5B4
(173,181,180)
#BDC2C3
(189,194,195)
#CDCFD2
(205,207,210)
#DDDCE1
(221,220,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D675A color. Also use rgb(77,103,90) instead hex code.

Text Font Color

.myTextColor { color: #4D675A; }

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

This text font color is #4D675A.


Background Color

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

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

This div background color is #4D675A.


Border color

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

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

This div border color is #4D675A.


Opacity

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

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

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

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

This text has shadow with #4D675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D675A on black background.


Color preview on white background

This text has color #4D675A on white background.



Black color preview on #4D675A background

This text has black color on #4D675A background.


White color preview on #4D675A background

This text has white color on #4D675A background.