COLOR #64374C

HEX: #64374C RGB: (100,55,76)

Color info

#64374C contains red, green and blue colors in about the same proportion. Web safe color of #64374C is #663333 (or #633).

RGB color model

#64374C color RGB value is (100,55,76).

RGB: (100,55,76) (39%, 22%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 55 of 255 = 22%
B 76 of 255 = 30%

100
55
76

R + G + B ~ 30%. #64374C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 55 + 76 = 231 (100%)
R 100 of 231 ~ 43.29%
G 55 of 231 ~ 23.81%
B 76 of 231 ~ 32.9'%

%43.29
%23.81
%32.9

CMYK color model

#64374C color CMYK value is (0,45,24,61).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 24.00%
  • key color value is 60.78%

CMYK: (0,45,24,61)
C0M45Y24K61 (0%, 45%, 24%, 61%)
(0.00 / 0.45 / 0.24 / 0.61)

CMYK percentages

%0
%45
%24
%60.78

Codes

Color #64374C in popluar color models

64 37 4C
RGB 100 55 76
HSL 332° 29.03% 30.39%
HSB/HSV 332° 45.00% 39.22%
CMYK 0.00% 45.00% 24.00%
60.78%

Color #64374C in popluar number systems.

HEX 64 37 4C
Decimal 100 55 76
Binary 1100100 110111 1001100
Octal 144 67 114

Shades and tints

Shades of #64374C

#64374C
(100,55,76)
#5B3246
(91,50,70)
#522D40
(82,45,64)
#49283A
(73,40,58)
#402334
(64,35,52)
#371E2E
(55,30,46)
#2E1928
(46,25,40)
#251422
(37,20,34)
#1C0F1C
(28,15,28)
#130A16
(19,10,22)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #64374C

#64374C
(100,55,76)
#72495C
(114,73,92)
#805B6C
(128,91,108)
#8E6D7C
(142,109,124)
#9C7F8C
(156,127,140)
#AA919C
(170,145,156)
#B8A3AC
(184,163,172)
#C6B5BC
(198,181,188)
#D4C7CC
(212,199,204)
#E2D9DC
(226,217,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64374C color. Also use rgb(100,55,76) instead hex code.

Text Font Color

.myTextColor { color: #64374C; }

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

This text font color is #64374C.

Background Color

.myBgColor { background-color: #64374C; }

<div style="background-color:#64374C">Inner text</div>

This div background color is #64374C.

Border color

.myBorderColor { border: 1px solid #64374C; }

<div style="border:3px solid #64374C">Div</div>

This div border color is #64374C.

Opacity

.myOpacity80 { color: #64374C; opacity: 0.8; }

<p style="color:#64374C;opacity:0.8;">80%</p>

Text with #64374C 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 #64374C;}

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

This text has shadow with #64374C color.


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

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

This text has shadow with #64374C primary color and red secondary color.


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

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

This text has shadow with #64374C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64374C.

Preview

Color preview on black background

This text has color #64374C on black background.


Color preview on white background

This text has color #64374C on white background.


Black color preview on #64374C background

This text has black color on #64374C background.


White color preview on #64374C background

This text has white color on #64374C background.


Related colors

Complementary color

Complementary color for #hex is #9BC8B3.


I love getcolorcode.com

Triadic colors

1 #4C6437 and #374C64 with #64374C are triadic colors.

2 #4C3764 and #37644C with #64374C are triadic colors.