COLOR #4B937A

HEX: #4B937A RGB: (75,147,122)

Color info

#4B937A contains mainly green and blue colors. Web safe color of #4B937A is #339966 (or #396).

RGB color model

#4B937A color RGB value is (75,147,122).

RGB: (75,147,122) (29%, 58%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 147 of 255 = 58%
B 122 of 255 = 48%

75
147
122

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

Portions of RGB colors in percentages

R + G + B = 75 + 147 + 122 = 344 (100%)
R 75 of 344 ~ 21.8%
G 147 of 344 ~ 42.73%
B 122 of 344 ~ 35.47'%

%21.8
%42.73
%35.47

CMYK color model

#4B937A color CMYK value is (49,0,17,42).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%

CMYK: (49,0,17,42)
C49M0Y17K42 (49%, 0%, 17%, 42%)
(0.49 / 0.00 / 0.17 / 0.42)

CMYK percentages

%48.98
%0
%17.01
%42.35

Codes

Color #4B937A in popluar color models

4B 93 7A
RGB 75 147 122
HSL 159° 32.43% 43.53%
HSB/HSV 159° 48.98% 57.65%
CMYK 48.98% 0.00% 17.01%
42.35%

Color #4B937A in popluar number systems.

HEX 4B 93 7A
Decimal 75 147 122
Binary 1001011 10010011 1111010
Octal 113 223 172

Shades and tints

Shades of #4B937A

#4B937A
(75,147,122)
#45866F
(69,134,111)
#3F7964
(63,121,100)
#396C59
(57,108,89)
#335F4E
(51,95,78)
#2D5243
(45,82,67)
#274538
(39,69,56)
#21382D
(33,56,45)
#1B2B22
(27,43,34)
#151E17
(21,30,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #4B937A

#4B937A
(75,147,122)
#5B9C86
(91,156,134)
#6BA592
(107,165,146)
#7BAE9E
(123,174,158)
#8BB7AA
(139,183,170)
#9BC0B6
(155,192,182)
#ABC9C2
(171,201,194)
#BBD2CE
(187,210,206)
#CBDBDA
(203,219,218)
#DBE4E6
(219,228,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B937A; }

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

This text font color is #4B937A.

Background Color

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

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

This div background color is #4B937A.

Border color

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

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

This div border color is #4B937A.

Opacity

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

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

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

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

This text has shadow with #4B937A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B937A.

Preview

Color preview on black background

This text has color #4B937A on black background.


Color preview on white background

This text has color #4B937A on white background.


Black color preview on #4B937A background

This text has black color on #4B937A background.


White color preview on #4B937A background

This text has white color on #4B937A background.


Related colors

Complementary color

Complementary color for #hex is #B46C85.


I love getcolorcode.com

Triadic colors

1 #7A4B93 and #937A4B with #4B937A are triadic colors.

2 #7A934B and #934B7A with #4B937A are triadic colors.