COLOR #060432

HEX: #060432 RGB: (6,4,50)

Color info

#060432 contains red, green and blue colors in about the same proportion. Web safe color of #060432 is #000033 (or #003).

RGB color model

#060432 color RGB value is (6,4,50).

RGB: (6,4,50) (2%, 2%, 20%)

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 50 of 255 = 20%

6
4
50

R + G + B ~ 8%. #060432 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 4 + 50 = 60 (100%)
R 6 of 60 ~ 10%
G 4 of 60 ~ 6.67%
B 50 of 60 ~ 83.33'%

%10
%83.33

CMYK color model

#060432 color CMYK value is (88,92,0,80).

  • cyan value is 88.00%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK: (88,92,0,80) C88M92Y0K80 (88%,92%,0%,80%) (0.88/0.92/0.00/0.80) 

CMYK percentages

%88
%92
%0
%80.39

Codes

Color #060432 in popluar color models

06 04 32
RGB 6 4 50
HSL 243° 85.19% 10.59%
HSB/HSV 243° 92.00% 19.61%
CMYK 88.00% 92.00% 0.00%
80.39%

Color #060432 in popluar number systems.

HEX 06 04 32
Decimal 6 4 50
Binary 110 100 110010
Octal 6 4 62

Shades and tints

Shades of #060432

#060432
(6,4,50)
#06042E
(6,4,46)
#06042A
(6,4,42)
#060426
(6,4,38)
#060422
(6,4,34)
#06041E
(6,4,30)
#06041A
(6,4,26)
#060416
(6,4,22)
#060412
(6,4,18)
#06040E
(6,4,14)
#06040A
(6,4,10)
#000000
(0,0,0)

Tints of #060432

#060432
(6,4,50)
#1C1A44
(28,26,68)
#323056
(50,48,86)
#484668
(72,70,104)
#5E5C7A
(94,92,122)
#74728C
(116,114,140)
#8A889E
(138,136,158)
#A09EB0
(160,158,176)
#B6B4C2
(182,180,194)
#CCCAD4
(204,202,212)
#E2E0E6
(226,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060432 color. Also use rgb(6,4,50) instead hex code.

Text Font Color

.myTextColor { color: #060432; }

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

This text font color is #060432.

Background Color

.myBgColor { background-color: #060432; }

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

This div background color is #060432.

Border color

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

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

This div border color is #060432.

Opacity

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

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

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

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

This text has shadow with #060432 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060432.

Preview

Color preview on black background

This text has color #060432 on black background.


Color preview on white background

This text has color #060432 on white background.


Black color preview on #060432 background

This text has black color on #060432 background.


White color preview on #060432 background

This text has white color on #060432 background.


Related colors

Complementary color

Complementary color for #hex is #F9FBCD.


I love getcolorcode.com

Triadic colors

1 #320604 and #043206 with #060432 are triadic colors.

2 #320406 and #040632 with #060432 are triadic colors.