COLOR #063113

HEX: #063113
RGB: (6,49,19)

Color info

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

RGB color model

#063113 color RGB value is (6,49,19).

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

RGB channels and saturation

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

6
49
19

R + G + B ~ 9%. #063113 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 19 = 74 (100%)
R 6 of 74 ~ 8.11%
G 49 of 74 ~ 66.22%
B 19 of 74 ~ 25.68%

%66.22
%25.68

CMYK color model

#063113 color CMYK value is (88,0,61,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(88,0,61,81)
C88M0Y61K81 
(88%,0%,61%,81%)
(0.88/0.00/0.61/0.81)	

CMYK percentages

%87.76
%0
%61.22
%80.78

Codes

Color #063113 in popluar color models

063113
RGB64919
HSL138°78.18%10.78%
HSB/HSV138°87.76%19.22%
CMYK87.76%0.00%61.22%
80.78%

Color #063113 in popluar number systems.

HEX063113
Decimal64919
Binary11011000110011
Octal66123

Shades and tints

Shades of #063113

#063113
(6,49,19)
#062D12
(6,45,18)
#062911
(6,41,17)
#062510
(6,37,16)
#06210F
(6,33,15)
#061D0E
(6,29,14)
#06190D
(6,25,13)
#06150C
(6,21,12)
#06110B
(6,17,11)
#060D0A
(6,13,10)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #063113

#063113
(6,49,19)
#1C4328
(28,67,40)
#32553D
(50,85,61)
#486752
(72,103,82)
#5E7967
(94,121,103)
#748B7C
(116,139,124)
#8A9D91
(138,157,145)
#A0AFA6
(160,175,166)
#B6C1BB
(182,193,187)
#CCD3D0
(204,211,208)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063113; }

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

This text font color is #063113.


Background Color

.myBgColor { background-color: #063113; }

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

This div background color is #063113.


Border color

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

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

This div border color is #063113.


Opacity

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

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

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

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

This text has shadow with #063113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063113 on black background.


Color preview on white background

This text has color #063113 on white background.



Black color preview on #063113 background

This text has black color on #063113 background.


White color preview on #063113 background

This text has white color on #063113 background.