COLOR #662B55

HEX: #662B55
RGB: (102,43,85)

Color info

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

RGB color model

#662B55 color RGB value is (102,43,85).

  • red value is 102;
  • green value is 43;
  • blue value is 85.
RGB:
(102,43,85)
(40%,17%,33%)

RGB channels and saturation

R 102 of 255 = 40%
G 43 of 255 = 17%
B 85 of 255 = 33%

102
43
85

R + G + B ~ 30%. #662B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 43 + 85 = 230 (100%)
R 102 of 230 ~ 44.35%
G 43 of 230 ~ 18.7%
B 85 of 230 ~ 36.96%

%44.35
%18.7
%36.96

CMYK color model

#662B55 color CMYK value is (0,58,17,60).

  • cyan value is 0.00%
  • magenta value is 57.84%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(0,58,17,60)
C0M58Y17K60 
(0%,58%,17%,60%)
(0.00/0.58/0.17/0.60)	

CMYK percentages

%0
%57.84
%16.67
%60

Codes

Color #662B55 in popluar color models

662B55
RGB1024385
HSL317°40.69%28.43%
HSB/HSV317°57.84%40.00%
CMYK0.00%57.84%16.67%
60.00%

Color #662B55 in popluar number systems.

HEX662B55
Decimal1024385
Binary11001101010111010101
Octal14653125

Shades and tints

Shades of #662B55

#662B55
(102,43,85)
#5D284E
(93,40,78)
#542547
(84,37,71)
#4B2240
(75,34,64)
#421F39
(66,31,57)
#391C32
(57,28,50)
#30192B
(48,25,43)
#271624
(39,22,36)
#1E131D
(30,19,29)
#151016
(21,16,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #662B55

#662B55
(102,43,85)
#733E64
(115,62,100)
#805173
(128,81,115)
#8D6482
(141,100,130)
#9A7791
(154,119,145)
#A78AA0
(167,138,160)
#B49DAF
(180,157,175)
#C1B0BE
(193,176,190)
#CEC3CD
(206,195,205)
#DBD6DC
(219,214,220)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #662B55 color. Also use rgb(102,43,85) instead hex code.

Text Font Color

.myTextColor { color: #662B55; }

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

This text font color is #662B55.


Background Color

.myBgColor { background-color: #662B55; }

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

This div background color is #662B55.


Border color

.myBorderColor { border: 1px solid #662B55; }

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

This div border color is #662B55.


Opacity

.myOpacity80 { color: #662B55; opacity: 0.8; }

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

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

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

This text has shadow with #662B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #662B55 on black background.


Color preview on white background

This text has color #662B55 on white background.



Black color preview on #662B55 background

This text has black color on #662B55 background.


White color preview on #662B55 background

This text has white color on #662B55 background.