COLOR #633E5A

HEX: #633E5A
RGB: (99,62,90)

Color info

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

RGB color model

#633E5A color RGB value is (99,62,90).

  • red value is 99;
  • green value is 62;
  • blue value is 90.
RGB:
(99,62,90)
(39%,24%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 90 of 255 = 35%

99
62
90

R + G + B ~ 33%. #633E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 62 + 90 = 251 (100%)
R 99 of 251 ~ 39.44%
G 62 of 251 ~ 24.7%
B 90 of 251 ~ 35.86%

%39.44
%24.7
%35.86

CMYK color model

#633E5A color CMYK value is (0,37,9,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,37,9,61)
C0M37Y9K61 
(0%,37%,9%,61%)
(0.00/0.37/0.09/0.61)	

CMYK percentages

%0
%37.37
%9.09
%61.18

Codes

Color #633E5A in popluar color models

633E5A
RGB996290
HSL315°22.98%31.57%
HSB/HSV315°37.37%38.82%
CMYK0.00%37.37%9.09%
61.18%

Color #633E5A in popluar number systems.

HEX633E5A
Decimal996290
Binary11000111111101011010
Octal14376132

Shades and tints

Shades of #633E5A

#633E5A
(99,62,90)
#5A3952
(90,57,82)
#51344A
(81,52,74)
#482F42
(72,47,66)
#3F2A3A
(63,42,58)
#362532
(54,37,50)
#2D202A
(45,32,42)
#241B22
(36,27,34)
#1B161A
(27,22,26)
#121112
(18,17,18)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #633E5A

#633E5A
(99,62,90)
#714F69
(113,79,105)
#7F6078
(127,96,120)
#8D7187
(141,113,135)
#9B8296
(155,130,150)
#A993A5
(169,147,165)
#B7A4B4
(183,164,180)
#C5B5C3
(197,181,195)
#D3C6D2
(211,198,210)
#E1D7E1
(225,215,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633E5A color. Also use rgb(99,62,90) instead hex code.

Text Font Color

.myTextColor { color: #633E5A; }

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

This text font color is #633E5A.


Background Color

.myBgColor { background-color: #633E5A; }

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

This div background color is #633E5A.


Border color

.myBorderColor { border: 1px solid #633E5A; }

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

This div border color is #633E5A.


Opacity

.myOpacity80 { color: #633E5A; opacity: 0.8; }

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

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

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

This text has shadow with #633E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633E5A on black background.


Color preview on white background

This text has color #633E5A on white background.



Black color preview on #633E5A background

This text has black color on #633E5A background.


White color preview on #633E5A background

This text has white color on #633E5A background.