COLOR #65376E

HEX: #65376E
RGB: (101,55,110)

Color info

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

RGB color model

#65376E color RGB value is (101,55,110).

  • red value is 101;
  • green value is 55;
  • blue value is 110.
RGB:
(101,55,110)
(40%,22%,43%)

RGB channels and saturation

R 101 of 255 = 40%
G 55 of 255 = 22%
B 110 of 255 = 43%

101
55
110

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

Portions of RGB colors in percentages

R + G + B =
101 + 55 + 110 = 266 (100%)
R 101 of 266 ~ 37.97%
G 55 of 266 ~ 20.68%
B 110 of 266 ~ 41.35%

%37.97
%20.68
%41.35

CMYK color model

#65376E color CMYK value is (8,50,0,57).

  • cyan value is 8.18%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(8,50,0,57)
C8M50Y0K57 
(8%,50%,0%,57%)
(0.08/0.50/0.00/0.57)	

CMYK percentages

%8.18
%50
%0
%56.86

Codes

Color #65376E in popluar color models

65376E
RGB10155110
HSL290°33.33%32.35%
HSB/HSV290°50.00%43.14%
CMYK8.18%50.00%0.00%
56.86%

Color #65376E in popluar number systems.

HEX65376E
Decimal10155110
Binary11001011101111101110
Octal14567156

Shades and tints

Shades of #65376E

#65376E
(101,55,110)
#5C3264
(92,50,100)
#532D5A
(83,45,90)
#4A2850
(74,40,80)
#412346
(65,35,70)
#381E3C
(56,30,60)
#2F1932
(47,25,50)
#261428
(38,20,40)
#1D0F1E
(29,15,30)
#140A14
(20,10,20)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #65376E

#65376E
(101,55,110)
#73497B
(115,73,123)
#815B88
(129,91,136)
#8F6D95
(143,109,149)
#9D7FA2
(157,127,162)
#AB91AF
(171,145,175)
#B9A3BC
(185,163,188)
#C7B5C9
(199,181,201)
#D5C7D6
(213,199,214)
#E3D9E3
(227,217,227)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65376E; }

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

This text font color is #65376E.


Background Color

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

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

This div background color is #65376E.


Border color

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

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

This div border color is #65376E.


Opacity

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

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

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

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

This text has shadow with #65376E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65376E on black background.


Color preview on white background

This text has color #65376E on white background.



Black color preview on #65376E background

This text has black color on #65376E background.


White color preview on #65376E background

This text has white color on #65376E background.