COLOR #4B6D70

HEX: #4B6D70 RGB: (75,109,112)

Color info

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

RGB color model

#4B6D70 color RGB value is (75,109,112).

RGB: (75,109,112) (29%, 43%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 109 of 255 = 43%
B 112 of 255 = 44%

75
109
112

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

Portions of RGB colors in percentages

R + G + B = 75 + 109 + 112 = 296 (100%)
R 75 of 296 ~ 25.34%
G 109 of 296 ~ 36.82%
B 112 of 296 ~ 37.84'%

%25.34
%36.82
%37.84

CMYK color model

#4B6D70 color CMYK value is (33,3,0,56).

  • cyan value is 33.04%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (33,3,0,56)
C33M3Y0K56 (33%, 3%, 0%, 56%)
(0.33 / 0.03 / 0.00 / 0.56)

CMYK percentages

%33.04
%2.68
%0
%56.08

Codes

Color #4B6D70 in popluar color models

4B 6D 70
RGB 75 109 112
HSL 185° 19.79% 36.67%
HSB/HSV 185° 33.04% 43.92%
CMYK 33.04% 2.68% 0.00%
56.08%

Color #4B6D70 in popluar number systems.

HEX 4B 6D 70
Decimal 75 109 112
Binary 1001011 1101101 1110000
Octal 113 155 160

Shades and tints

Shades of #4B6D70

#4B6D70
(75,109,112)
#456466
(69,100,102)
#3F5B5C
(63,91,92)
#395252
(57,82,82)
#334948
(51,73,72)
#2D403E
(45,64,62)
#273734
(39,55,52)
#212E2A
(33,46,42)
#1B2520
(27,37,32)
#151C16
(21,28,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #4B6D70

#4B6D70
(75,109,112)
#5B7A7D
(91,122,125)
#6B878A
(107,135,138)
#7B9497
(123,148,151)
#8BA1A4
(139,161,164)
#9BAEB1
(155,174,177)
#ABBBBE
(171,187,190)
#BBC8CB
(187,200,203)
#CBD5D8
(203,213,216)
#DBE2E5
(219,226,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6D70 color. Also use rgb(75,109,112) instead hex code.

Text Font Color

.myTextColor { color: #4B6D70; }

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

This text font color is #4B6D70.

Background Color

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

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

This div background color is #4B6D70.

Border color

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

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

This div border color is #4B6D70.

Opacity

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

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

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

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

This text has shadow with #4B6D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6D70.

Preview

Color preview on black background

This text has color #4B6D70 on black background.


Color preview on white background

This text has color #4B6D70 on white background.


Black color preview on #4B6D70 background

This text has black color on #4B6D70 background.


White color preview on #4B6D70 background

This text has white color on #4B6D70 background.


Related colors

Complementary color

Complementary color for #hex is #B4928F.


I love getcolorcode.com

Triadic colors

1 #704B6D and #6D704B with #4B6D70 are triadic colors.

2 #706D4B and #6D4B70 with #4B6D70 are triadic colors.