COLOR #4B7A60

HEX: #4B7A60 RGB: (75,122,96)

Color info

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

RGB color model

#4B7A60 color RGB value is (75,122,96).

RGB: (75,122,96) (29%, 48%, 38%)

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 96 of 255 = 38%

75
122
96

R + G + B ~ 38%. #4B7A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 122 + 96 = 293 (100%)
R 75 of 293 ~ 25.6%
G 122 of 293 ~ 41.64%
B 96 of 293 ~ 32.76'%

%25.6
%41.64
%32.76

CMYK color model

#4B7A60 color CMYK value is (39,0,21,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%

CMYK: (39,0,21,52)
C39M0Y21K52 (39%, 0%, 21%, 52%)
(0.39 / 0.00 / 0.21 / 0.52)

CMYK percentages

%38.52
%0
%21.31
%52.16

Codes

Color #4B7A60 in popluar color models

4B 7A 60
RGB 75 122 96
HSL 147° 23.86% 38.63%
HSB/HSV 147° 38.52% 47.84%
CMYK 38.52% 0.00% 21.31%
52.16%

Color #4B7A60 in popluar number systems.

HEX 4B 7A 60
Decimal 75 122 96
Binary 1001011 1111010 1100000
Octal 113 172 140

Shades and tints

Shades of #4B7A60

#4B7A60
(75,122,96)
#456F58
(69,111,88)
#3F6450
(63,100,80)
#395948
(57,89,72)
#334E40
(51,78,64)
#2D4338
(45,67,56)
#273830
(39,56,48)
#212D28
(33,45,40)
#1B2220
(27,34,32)
#151718
(21,23,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B7A60

#4B7A60
(75,122,96)
#5B866E
(91,134,110)
#6B927C
(107,146,124)
#7B9E8A
(123,158,138)
#8BAA98
(139,170,152)
#9BB6A6
(155,182,166)
#ABC2B4
(171,194,180)
#BBCEC2
(187,206,194)
#CBDAD0
(203,218,208)
#DBE6DE
(219,230,222)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A60; }

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

This text font color is #4B7A60.

Background Color

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

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

This div background color is #4B7A60.

Border color

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

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

This div border color is #4B7A60.

Opacity

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

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

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

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

This text has shadow with #4B7A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7A60.

Preview

Color preview on black background

This text has color #4B7A60 on black background.


Color preview on white background

This text has color #4B7A60 on white background.


Black color preview on #4B7A60 background

This text has black color on #4B7A60 background.


White color preview on #4B7A60 background

This text has white color on #4B7A60 background.


Related colors

Complementary color

Complementary color for #hex is #B4859F.


I love getcolorcode.com

Triadic colors

1 #604B7A and #7A604B with #4B7A60 are triadic colors.

2 #607A4B and #7A4B60 with #4B7A60 are triadic colors.