COLOR #65325F

HEX: #65325F
RGB: (101,50,95)

Color info

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

RGB color model

#65325F color RGB value is (101,50,95).

  • red value is 101;
  • green value is 50;
  • blue value is 95.
RGB:
(101,50,95)
(40%,20%,37%)

RGB channels and saturation

R 101 of 255 = 40%
G 50 of 255 = 20%
B 95 of 255 = 37%

101
50
95

R + G + B ~ 32%. #65325F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 50 + 95 = 246 (100%)
R 101 of 246 ~ 41.06%
G 50 of 246 ~ 20.33%
B 95 of 246 ~ 38.62%

%41.06
%20.33
%38.62

CMYK color model

#65325F color CMYK value is (0,50,6,60).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(0,50,6,60)
C0M50Y6K60 
(0%,50%,6%,60%)
(0.00/0.50/0.06/0.60)	

CMYK percentages

%0
%50.5
%5.94
%60.39

Codes

Color #65325F in popluar color models

65325F
RGB1015095
HSL307°33.77%29.61%
HSB/HSV307°50.50%39.61%
CMYK0.00%50.50%5.94%
60.39%

Color #65325F in popluar number systems.

HEX65325F
Decimal1015095
Binary11001011100101011111
Octal14562137

Shades and tints

Shades of #65325F

#65325F
(101,50,95)
#5C2E57
(92,46,87)
#532A4F
(83,42,79)
#4A2647
(74,38,71)
#41223F
(65,34,63)
#381E37
(56,30,55)
#2F1A2F
(47,26,47)
#261627
(38,22,39)
#1D121F
(29,18,31)
#140E17
(20,14,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #65325F

#65325F
(101,50,95)
#73446D
(115,68,109)
#81567B
(129,86,123)
#8F6889
(143,104,137)
#9D7A97
(157,122,151)
#AB8CA5
(171,140,165)
#B99EB3
(185,158,179)
#C7B0C1
(199,176,193)
#D5C2CF
(213,194,207)
#E3D4DD
(227,212,221)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65325F color. Also use rgb(101,50,95) instead hex code.

Text Font Color

.myTextColor { color: #65325F; }

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

This text font color is #65325F.


Background Color

.myBgColor { background-color: #65325F; }

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

This div background color is #65325F.


Border color

.myBorderColor { border: 1px solid #65325F; }

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

This div border color is #65325F.


Opacity

.myOpacity80 { color: #65325F; opacity: 0.8; }

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

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

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

This text has shadow with #65325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65325F on black background.


Color preview on white background

This text has color #65325F on white background.



Black color preview on #65325F background

This text has black color on #65325F background.


White color preview on #65325F background

This text has white color on #65325F background.