COLOR #64BD3D

HEX: #64BD3D RGB: (100,189,61)

Color info

#64BD3D contains mainly green color. Web safe color of #64BD3D is #66CC33 (or #6C3).

RGB color model

#64BD3D color RGB value is (100,189,61).

RGB: (100,189,61) (39%, 74%, 24%)

RGB channels and saturation

R 100 of 255 = 39%
G 189 of 255 = 74%
B 61 of 255 = 24%

100
189
61

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

Portions of RGB colors in percentages

R + G + B = 100 + 189 + 61 = 350 (100%)
R 100 of 350 ~ 28.57%
G 189 of 350 ~ 54%
B 61 of 350 ~ 17.43'%

%28.57
%54
%17.43

CMYK color model

#64BD3D color CMYK value is (47,0,68,26).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 67.72%
  • key color value is 25.88%

CMYK: (47,0,68,26)
C47M0Y68K26 (47%, 0%, 68%, 26%)
(0.47 / 0.00 / 0.68 / 0.26)

CMYK percentages

%47.09
%0
%67.72
%25.88

Codes

Color #64BD3D in popluar color models

64 BD 3D
RGB 100 189 61
HSL 102° 51.20% 49.02%
HSB/HSV 102° 67.72% 74.12%
CMYK 47.09% 0.00% 67.72%
25.88%

Color #64BD3D in popluar number systems.

HEX 64 BD 3D
Decimal 100 189 61
Binary 1100100 10111101 111101
Octal 144 275 75

Shades and tints

Shades of #64BD3D

#64BD3D
(100,189,61)
#5BAC38
(91,172,56)
#529B33
(82,155,51)
#498A2E
(73,138,46)
#407929
(64,121,41)
#376824
(55,104,36)
#2E571F
(46,87,31)
#25461A
(37,70,26)
#1C3515
(28,53,21)
#132410
(19,36,16)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #64BD3D

#64BD3D
(100,189,61)
#72C34E
(114,195,78)
#80C95F
(128,201,95)
#8ECF70
(142,207,112)
#9CD581
(156,213,129)
#AADB92
(170,219,146)
#B8E1A3
(184,225,163)
#C6E7B4
(198,231,180)
#D4EDC5
(212,237,197)
#E2F3D6
(226,243,214)
#F0F9E7
(240,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BD3D color. Also use rgb(100,189,61) instead hex code.

Text Font Color

.myTextColor { color: #64BD3D; }

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

This text font color is #64BD3D.

Background Color

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

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

This div background color is #64BD3D.

Border color

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

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

This div border color is #64BD3D.

Opacity

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

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

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

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

This text has shadow with #64BD3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64BD3D.

Preview

Color preview on black background

This text has color #64BD3D on black background.


Color preview on white background

This text has color #64BD3D on white background.


Black color preview on #64BD3D background

This text has black color on #64BD3D background.


White color preview on #64BD3D background

This text has white color on #64BD3D background.


Related colors

Complementary color

Complementary color for #hex is #9B42C2.


I love getcolorcode.com

Triadic colors

1 #3D64BD and #BD3D64 with #64BD3D are triadic colors.

2 #3DBD64 and #BD643D with #64BD3D are triadic colors.