COLOR #4B967E

HEX: #4B967E
RGB: (75,150,126)

Color info

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

RGB color model

#4B967E color RGB value is (75,150,126).

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

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 126 of 255 = 49%

75
150
126

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

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 126 = 351 (100%)
R 75 of 351 ~ 21.37%
G 150 of 351 ~ 42.74%
B 126 of 351 ~ 35.9%

%21.37
%42.74
%35.9

CMYK color model

#4B967E color CMYK value is (50,0,16,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(50,0,16,41)
C50M0Y16K41 
(50%,0%,16%,41%)
(0.50/0.00/0.16/0.41)	

CMYK percentages

%50
%0
%16
%41.18

Codes

Color #4B967E in popluar color models

4B967E
RGB75150126
HSL161°33.33%44.12%
HSB/HSV161°50.00%58.82%
CMYK50.00%0.00%16.00%
41.18%

Color #4B967E in popluar number systems.

HEX4B967E
Decimal75150126
Binary1001011100101101111110
Octal113226176

Shades and tints

Shades of #4B967E

#4B967E
(75,150,126)
#458973
(69,137,115)
#3F7C68
(63,124,104)
#396F5D
(57,111,93)
#336252
(51,98,82)
#2D5547
(45,85,71)
#27483C
(39,72,60)
#213B31
(33,59,49)
#1B2E26
(27,46,38)
#15211B
(21,33,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #4B967E

#4B967E
(75,150,126)
#5B9F89
(91,159,137)
#6BA894
(107,168,148)
#7BB19F
(123,177,159)
#8BBAAA
(139,186,170)
#9BC3B5
(155,195,181)
#ABCCC0
(171,204,192)
#BBD5CB
(187,213,203)
#CBDED6
(203,222,214)
#DBE7E1
(219,231,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B967E; }

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

This text font color is #4B967E.


Background Color

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

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

This div background color is #4B967E.


Border color

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

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

This div border color is #4B967E.


Opacity

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

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

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

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

This text has shadow with #4B967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B967E on black background.


Color preview on white background

This text has color #4B967E on white background.



Black color preview on #4B967E background

This text has black color on #4B967E background.


White color preview on #4B967E background

This text has white color on #4B967E background.