COLOR #4A936E

HEX: #4A936E RGB: (74,147,110)

Color info

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

RGB color model

#4A936E color RGB value is (74,147,110).

RGB: (74,147,110) (29%, 58%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 147 of 255 = 58%
B 110 of 255 = 43%

74
147
110

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

Portions of RGB colors in percentages

R + G + B = 74 + 147 + 110 = 331 (100%)
R 74 of 331 ~ 22.36%
G 147 of 331 ~ 44.41%
B 110 of 331 ~ 33.23'%

%22.36
%44.41
%33.23

CMYK color model

#4A936E color CMYK value is (50,0,25,42).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 42.35%

CMYK: (50,0,25,42)
C50M0Y25K42 (50%, 0%, 25%, 42%)
(0.50 / 0.00 / 0.25 / 0.42)

CMYK percentages

%49.66
%0
%25.17
%42.35

Codes

Color #4A936E in popluar color models

4A 93 6E
RGB 74 147 110
HSL 150° 33.03% 43.33%
HSB/HSV 150° 49.66% 57.65%
CMYK 49.66% 0.00% 25.17%
42.35%

Color #4A936E in popluar number systems.

HEX 4A 93 6E
Decimal 74 147 110
Binary 1001010 10010011 1101110
Octal 112 223 156

Shades and tints

Shades of #4A936E

#4A936E
(74,147,110)
#448664
(68,134,100)
#3E795A
(62,121,90)
#386C50
(56,108,80)
#325F46
(50,95,70)
#2C523C
(44,82,60)
#264532
(38,69,50)
#203828
(32,56,40)
#1A2B1E
(26,43,30)
#141E14
(20,30,20)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #4A936E

#4A936E
(74,147,110)
#5A9C7B
(90,156,123)
#6AA588
(106,165,136)
#7AAE95
(122,174,149)
#8AB7A2
(138,183,162)
#9AC0AF
(154,192,175)
#AAC9BC
(170,201,188)
#BAD2C9
(186,210,201)
#CADBD6
(202,219,214)
#DAE4E3
(218,228,227)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A936E color. Also use rgb(74,147,110) instead hex code.

Text Font Color

.myTextColor { color: #4A936E; }

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

This text font color is #4A936E.

Background Color

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

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

This div background color is #4A936E.

Border color

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

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

This div border color is #4A936E.

Opacity

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

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

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

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

This text has shadow with #4A936E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A936E.

Preview

Color preview on black background

This text has color #4A936E on black background.


Color preview on white background

This text has color #4A936E on white background.


Black color preview on #4A936E background

This text has black color on #4A936E background.


White color preview on #4A936E background

This text has white color on #4A936E background.


Related colors

Complementary color

Complementary color for #hex is #B56C91.


I love getcolorcode.com

Triadic colors

1 #6E4A93 and #936E4A with #4A936E are triadic colors.

2 #6E934A and #934A6E with #4A936E are triadic colors.