COLOR #063130

HEX: #063130
RGB: (6,49,48)

Color info

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

RGB color model

#063130 color RGB value is (6,49,48).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 48 of 255 = 19%

6
49
48

R + G + B ~ 13%. #063130 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 48 = 103 (100%)
R 6 of 103 ~ 5.83%
G 49 of 103 ~ 47.57%
B 48 of 103 ~ 46.6%

%47.57
%46.6

CMYK color model

#063130 color CMYK value is (88,0,2,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(88,0,2,81)
C88M0Y2K81 
(88%,0%,2%,81%)
(0.88/0.00/0.02/0.81)	

CMYK percentages

%87.76
%0
%2.04
%80.78

Codes

Color #063130 in popluar color models

063130
RGB64948
HSL179°78.18%10.78%
HSB/HSV179°87.76%19.22%
CMYK87.76%0.00%2.04%
80.78%

Color #063130 in popluar number systems.

HEX063130
Decimal64948
Binary110110001110000
Octal66160

Shades and tints

Shades of #063130

#063130
(6,49,48)
#062D2C
(6,45,44)
#062928
(6,41,40)
#062524
(6,37,36)
#062120
(6,33,32)
#061D1C
(6,29,28)
#061918
(6,25,24)
#061514
(6,21,20)
#061110
(6,17,16)
#060D0C
(6,13,12)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #063130

#063130
(6,49,48)
#1C4342
(28,67,66)
#325554
(50,85,84)
#486766
(72,103,102)
#5E7978
(94,121,120)
#748B8A
(116,139,138)
#8A9D9C
(138,157,156)
#A0AFAE
(160,175,174)
#B6C1C0
(182,193,192)
#CCD3D2
(204,211,210)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063130; }

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

This text font color is #063130.


Background Color

.myBgColor { background-color: #063130; }

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

This div background color is #063130.


Border color

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

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

This div border color is #063130.


Opacity

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

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

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

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

This text has shadow with #063130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063130 on black background.


Color preview on white background

This text has color #063130 on white background.



Black color preview on #063130 background

This text has black color on #063130 background.


White color preview on #063130 background

This text has white color on #063130 background.