COLOR #4A837B

HEX: #4A837B
RGB: (74,131,123)

Color info

#4A837B contains red, green and blue colors in about the same proportion. Web safe color of #4A837B is #339966 (or #396).

RGB color model

#4A837B color RGB value is (74,131,123).

  • red value is 74;
  • green value is 131;
  • blue value is 123.
RGB:
(74,131,123)
(29%,51%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 131 of 255 = 51%
B 123 of 255 = 48%

74
131
123

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

Portions of RGB colors in percentages

R + G + B =
74 + 131 + 123 = 328 (100%)
R 74 of 328 ~ 22.56%
G 131 of 328 ~ 39.94%
B 123 of 328 ~ 37.5%

%22.56
%39.94
%37.5

CMYK color model

#4A837B color CMYK value is (44,0,6,49).

  • cyan value is 43.51%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(44,0,6,49)
C44M0Y6K49 
(44%,0%,6%,49%)
(0.44/0.00/0.06/0.49)	

CMYK percentages

%43.51
%0
%6.11
%48.63

Codes

Color #4A837B in popluar color models

4A837B
RGB74131123
HSL172°27.80%40.20%
HSB/HSV172°43.51%51.37%
CMYK43.51%0.00%6.11%
48.63%

Color #4A837B in popluar number systems.

HEX4A837B
Decimal74131123
Binary1001010100000111111011
Octal112203173

Shades and tints

Shades of #4A837B

#4A837B
(74,131,123)
#447870
(68,120,112)
#3E6D65
(62,109,101)
#38625A
(56,98,90)
#32574F
(50,87,79)
#2C4C44
(44,76,68)
#264139
(38,65,57)
#20362E
(32,54,46)
#1A2B23
(26,43,35)
#142018
(20,32,24)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #4A837B

#4A837B
(74,131,123)
#5A8E87
(90,142,135)
#6A9993
(106,153,147)
#7AA49F
(122,164,159)
#8AAFAB
(138,175,171)
#9ABAB7
(154,186,183)
#AAC5C3
(170,197,195)
#BAD0CF
(186,208,207)
#CADBDB
(202,219,219)
#DAE6E7
(218,230,231)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A837B color. Also use rgb(74,131,123) instead hex code.

Text Font Color

.myTextColor { color: #4A837B; }

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

This text font color is #4A837B.


Background Color

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

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

This div background color is #4A837B.


Border color

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

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

This div border color is #4A837B.


Opacity

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

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

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

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

This text has shadow with #4A837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A837B on black background.


Color preview on white background

This text has color #4A837B on white background.



Black color preview on #4A837B background

This text has black color on #4A837B background.


White color preview on #4A837B background

This text has white color on #4A837B background.