COLOR #4D7867

HEX: #4D7867 RGB: (77,120,103)

Color info

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

RGB color model

#4D7867 color RGB value is (77,120,103).

RGB: (77,120,103) (30%, 47%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 103 of 255 = 40%

77
120
103

R + G + B ~ 39%. #4D7867 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 120 + 103 = 300 (100%)
R 77 of 300 ~ 25.67%
G 120 of 300 ~ 40%
B 103 of 300 ~ 34.33'%

%25.67
%40
%34.33

CMYK color model

#4D7867 color CMYK value is (36,0,14,53).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 52.94%

CMYK: (36,0,14,53)
C36M0Y14K53 (36%, 0%, 14%, 53%)
(0.36 / 0.00 / 0.14 / 0.53)

CMYK percentages

%35.83
%0
%14.17
%52.94

Codes

Color #4D7867 in popluar color models

4D 78 67
RGB 77 120 103
HSL 156° 21.83% 38.63%
HSB/HSV 156° 35.83% 47.06%
CMYK 35.83% 0.00% 14.17%
52.94%

Color #4D7867 in popluar number systems.

HEX 4D 78 67
Decimal 77 120 103
Binary 1001101 1111000 1100111
Octal 115 170 147

Shades and tints

Shades of #4D7867

#4D7867
(77,120,103)
#466E5E
(70,110,94)
#3F6455
(63,100,85)
#385A4C
(56,90,76)
#315043
(49,80,67)
#2A463A
(42,70,58)
#233C31
(35,60,49)
#1C3228
(28,50,40)
#15281F
(21,40,31)
#0E1E16
(14,30,22)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #4D7867

#4D7867
(77,120,103)
#5D8474
(93,132,116)
#6D9081
(109,144,129)
#7D9C8E
(125,156,142)
#8DA89B
(141,168,155)
#9DB4A8
(157,180,168)
#ADC0B5
(173,192,181)
#BDCCC2
(189,204,194)
#CDD8CF
(205,216,207)
#DDE4DC
(221,228,220)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7867; }

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

This text font color is #4D7867.

Background Color

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

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

This div background color is #4D7867.

Border color

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

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

This div border color is #4D7867.

Opacity

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

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

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

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

This text has shadow with #4D7867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7867.

Preview

Color preview on black background

This text has color #4D7867 on black background.


Color preview on white background

This text has color #4D7867 on white background.


Black color preview on #4D7867 background

This text has black color on #4D7867 background.


White color preview on #4D7867 background

This text has white color on #4D7867 background.


Related colors

Complementary color

Complementary color for #hex is #B28798.


I love getcolorcode.com

Triadic colors

1 #674D78 and #78674D with #4D7867 are triadic colors.

2 #67784D and #784D67 with #4D7867 are triadic colors.