COLOR #063119

HEX: #063119
RGB: (6,49,25)

Color info

#063119 contains red, green and blue colors in about the same proportion. Web safe color of #063119 is #003300 (or #030).

RGB color model

#063119 color RGB value is (6,49,25).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 25 of 255 = 10%

6
49
25

R + G + B ~ 10%. #063119 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 25 = 80 (100%)
R 6 of 80 ~ 7.5%
G 49 of 80 ~ 61.25%
B 25 of 80 ~ 31.25%

%61.25
%31.25

CMYK color model

#063119 color CMYK value is (88,0,49,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(88,0,49,81)
C88M0Y49K81 
(88%,0%,49%,81%)
(0.88/0.00/0.49/0.81)	

CMYK percentages

%87.76
%0
%48.98
%80.78

Codes

Color #063119 in popluar color models

063119
RGB64925
HSL147°78.18%10.78%
HSB/HSV147°87.76%19.22%
CMYK87.76%0.00%48.98%
80.78%

Color #063119 in popluar number systems.

HEX063119
Decimal64925
Binary11011000111001
Octal66131

Shades and tints

Shades of #063119

#063119
(6,49,25)
#062D17
(6,45,23)
#062915
(6,41,21)
#062513
(6,37,19)
#062111
(6,33,17)
#061D0F
(6,29,15)
#06190D
(6,25,13)
#06150B
(6,21,11)
#061109
(6,17,9)
#060D07
(6,13,7)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #063119

#063119
(6,49,25)
#1C432D
(28,67,45)
#325541
(50,85,65)
#486755
(72,103,85)
#5E7969
(94,121,105)
#748B7D
(116,139,125)
#8A9D91
(138,157,145)
#A0AFA5
(160,175,165)
#B6C1B9
(182,193,185)
#CCD3CD
(204,211,205)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063119; }

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

This text font color is #063119.


Background Color

.myBgColor { background-color: #063119; }

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

This div background color is #063119.


Border color

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

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

This div border color is #063119.


Opacity

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

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

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

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

This text has shadow with #063119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063119 on black background.


Color preview on white background

This text has color #063119 on white background.



Black color preview on #063119 background

This text has black color on #063119 background.


White color preview on #063119 background

This text has white color on #063119 background.