COLOR #631F43

HEX: #631F43 RGB: (99,31,67)

Color info

#631F43 contains mainly red and blue colors. Web safe color of #631F43 is #663333 (or #633).

RGB color model

#631F43 color RGB value is (99,31,67).

RGB: (99,31,67) (39%, 12%, 26%)

RGB channels and saturation

R 99 of 255 = 39%
G 31 of 255 = 12%
B 67 of 255 = 26%

99
31
67

R + G + B ~ 26%. #631F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 31 + 67 = 197 (100%)
R 99 of 197 ~ 50.25%
G 31 of 197 ~ 15.74%
B 67 of 197 ~ 34.01'%

%50.25
%15.74
%34.01

CMYK color model

#631F43 color CMYK value is (0,69,32,61).

  • cyan value is 0.00%
  • magenta value is 68.69%
  • yellow value is 32.32%
  • key color value is 61.18%

CMYK: (0,69,32,61)
C0M69Y32K61 (0%, 69%, 32%, 61%)
(0.00 / 0.69 / 0.32 / 0.61)

CMYK percentages

%0
%68.69
%32.32
%61.18

Codes

Color #631F43 in popluar color models

63 1F 43
RGB 99 31 67
HSL 328° 52.31% 25.49%
HSB/HSV 328° 68.69% 38.82%
CMYK 0.00% 68.69% 32.32%
61.18%

Color #631F43 in popluar number systems.

HEX 63 1F 43
Decimal 99 31 67
Binary 1100011 11111 1000011
Octal 143 37 103

Shades and tints

Shades of #631F43

#631F43
(99,31,67)
#5A1D3D
(90,29,61)
#511B37
(81,27,55)
#481931
(72,25,49)
#3F172B
(63,23,43)
#361525
(54,21,37)
#2D131F
(45,19,31)
#241119
(36,17,25)
#1B0F13
(27,15,19)
#120D0D
(18,13,13)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #631F43

#631F43
(99,31,67)
#713354
(113,51,84)
#7F4765
(127,71,101)
#8D5B76
(141,91,118)
#9B6F87
(155,111,135)
#A98398
(169,131,152)
#B797A9
(183,151,169)
#C5ABBA
(197,171,186)
#D3BFCB
(211,191,203)
#E1D3DC
(225,211,220)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631F43 color. Also use rgb(99,31,67) instead hex code.

Text Font Color

.myTextColor { color: #631F43; }

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

This text font color is #631F43.

Background Color

.myBgColor { background-color: #631F43; }

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

This div background color is #631F43.

Border color

.myBorderColor { border: 1px solid #631F43; }

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

This div border color is #631F43.

Opacity

.myOpacity80 { color: #631F43; opacity: 0.8; }

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

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

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

This text has shadow with #631F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #631F43.

Preview

Color preview on black background

This text has color #631F43 on black background.


Color preview on white background

This text has color #631F43 on white background.


Black color preview on #631F43 background

This text has black color on #631F43 background.


White color preview on #631F43 background

This text has white color on #631F43 background.


Related colors

Complementary color

Complementary color for #hex is #9CE0BC.


I love getcolorcode.com

Triadic colors

1 #43631F and #1F4363 with #631F43 are triadic colors.

2 #431F63 and #1F6343 with #631F43 are triadic colors.