COLOR #65376C

HEX: #65376C RGB: (101,55,108)

Color info

#65376C contains red, green and blue colors in about the same proportion. Web safe color of #65376C is #663366 (or #636).

RGB color model

#65376C color RGB value is (101,55,108).

RGB: (101,55,108) (40%, 22%, 42%)

RGB channels and saturation

R 101 of 255 = 40%
G 55 of 255 = 22%
B 108 of 255 = 42%

101
55
108

R + G + B ~ 35%. #65376C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 55 + 108 = 264 (100%)
R 101 of 264 ~ 38.26%
G 55 of 264 ~ 20.83%
B 108 of 264 ~ 40.91'%

%38.26
%20.83
%40.91

CMYK color model

#65376C color CMYK value is (6,49,0,58).

  • cyan value is 6.48%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (6,49,0,58)
C6M49Y0K58 (6%, 49%, 0%, 58%)
(0.06 / 0.49 / 0.00 / 0.58)

CMYK percentages

%6.48
%49.07
%0
%57.65

Codes

Color #65376C in popluar color models

65 37 6C
RGB 101 55 108
HSL 292° 32.52% 31.96%
HSB/HSV 292° 49.07% 42.35%
CMYK 6.48% 49.07% 0.00%
57.65%

Color #65376C in popluar number systems.

HEX 65 37 6C
Decimal 101 55 108
Binary 1100101 110111 1101100
Octal 145 67 154

Shades and tints

Shades of #65376C

#65376C
(101,55,108)
#5C3263
(92,50,99)
#532D5A
(83,45,90)
#4A2851
(74,40,81)
#412348
(65,35,72)
#381E3F
(56,30,63)
#2F1936
(47,25,54)
#26142D
(38,20,45)
#1D0F24
(29,15,36)
#140A1B
(20,10,27)
#0B0512
(11,5,18)
#000000
(0,0,0)

Tints of #65376C

#65376C
(101,55,108)
#734979
(115,73,121)
#815B86
(129,91,134)
#8F6D93
(143,109,147)
#9D7FA0
(157,127,160)
#AB91AD
(171,145,173)
#B9A3BA
(185,163,186)
#C7B5C7
(199,181,199)
#D5C7D4
(213,199,212)
#E3D9E1
(227,217,225)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65376C color. Also use rgb(101,55,108) instead hex code.

Text Font Color

.myTextColor { color: #65376C; }

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

This text font color is #65376C.

Background Color

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

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

This div background color is #65376C.

Border color

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

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

This div border color is #65376C.

Opacity

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

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

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

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

This text has shadow with #65376C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65376C.

Preview

Color preview on black background

This text has color #65376C on black background.


Color preview on white background

This text has color #65376C on white background.


Black color preview on #65376C background

This text has black color on #65376C background.


White color preview on #65376C background

This text has white color on #65376C background.


Related colors

Complementary color

Complementary color for #hex is #9AC893.


I love getcolorcode.com

Triadic colors

1 #6C6537 and #376C65 with #65376C are triadic colors.

2 #6C3765 and #37656C with #65376C are triadic colors.