COLOR #4B7E64

HEX: #4B7E64
RGB: (75,126,100)

Color info

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

RGB color model

#4B7E64 color RGB value is (75,126,100).

  • red value is 75;
  • green value is 126;
  • blue value is 100.
RGB:
(75,126,100)
(29%,49%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 126 of 255 = 49%
B 100 of 255 = 39%

75
126
100

R + G + B ~ 39%. #4B7E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 126 + 100 = 301 (100%)
R 75 of 301 ~ 24.92%
G 126 of 301 ~ 41.86%
B 100 of 301 ~ 33.22%

%24.92
%41.86
%33.22

CMYK color model

#4B7E64 color CMYK value is (40,0,21,51).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK:
(40,0,21,51)
C40M0Y21K51 
(40%,0%,21%,51%)
(0.40/0.00/0.21/0.51)	

CMYK percentages

%40.48
%0
%20.63
%50.59

Codes

Color #4B7E64 in popluar color models

4B7E64
RGB75126100
HSL149°25.37%39.41%
HSB/HSV149°40.48%49.41%
CMYK40.48%0.00%20.63%
50.59%

Color #4B7E64 in popluar number systems.

HEX4B7E64
Decimal75126100
Binary100101111111101100100
Octal113176144

Shades and tints

Shades of #4B7E64

#4B7E64
(75,126,100)
#45735B
(69,115,91)
#3F6852
(63,104,82)
#395D49
(57,93,73)
#335240
(51,82,64)
#2D4737
(45,71,55)
#273C2E
(39,60,46)
#213125
(33,49,37)
#1B261C
(27,38,28)
#151B13
(21,27,19)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #4B7E64

#4B7E64
(75,126,100)
#5B8972
(91,137,114)
#6B9480
(107,148,128)
#7B9F8E
(123,159,142)
#8BAA9C
(139,170,156)
#9BB5AA
(155,181,170)
#ABC0B8
(171,192,184)
#BBCBC6
(187,203,198)
#CBD6D4
(203,214,212)
#DBE1E2
(219,225,226)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7E64; }

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

This text font color is #4B7E64.


Background Color

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

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

This div background color is #4B7E64.


Border color

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

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

This div border color is #4B7E64.


Opacity

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

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

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

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

This text has shadow with #4B7E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7E64 on black background.


Color preview on white background

This text has color #4B7E64 on white background.



Black color preview on #4B7E64 background

This text has black color on #4B7E64 background.


White color preview on #4B7E64 background

This text has white color on #4B7E64 background.