COLOR #063431

HEX: #063431
RGB: (6,52,49)

Color info

#063431 contains red, green and blue colors in about the same proportion. Web safe color of #063431 is #003333 (or #033).

RGB color model

#063431 color RGB value is (6,52,49).

  • red value is 6;
  • green value is 52;
  • blue value is 49.
RGB:
(6,52,49)
(2%,20%,19%)

RGB channels and saturation

R 6 of 255 = 2%
G 52 of 255 = 20%
B 49 of 255 = 19%

6
52
49

R + G + B ~ 14%. #063431 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 52 + 49 = 107 (100%)
R 6 of 107 ~ 5.61%
G 52 of 107 ~ 48.6%
B 49 of 107 ~ 45.79%

%48.6
%45.79

CMYK color model

#063431 color CMYK value is (88,0,6,80).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(88,0,6,80)
C88M0Y6K80 
(88%,0%,6%,80%)
(0.88/0.00/0.06/0.80)	

CMYK percentages

%88.46
%0
%5.77
%79.61

Codes

Color #063431 in popluar color models

063431
RGB65249
HSL176°79.31%11.37%
HSB/HSV176°88.46%20.39%
CMYK88.46%0.00%5.77%
79.61%

Color #063431 in popluar number systems.

HEX063431
Decimal65249
Binary110110100110001
Octal66461

Shades and tints

Shades of #063431

#063431
(6,52,49)
#06302D
(6,48,45)
#062C29
(6,44,41)
#062825
(6,40,37)
#062421
(6,36,33)
#06201D
(6,32,29)
#061C19
(6,28,25)
#061815
(6,24,21)
#061411
(6,20,17)
#06100D
(6,16,13)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #063431

#063431
(6,52,49)
#1C4643
(28,70,67)
#325855
(50,88,85)
#486A67
(72,106,103)
#5E7C79
(94,124,121)
#748E8B
(116,142,139)
#8AA09D
(138,160,157)
#A0B2AF
(160,178,175)
#B6C4C1
(182,196,193)
#CCD6D3
(204,214,211)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063431 color. Also use rgb(6,52,49) instead hex code.

Text Font Color

.myTextColor { color: #063431; }

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

This text font color is #063431.


Background Color

.myBgColor { background-color: #063431; }

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

This div background color is #063431.


Border color

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

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

This div border color is #063431.


Opacity

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

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

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

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

This text has shadow with #063431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063431 on black background.


Color preview on white background

This text has color #063431 on white background.



Black color preview on #063431 background

This text has black color on #063431 background.


White color preview on #063431 background

This text has white color on #063431 background.