COLOR #4B726A

HEX: #4B726A RGB: (75,114,106)

Color info

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

RGB color model

#4B726A color RGB value is (75,114,106).

RGB: (75,114,106) (29%, 45%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 106 of 255 = 42%

75
114
106

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

Portions of RGB colors in percentages

R + G + B = 75 + 114 + 106 = 295 (100%)
R 75 of 295 ~ 25.42%
G 114 of 295 ~ 38.64%
B 106 of 295 ~ 35.93'%

%25.42
%38.64
%35.93

CMYK color model

#4B726A color CMYK value is (34,0,7,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK: (34,0,7,55) C34M0Y7K55 (34%,0%,7%,55%) (0.34/0.00/0.07/0.55) 

CMYK percentages

%34.21
%0
%7.02
%55.29

Codes

Color #4B726A in popluar color models

4B 72 6A
RGB 75 114 106
HSL 168° 20.63% 37.06%
HSB/HSV 168° 34.21% 44.71%
CMYK 34.21% 0.00% 7.02%
55.29%

Color #4B726A in popluar number systems.

HEX 4B 72 6A
Decimal 75 114 106
Binary 1001011 1110010 1101010
Octal 113 162 152

Shades and tints

Shades of #4B726A

#4B726A
(75,114,106)
#456861
(69,104,97)
#3F5E58
(63,94,88)
#39544F
(57,84,79)
#334A46
(51,74,70)
#2D403D
(45,64,61)
#273634
(39,54,52)
#212C2B
(33,44,43)
#1B2222
(27,34,34)
#151819
(21,24,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #4B726A

#4B726A
(75,114,106)
#5B7E77
(91,126,119)
#6B8A84
(107,138,132)
#7B9691
(123,150,145)
#8BA29E
(139,162,158)
#9BAEAB
(155,174,171)
#ABBAB8
(171,186,184)
#BBC6C5
(187,198,197)
#CBD2D2
(203,210,210)
#DBDEDF
(219,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B726A color. Also use rgb(75,114,106) instead hex code.

Text Font Color

.myTextColor { color: #4B726A; }

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

This text font color is #4B726A.

Background Color

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

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

This div background color is #4B726A.

Border color

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

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

This div border color is #4B726A.

Opacity

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

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

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

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

This text has shadow with #4B726A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B726A.

Preview

Color preview on black background

This text has color #4B726A on black background.


Color preview on white background

This text has color #4B726A on white background.


Black color preview on #4B726A background

This text has black color on #4B726A background.


White color preview on #4B726A background

This text has white color on #4B726A background.


Related colors

Complementary color

Complementary color for #hex is #B48D95.


I love getcolorcode.com

Triadic colors

1 #6A4B72 and #726A4B with #4B726A are triadic colors.

2 #6A724B and #724B6A with #4B726A are triadic colors.