COLOR #4B9A6C

HEX: #4B9A6C
RGB: (75,154,108)

Color info

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

RGB color model

#4B9A6C color RGB value is (75,154,108).

  • red value is 75;
  • green value is 154;
  • blue value is 108.
RGB:
(75,154,108)
(29%,60%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 154 of 255 = 60%
B 108 of 255 = 42%

75
154
108

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

Portions of RGB colors in percentages

R + G + B =
75 + 154 + 108 = 337 (100%)
R 75 of 337 ~ 22.26%
G 154 of 337 ~ 45.7%
B 108 of 337 ~ 32.05%

%22.26
%45.7
%32.05

CMYK color model

#4B9A6C color CMYK value is (51,0,30,40).

  • cyan value is 51.30%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(51,0,30,40)
C51M0Y30K40 
(51%,0%,30%,40%)
(0.51/0.00/0.30/0.40)	

CMYK percentages

%51.3
%0
%29.87
%39.61

Codes

Color #4B9A6C in popluar color models

4B9A6C
RGB75154108
HSL145°34.50%44.90%
HSB/HSV145°51.30%60.39%
CMYK51.30%0.00%29.87%
39.61%

Color #4B9A6C in popluar number systems.

HEX4B9A6C
Decimal75154108
Binary1001011100110101101100
Octal113232154

Shades and tints

Shades of #4B9A6C

#4B9A6C
(75,154,108)
#458C63
(69,140,99)
#3F7E5A
(63,126,90)
#397051
(57,112,81)
#336248
(51,98,72)
#2D543F
(45,84,63)
#274636
(39,70,54)
#21382D
(33,56,45)
#1B2A24
(27,42,36)
#151C1B
(21,28,27)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #4B9A6C

#4B9A6C
(75,154,108)
#5BA379
(91,163,121)
#6BAC86
(107,172,134)
#7BB593
(123,181,147)
#8BBEA0
(139,190,160)
#9BC7AD
(155,199,173)
#ABD0BA
(171,208,186)
#BBD9C7
(187,217,199)
#CBE2D4
(203,226,212)
#DBEBE1
(219,235,225)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9A6C color. Also use rgb(75,154,108) instead hex code.

Text Font Color

.myTextColor { color: #4B9A6C; }

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

This text font color is #4B9A6C.


Background Color

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

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

This div background color is #4B9A6C.


Border color

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

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

This div border color is #4B9A6C.


Opacity

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

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

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

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

This text has shadow with #4B9A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9A6C on black background.


Color preview on white background

This text has color #4B9A6C on white background.



Black color preview on #4B9A6C background

This text has black color on #4B9A6C background.


White color preview on #4B9A6C background

This text has white color on #4B9A6C background.