COLOR #65325B

HEX: #65325B RGB: (101,50,91)

Color info

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

RGB color model

#65325B color RGB value is (101,50,91).

RGB: (101,50,91) (40%, 20%, 36%)

RGB channels and saturation

R 101 of 255 = 40%
G 50 of 255 = 20%
B 91 of 255 = 36%

101
50
91

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

Portions of RGB colors in percentages

R + G + B = 101 + 50 + 91 = 242 (100%)
R 101 of 242 ~ 41.74%
G 50 of 242 ~ 20.66%
B 91 of 242 ~ 37.6'%

%41.74
%20.66
%37.6

CMYK color model

#65325B color CMYK value is (0,50,10,60).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 9.90%
  • key color value is 60.39%

CMYK: (0,50,10,60)
C0M50Y10K60 (0%, 50%, 10%, 60%)
(0.00 / 0.50 / 0.10 / 0.60)

CMYK percentages

%0
%50.5
%9.9
%60.39

Codes

Color #65325B in popluar color models

65 32 5B
RGB 101 50 91
HSL 312° 33.77% 29.61%
HSB/HSV 312° 50.50% 39.61%
CMYK 0.00% 50.50% 9.90%
60.39%

Color #65325B in popluar number systems.

HEX 65 32 5B
Decimal 101 50 91
Binary 1100101 110010 1011011
Octal 145 62 133

Shades and tints

Shades of #65325B

#65325B
(101,50,91)
#5C2E53
(92,46,83)
#532A4B
(83,42,75)
#4A2643
(74,38,67)
#41223B
(65,34,59)
#381E33
(56,30,51)
#2F1A2B
(47,26,43)
#261623
(38,22,35)
#1D121B
(29,18,27)
#140E13
(20,14,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #65325B

#65325B
(101,50,91)
#734469
(115,68,105)
#815677
(129,86,119)
#8F6885
(143,104,133)
#9D7A93
(157,122,147)
#AB8CA1
(171,140,161)
#B99EAF
(185,158,175)
#C7B0BD
(199,176,189)
#D5C2CB
(213,194,203)
#E3D4D9
(227,212,217)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65325B; }

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

This text font color is #65325B.

Background Color

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

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

This div background color is #65325B.

Border color

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

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

This div border color is #65325B.

Opacity

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

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

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

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

This text has shadow with #65325B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65325B.

Preview

Color preview on black background

This text has color #65325B on black background.


Color preview on white background

This text has color #65325B on white background.


Black color preview on #65325B background

This text has black color on #65325B background.


White color preview on #65325B background

This text has white color on #65325B background.


Related colors

Complementary color

Complementary color for #hex is #9ACDA4.


I love getcolorcode.com

Triadic colors

1 #5B6532 and #325B65 with #65325B are triadic colors.

2 #5B3265 and #32655B with #65325B are triadic colors.