COLOR #4B7F81

HEX: #4B7F81
RGB: (75,127,129)

Color info

#4B7F81 contains red, green and blue colors in about the same proportion. Web safe color of #4B7F81 is #336699 (or #369).

RGB color model

#4B7F81 color RGB value is (75,127,129).

  • red value is 75;
  • green value is 127;
  • blue value is 129.
RGB:
(75,127,129)
(29%,50%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 127 of 255 = 50%
B 129 of 255 = 51%

75
127
129

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

Portions of RGB colors in percentages

R + G + B =
75 + 127 + 129 = 331 (100%)
R 75 of 331 ~ 22.66%
G 127 of 331 ~ 38.37%
B 129 of 331 ~ 38.97%

%22.66
%38.37
%38.97

CMYK color model

#4B7F81 color CMYK value is (42,2,0,49).

  • cyan value is 41.86%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,2,0,49)
C42M2Y0K49 
(42%,2%,0%,49%)
(0.42/0.02/0.00/0.49)	

CMYK percentages

%41.86
%1.55
%0
%49.41

Codes

Color #4B7F81 in popluar color models

4B7F81
RGB75127129
HSL182°26.47%40.00%
HSB/HSV182°41.86%50.59%
CMYK41.86%1.55%0.00%
49.41%

Color #4B7F81 in popluar number systems.

HEX4B7F81
Decimal75127129
Binary1001011111111110000001
Octal113177201

Shades and tints

Shades of #4B7F81

#4B7F81
(75,127,129)
#457476
(69,116,118)
#3F696B
(63,105,107)
#395E60
(57,94,96)
#335355
(51,83,85)
#2D484A
(45,72,74)
#273D3F
(39,61,63)
#213234
(33,50,52)
#1B2729
(27,39,41)
#151C1E
(21,28,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #4B7F81

#4B7F81
(75,127,129)
#5B8A8C
(91,138,140)
#6B9597
(107,149,151)
#7BA0A2
(123,160,162)
#8BABAD
(139,171,173)
#9BB6B8
(155,182,184)
#ABC1C3
(171,193,195)
#BBCCCE
(187,204,206)
#CBD7D9
(203,215,217)
#DBE2E4
(219,226,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7F81; }

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

This text font color is #4B7F81.


Background Color

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

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

This div background color is #4B7F81.


Border color

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

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

This div border color is #4B7F81.


Opacity

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

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

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

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

This text has shadow with #4B7F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7F81 on black background.


Color preview on white background

This text has color #4B7F81 on white background.



Black color preview on #4B7F81 background

This text has black color on #4B7F81 background.


White color preview on #4B7F81 background

This text has white color on #4B7F81 background.