COLOR #64A141

HEX: #64A141 RGB: (100,161,65)

Color info

#64A141 contains mainly green color. Web safe color of #64A141 is #669933 (or #693).

RGB color model

#64A141 color RGB value is (100,161,65).

RGB: (100,161,65) (39%, 63%, 25%)

RGB channels and saturation

R 100 of 255 = 39%
G 161 of 255 = 63%
B 65 of 255 = 25%

100
161
65

R + G + B ~ 42%. #64A141 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 161 + 65 = 326 (100%)
R 100 of 326 ~ 30.67%
G 161 of 326 ~ 49.39%
B 65 of 326 ~ 19.94'%

%30.67
%49.39
%19.94

CMYK color model

#64A141 color CMYK value is (38,0,60,37).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 59.63%
  • key color value is 36.86%

CMYK: (38,0,60,37)
C38M0Y60K37 (38%, 0%, 60%, 37%)
(0.38 / 0.00 / 0.60 / 0.37)

CMYK percentages

%37.89
%0
%59.63
%36.86

Codes

Color #64A141 in popluar color models

64 A1 41
RGB 100 161 65
HSL 98° 42.48% 44.31%
HSB/HSV 98° 59.63% 63.14%
CMYK 37.89% 0.00% 59.63%
36.86%

Color #64A141 in popluar number systems.

HEX 64 A1 41
Decimal 100 161 65
Binary 1100100 10100001 1000001
Octal 144 241 101

Shades and tints

Shades of #64A141

#64A141
(100,161,65)
#5B933C
(91,147,60)
#528537
(82,133,55)
#497732
(73,119,50)
#40692D
(64,105,45)
#375B28
(55,91,40)
#2E4D23
(46,77,35)
#253F1E
(37,63,30)
#1C3119
(28,49,25)
#132314
(19,35,20)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #64A141

#64A141
(100,161,65)
#72A952
(114,169,82)
#80B163
(128,177,99)
#8EB974
(142,185,116)
#9CC185
(156,193,133)
#AAC996
(170,201,150)
#B8D1A7
(184,209,167)
#C6D9B8
(198,217,184)
#D4E1C9
(212,225,201)
#E2E9DA
(226,233,218)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A141 color. Also use rgb(100,161,65) instead hex code.

Text Font Color

.myTextColor { color: #64A141; }

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

This text font color is #64A141.

Background Color

.myBgColor { background-color: #64A141; }

<div style="background-color:#64A141">Inner text</div>

This div background color is #64A141.

Border color

.myBorderColor { border: 1px solid #64A141; }

<div style="border:3px solid #64A141">Div</div>

This div border color is #64A141.

Opacity

.myOpacity80 { color: #64A141; opacity: 0.8; }

<p style="color:#64A141;opacity:0.8;">80%</p>

Text with #64A141 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 #64A141;}

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

This text has shadow with #64A141 color.


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

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

This text has shadow with #64A141 primary color and red secondary color.


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

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

This text has shadow with #64A141 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64A141.

Preview

Color preview on black background

This text has color #64A141 on black background.


Color preview on white background

This text has color #64A141 on white background.


Black color preview on #64A141 background

This text has black color on #64A141 background.


White color preview on #64A141 background

This text has white color on #64A141 background.


Related colors

Complementary color

Complementary color for #hex is #9B5EBE.


I love getcolorcode.com

Triadic colors

1 #4164A1 and #A14164 with #64A141 are triadic colors.

2 #41A164 and #A16441 with #64A141 are triadic colors.