COLOR #652365

HEX: #652365
RGB: (101,35,101)

Color info

#652365 contains mainly red and blue colors. Web safe color of #652365 is #663366 (or #636).

RGB color model

#652365 color RGB value is (101,35,101).

  • red value is 101;
  • green value is 35;
  • blue value is 101.
RGB:
(101,35,101)
(40%,14%,40%)

RGB channels and saturation

R 101 of 255 = 40%
G 35 of 255 = 14%
B 101 of 255 = 40%

101
35
101

R + G + B ~ 31%. #652365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 35 + 101 = 237 (100%)
R 101 of 237 ~ 42.62%
G 35 of 237 ~ 14.77%
B 101 of 237 ~ 42.62%

%42.62
%14.77
%42.62

CMYK color model

#652365 color CMYK value is (0,65,0,60).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(0,65,0,60)
C0M65Y0K60 
(0%,65%,0%,60%)
(0.00/0.65/0.00/0.60)	

CMYK percentages

%0
%65.35
%0
%60.39

Codes

Color #652365 in popluar color models

652365
RGB10135101
HSL300°48.53%26.67%
HSB/HSV300°65.35%39.61%
CMYK0.00%65.35%0.00%
60.39%

Color #652365 in popluar number systems.

HEX652365
Decimal10135101
Binary11001011000111100101
Octal14543145

Shades and tints

Shades of #652365

#652365
(101,35,101)
#5C205C
(92,32,92)
#531D53
(83,29,83)
#4A1A4A
(74,26,74)
#411741
(65,23,65)
#381438
(56,20,56)
#2F112F
(47,17,47)
#260E26
(38,14,38)
#1D0B1D
(29,11,29)
#140814
(20,8,20)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #652365

#652365
(101,35,101)
#733773
(115,55,115)
#814B81
(129,75,129)
#8F5F8F
(143,95,143)
#9D739D
(157,115,157)
#AB87AB
(171,135,171)
#B99BB9
(185,155,185)
#C7AFC7
(199,175,199)
#D5C3D5
(213,195,213)
#E3D7E3
(227,215,227)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #652365 color. Also use rgb(101,35,101) instead hex code.

Text Font Color

.myTextColor { color: #652365; }

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

This text font color is #652365.


Background Color

.myBgColor { background-color: #652365; }

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

This div background color is #652365.


Border color

.myBorderColor { border: 1px solid #652365; }

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

This div border color is #652365.


Opacity

.myOpacity80 { color: #652365; opacity: 0.8; }

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

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

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

This text has shadow with #652365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #652365 on black background.


Color preview on white background

This text has color #652365 on white background.



Black color preview on #652365 background

This text has black color on #652365 background.


White color preview on #652365 background

This text has white color on #652365 background.