COLOR #063111

HEX: #063111
RGB: (6,49,17)

Color info

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

RGB color model

#063111 color RGB value is (6,49,17).

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

RGB channels and saturation

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

6
49
17

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

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 17 = 72 (100%)
R 6 of 72 ~ 8.33%
G 49 of 72 ~ 68.06%
B 17 of 72 ~ 23.61%

%68.06
%23.61

CMYK color model

#063111 color CMYK value is (88,0,65,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 80.78%
CMYK:
(88,0,65,81)
C88M0Y65K81 
(88%,0%,65%,81%)
(0.88/0.00/0.65/0.81)	

CMYK percentages

%87.76
%0
%65.31
%80.78

Codes

Color #063111 in popluar color models

063111
RGB64917
HSL135°78.18%10.78%
HSB/HSV135°87.76%19.22%
CMYK87.76%0.00%65.31%
80.78%

Color #063111 in popluar number systems.

HEX063111
Decimal64917
Binary11011000110001
Octal66121

Shades and tints

Shades of #063111

#063111
(6,49,17)
#062D10
(6,45,16)
#06290F
(6,41,15)
#06250E
(6,37,14)
#06210D
(6,33,13)
#061D0C
(6,29,12)
#06190B
(6,25,11)
#06150A
(6,21,10)
#061109
(6,17,9)
#060D08
(6,13,8)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #063111

#063111
(6,49,17)
#1C4326
(28,67,38)
#32553B
(50,85,59)
#486750
(72,103,80)
#5E7965
(94,121,101)
#748B7A
(116,139,122)
#8A9D8F
(138,157,143)
#A0AFA4
(160,175,164)
#B6C1B9
(182,193,185)
#CCD3CE
(204,211,206)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063111; }

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

This text font color is #063111.


Background Color

.myBgColor { background-color: #063111; }

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

This div background color is #063111.


Border color

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

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

This div border color is #063111.


Opacity

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

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

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

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

This text has shadow with #063111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063111 on black background.


Color preview on white background

This text has color #063111 on white background.



Black color preview on #063111 background

This text has black color on #063111 background.


White color preview on #063111 background

This text has white color on #063111 background.