COLOR #4B7650

HEX: #4B7650 RGB: (75,118,80)

Color info

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

RGB color model

#4B7650 color RGB value is (75,118,80).

RGB: (75,118,80) (29%, 46%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 80 of 255 = 31%

75
118
80

R + G + B ~ 35%. #4B7650 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 118 + 80 = 273 (100%)
R 75 of 273 ~ 27.47%
G 118 of 273 ~ 43.22%
B 80 of 273 ~ 29.3'%

%27.47
%43.22
%29.3

CMYK color model

#4B7650 color CMYK value is (36,0,32,54).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%

CMYK: (36,0,32,54)
C36M0Y32K54 (36%, 0%, 32%, 54%)
(0.36 / 0.00 / 0.32 / 0.54)

CMYK percentages

%36.44
%0
%32.2
%53.73

Codes

Color #4B7650 in popluar color models

4B 76 50
RGB 75 118 80
HSL 127° 22.28% 37.84%
HSB/HSV 127° 36.44% 46.27%
CMYK 36.44% 0.00% 32.20%
53.73%

Color #4B7650 in popluar number systems.

HEX 4B 76 50
Decimal 75 118 80
Binary 1001011 1110110 1010000
Octal 113 166 120

Shades and tints

Shades of #4B7650

#4B7650
(75,118,80)
#456C49
(69,108,73)
#3F6242
(63,98,66)
#39583B
(57,88,59)
#334E34
(51,78,52)
#2D442D
(45,68,45)
#273A26
(39,58,38)
#21301F
(33,48,31)
#1B2618
(27,38,24)
#151C11
(21,28,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #4B7650

#4B7650
(75,118,80)
#5B825F
(91,130,95)
#6B8E6E
(107,142,110)
#7B9A7D
(123,154,125)
#8BA68C
(139,166,140)
#9BB29B
(155,178,155)
#ABBEAA
(171,190,170)
#BBCAB9
(187,202,185)
#CBD6C8
(203,214,200)
#DBE2D7
(219,226,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7650 color. Also use rgb(75,118,80) instead hex code.

Text Font Color

.myTextColor { color: #4B7650; }

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

This text font color is #4B7650.

Background Color

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

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

This div background color is #4B7650.

Border color

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

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

This div border color is #4B7650.

Opacity

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

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

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

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

This text has shadow with #4B7650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7650.

Preview

Color preview on black background

This text has color #4B7650 on black background.


Color preview on white background

This text has color #4B7650 on white background.


Black color preview on #4B7650 background

This text has black color on #4B7650 background.


White color preview on #4B7650 background

This text has white color on #4B7650 background.


Related colors

Complementary color

Complementary color for #hex is #B489AF.


I love getcolorcode.com

Triadic colors

1 #504B76 and #76504B with #4B7650 are triadic colors.

2 #50764B and #764B50 with #4B7650 are triadic colors.