COLOR #4B7272

HEX: #4B7272
RGB: (75,114,114)

Color info

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

RGB color model

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

  • red value is 75;
  • green value is 114;
  • blue value is 114.
RGB:
(75,114,114)
(29%,45%,45%)

RGB channels and saturation

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

75
114
114

R + G + B ~ 40%. #4B7272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 114 = 303 (100%)
R 75 of 303 ~ 24.75%
G 114 of 303 ~ 37.62%
B 114 of 303 ~ 37.62%

%24.75
%37.62
%37.62

CMYK color model

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

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

CMYK percentages

%34.21
%0
%0
%55.29

Codes

Color #4B7272 in popluar color models

4B7272
RGB75114114
HSL180°20.63%37.06%
HSB/HSV180°34.21%44.71%
CMYK34.21%0.00%0.00%
55.29%

Color #4B7272 in popluar number systems.

HEX4B7272
Decimal75114114
Binary100101111100101110010
Octal113162162

Shades and tints

Shades of #4B7272

#4B7272
(75,114,114)
#456868
(69,104,104)
#3F5E5E
(63,94,94)
#395454
(57,84,84)
#334A4A
(51,74,74)
#2D4040
(45,64,64)
#273636
(39,54,54)
#212C2C
(33,44,44)
#1B2222
(27,34,34)
#151818
(21,24,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B7272

#4B7272
(75,114,114)
#5B7E7E
(91,126,126)
#6B8A8A
(107,138,138)
#7B9696
(123,150,150)
#8BA2A2
(139,162,162)
#9BAEAE
(155,174,174)
#ABBABA
(171,186,186)
#BBC6C6
(187,198,198)
#CBD2D2
(203,210,210)
#DBDEDE
(219,222,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7272; }

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

This text font color is #4B7272.


Background Color

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

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

This div background color is #4B7272.


Border color

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

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

This div border color is #4B7272.


Opacity

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

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

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

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

This text has shadow with #4B7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7272 on black background.


Color preview on white background

This text has color #4B7272 on white background.



Black color preview on #4B7272 background

This text has black color on #4B7272 background.


White color preview on #4B7272 background

This text has white color on #4B7272 background.