COLOR #633740

HEX: #633740
RGB: (99,55,64)

Color info

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

RGB color model

#633740 color RGB value is (99,55,64).

  • red value is 99;
  • green value is 55;
  • blue value is 64.
RGB:
(99,55,64)
(39%,22%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 55 of 255 = 22%
B 64 of 255 = 25%

99
55
64

R + G + B ~ 29%. #633740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 55 + 64 = 218 (100%)
R 99 of 218 ~ 45.41%
G 55 of 218 ~ 25.23%
B 64 of 218 ~ 29.36%

%45.41
%25.23
%29.36

CMYK color model

#633740 color CMYK value is (0,44,35,61).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(0,44,35,61)
C0M44Y35K61 
(0%,44%,35%,61%)
(0.00/0.44/0.35/0.61)	

CMYK percentages

%0
%44.44
%35.35
%61.18

Codes

Color #633740 in popluar color models

633740
RGB995564
HSL348°28.57%30.20%
HSB/HSV348°44.44%38.82%
CMYK0.00%44.44%35.35%
61.18%

Color #633740 in popluar number systems.

HEX633740
Decimal995564
Binary11000111101111000000
Octal14367100

Shades and tints

Shades of #633740

#633740
(99,55,64)
#5A323B
(90,50,59)
#512D36
(81,45,54)
#482831
(72,40,49)
#3F232C
(63,35,44)
#361E27
(54,30,39)
#2D1922
(45,25,34)
#24141D
(36,20,29)
#1B0F18
(27,15,24)
#120A13
(18,10,19)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #633740

#633740
(99,55,64)
#714951
(113,73,81)
#7F5B62
(127,91,98)
#8D6D73
(141,109,115)
#9B7F84
(155,127,132)
#A99195
(169,145,149)
#B7A3A6
(183,163,166)
#C5B5B7
(197,181,183)
#D3C7C8
(211,199,200)
#E1D9D9
(225,217,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633740 color. Also use rgb(99,55,64) instead hex code.

Text Font Color

.myTextColor { color: #633740; }

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

This text font color is #633740.


Background Color

.myBgColor { background-color: #633740; }

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

This div background color is #633740.


Border color

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

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

This div border color is #633740.


Opacity

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

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

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

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

This text has shadow with #633740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633740 on black background.


Color preview on white background

This text has color #633740 on white background.



Black color preview on #633740 background

This text has black color on #633740 background.


White color preview on #633740 background

This text has white color on #633740 background.