COLOR #630429

HEX: #630429
RGB: (99,4,41)

Color info

#630429 contains mainly red and blue colors. Web safe color of #630429 is #660033 (or #603).

RGB color model

#630429 color RGB value is (99,4,41).

  • red value is 99;
  • green value is 4;
  • blue value is 41.
RGB:
(99,4,41)
(39%,2%,16%)

RGB channels and saturation

R 99 of 255 = 39%
G 4 of 255 = 2%
B 41 of 255 = 16%

99
4
41

R + G + B ~ 19%. #630429 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 4 + 41 = 144 (100%)
R 99 of 144 ~ 68.75%
G 4 of 144 ~ 2.78%
B 41 of 144 ~ 28.47%

%68.75
%28.47

CMYK color model

#630429 color CMYK value is (0,96,59,61).

  • cyan value is 0.00%
  • magenta value is 95.96%
  • yellow value is 58.59%
  • key color value is 61.18%
CMYK:
(0,96,59,61)
C0M96Y59K61 
(0%,96%,59%,61%)
(0.00/0.96/0.59/0.61)	

CMYK percentages

%0
%95.96
%58.59
%61.18

Codes

Color #630429 in popluar color models

630429
RGB99441
HSL337°92.23%20.20%
HSB/HSV337°95.96%38.82%
CMYK0.00%95.96%58.59%
61.18%

Color #630429 in popluar number systems.

HEX630429
Decimal99441
Binary1100011100101001
Octal143451

Shades and tints

Shades of #630429

#630429
(99,4,41)
#5A0426
(90,4,38)
#510423
(81,4,35)
#480420
(72,4,32)
#3F041D
(63,4,29)
#36041A
(54,4,26)
#2D0417
(45,4,23)
#240414
(36,4,20)
#1B0411
(27,4,17)
#12040E
(18,4,14)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #630429

#630429
(99,4,41)
#711A3C
(113,26,60)
#7F304F
(127,48,79)
#8D4662
(141,70,98)
#9B5C75
(155,92,117)
#A97288
(169,114,136)
#B7889B
(183,136,155)
#C59EAE
(197,158,174)
#D3B4C1
(211,180,193)
#E1CAD4
(225,202,212)
#EFE0E7
(239,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #630429 color. Also use rgb(99,4,41) instead hex code.

Text Font Color

.myTextColor { color: #630429; }

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

This text font color is #630429.


Background Color

.myBgColor { background-color: #630429; }

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

This div background color is #630429.


Border color

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

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

This div border color is #630429.


Opacity

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

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

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

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

This text has shadow with #630429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #630429 on black background.


Color preview on white background

This text has color #630429 on white background.



Black color preview on #630429 background

This text has black color on #630429 background.


White color preview on #630429 background

This text has white color on #630429 background.