COLOR #64A753

HEX: #64A753
RGB: (100,167,83)

Color info

#64A753 contains mainly green color. Web safe color of #64A753 is #669966 (or #696).

RGB color model

#64A753 color RGB value is (100,167,83).

  • red value is 100;
  • green value is 167;
  • blue value is 83.
RGB:
(100,167,83)
(39%,65%,33%)

RGB channels and saturation

R 100 of 255 = 39%
G 167 of 255 = 65%
B 83 of 255 = 33%

100
167
83

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

Portions of RGB colors in percentages

R + G + B =
100 + 167 + 83 = 350 (100%)
R 100 of 350 ~ 28.57%
G 167 of 350 ~ 47.71%
B 83 of 350 ~ 23.71%

%28.57
%47.71
%23.71

CMYK color model

#64A753 color CMYK value is (40,0,50,35).

  • cyan value is 40.12%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(40,0,50,35)
C40M0Y50K35 
(40%,0%,50%,35%)
(0.40/0.00/0.50/0.35)	

CMYK percentages

%40.12
%0
%50.3
%34.51

Codes

Color #64A753 in popluar color models

64A753
RGB10016783
HSL108°33.60%49.02%
HSB/HSV108°50.30%65.49%
CMYK40.12%0.00%50.30%
34.51%

Color #64A753 in popluar number systems.

HEX64A753
Decimal10016783
Binary1100100101001111010011
Octal144247123

Shades and tints

Shades of #64A753

#64A753
(100,167,83)
#5B984C
(91,152,76)
#528945
(82,137,69)
#497A3E
(73,122,62)
#406B37
(64,107,55)
#375C30
(55,92,48)
#2E4D29
(46,77,41)
#253E22
(37,62,34)
#1C2F1B
(28,47,27)
#132014
(19,32,20)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #64A753

#64A753
(100,167,83)
#72AF62
(114,175,98)
#80B771
(128,183,113)
#8EBF80
(142,191,128)
#9CC78F
(156,199,143)
#AACF9E
(170,207,158)
#B8D7AD
(184,215,173)
#C6DFBC
(198,223,188)
#D4E7CB
(212,231,203)
#E2EFDA
(226,239,218)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A753 color. Also use rgb(100,167,83) instead hex code.

Text Font Color

.myTextColor { color: #64A753; }

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

This text font color is #64A753.


Background Color

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

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

This div background color is #64A753.


Border color

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

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

This div border color is #64A753.


Opacity

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

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

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

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

This text has shadow with #64A753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A753 on black background.


Color preview on white background

This text has color #64A753 on white background.



Black color preview on #64A753 background

This text has black color on #64A753 background.


White color preview on #64A753 background

This text has white color on #64A753 background.