COLOR #063019

HEX: #063019
RGB: (6,48,25)

Color info

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

RGB color model

#063019 color RGB value is (6,48,25).

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

RGB channels and saturation

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

6
48
25

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

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 25 = 79 (100%)
R 6 of 79 ~ 7.59%
G 48 of 79 ~ 60.76%
B 25 of 79 ~ 31.65%

%60.76
%31.65

CMYK color model

#063019 color CMYK value is (88,0,48,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%
CMYK:
(88,0,48,81)
C88M0Y48K81 
(88%,0%,48%,81%)
(0.88/0.00/0.48/0.81)	

CMYK percentages

%87.5
%0
%47.92
%81.18

Codes

Color #063019 in popluar color models

063019
RGB64825
HSL147°77.78%10.59%
HSB/HSV147°87.50%18.82%
CMYK87.50%0.00%47.92%
81.18%

Color #063019 in popluar number systems.

HEX063019
Decimal64825
Binary11011000011001
Octal66031

Shades and tints

Shades of #063019

#063019
(6,48,25)
#062C17
(6,44,23)
#062815
(6,40,21)
#062413
(6,36,19)
#062011
(6,32,17)
#061C0F
(6,28,15)
#06180D
(6,24,13)
#06140B
(6,20,11)
#061009
(6,16,9)
#060C07
(6,12,7)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #063019

#063019
(6,48,25)
#1C422D
(28,66,45)
#325441
(50,84,65)
#486655
(72,102,85)
#5E7869
(94,120,105)
#748A7D
(116,138,125)
#8A9C91
(138,156,145)
#A0AEA5
(160,174,165)
#B6C0B9
(182,192,185)
#CCD2CD
(204,210,205)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063019; }

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

This text font color is #063019.


Background Color

.myBgColor { background-color: #063019; }

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

This div background color is #063019.


Border color

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

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

This div border color is #063019.


Opacity

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

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

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

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

This text has shadow with #063019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063019 on black background.


Color preview on white background

This text has color #063019 on white background.



Black color preview on #063019 background

This text has black color on #063019 background.


White color preview on #063019 background

This text has white color on #063019 background.