COLOR #4B7963

HEX: #4B7963 RGB: (75,121,99)

Color info

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

RGB color model

#4B7963 color RGB value is (75,121,99).

RGB: (75,121,99) (29%, 47%, 39%)

RGB channels and saturation

R 75 of 255 = 29%
G 121 of 255 = 47%
B 99 of 255 = 39%

75
121
99

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

Portions of RGB colors in percentages

R + G + B = 75 + 121 + 99 = 295 (100%)
R 75 of 295 ~ 25.42%
G 121 of 295 ~ 41.02%
B 99 of 295 ~ 33.56'%

%25.42
%41.02
%33.56

CMYK color model

#4B7963 color CMYK value is (38,0,18,53).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%

CMYK: (38,0,18,53)
C38M0Y18K53 (38%, 0%, 18%, 53%)
(0.38 / 0.00 / 0.18 / 0.53)

CMYK percentages

%38.02
%0
%18.18
%52.55

Codes

Color #4B7963 in popluar color models

4B 79 63
RGB 75 121 99
HSL 151° 23.47% 38.43%
HSB/HSV 151° 38.02% 47.45%
CMYK 38.02% 0.00% 18.18%
52.55%

Color #4B7963 in popluar number systems.

HEX 4B 79 63
Decimal 75 121 99
Binary 1001011 1111001 1100011
Octal 113 171 143

Shades and tints

Shades of #4B7963

#4B7963
(75,121,99)
#456E5A
(69,110,90)
#3F6351
(63,99,81)
#395848
(57,88,72)
#334D3F
(51,77,63)
#2D4236
(45,66,54)
#27372D
(39,55,45)
#212C24
(33,44,36)
#1B211B
(27,33,27)
#151612
(21,22,18)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B7963

#4B7963
(75,121,99)
#5B8571
(91,133,113)
#6B917F
(107,145,127)
#7B9D8D
(123,157,141)
#8BA99B
(139,169,155)
#9BB5A9
(155,181,169)
#ABC1B7
(171,193,183)
#BBCDC5
(187,205,197)
#CBD9D3
(203,217,211)
#DBE5E1
(219,229,225)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7963 color. Also use rgb(75,121,99) instead hex code.

Text Font Color

.myTextColor { color: #4B7963; }

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

This text font color is #4B7963.

Background Color

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

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

This div background color is #4B7963.

Border color

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

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

This div border color is #4B7963.

Opacity

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

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

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

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

This text has shadow with #4B7963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7963.

Preview

Color preview on black background

This text has color #4B7963 on black background.


Color preview on white background

This text has color #4B7963 on white background.


Black color preview on #4B7963 background

This text has black color on #4B7963 background.


White color preview on #4B7963 background

This text has white color on #4B7963 background.


Related colors

Complementary color

Complementary color for #hex is #B4869C.


I love getcolorcode.com

Triadic colors

1 #634B79 and #79634B with #4B7963 are triadic colors.

2 #63794B and #794B63 with #4B7963 are triadic colors.