COLOR #06311C

HEX: #06311C
RGB: (6,49,28)

Color info

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

RGB color model

#06311C color RGB value is (6,49,28).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 28 of 255 = 11%

6
49
28

R + G + B ~ 11%. #06311C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 28 = 83 (100%)
R 6 of 83 ~ 7.23%
G 49 of 83 ~ 59.04%
B 28 of 83 ~ 33.73%

%59.04
%33.73

CMYK color model

#06311C color CMYK value is (88,0,43,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 80.78%
CMYK:
(88,0,43,81)
C88M0Y43K81 
(88%,0%,43%,81%)
(0.88/0.00/0.43/0.81)	

CMYK percentages

%87.76
%0
%42.86
%80.78

Codes

Color #06311C in popluar color models

06311C
RGB64928
HSL151°78.18%10.78%
HSB/HSV151°87.76%19.22%
CMYK87.76%0.00%42.86%
80.78%

Color #06311C in popluar number systems.

HEX06311C
Decimal64928
Binary11011000111100
Octal66134

Shades and tints

Shades of #06311C

#06311C
(6,49,28)
#062D1A
(6,45,26)
#062918
(6,41,24)
#062516
(6,37,22)
#062114
(6,33,20)
#061D12
(6,29,18)
#061910
(6,25,16)
#06150E
(6,21,14)
#06110C
(6,17,12)
#060D0A
(6,13,10)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #06311C

#06311C
(6,49,28)
#1C4330
(28,67,48)
#325544
(50,85,68)
#486758
(72,103,88)
#5E796C
(94,121,108)
#748B80
(116,139,128)
#8A9D94
(138,157,148)
#A0AFA8
(160,175,168)
#B6C1BC
(182,193,188)
#CCD3D0
(204,211,208)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06311C; }

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

This text font color is #06311C.


Background Color

.myBgColor { background-color: #06311C; }

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

This div background color is #06311C.


Border color

.myBorderColor { border: 1px solid #06311C; }

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

This div border color is #06311C.


Opacity

.myOpacity80 { color: #06311C; opacity: 0.8; }

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

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

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

This text has shadow with #06311C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06311C on black background.


Color preview on white background

This text has color #06311C on white background.



Black color preview on #06311C background

This text has black color on #06311C background.


White color preview on #06311C background

This text has white color on #06311C background.