COLOR #06301C

HEX: #06301C RGB: (6,48,28)

Color info

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

RGB color model

#06301C color RGB value is (6,48,28).

RGB: (6,48,28) (2%, 19%, 11%)

RGB channels and saturation

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

6
48
28

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

Portions of RGB colors in percentages

R + G + B = 6 + 48 + 28 = 82 (100%)
R 6 of 82 ~ 7.32%
G 48 of 82 ~ 58.54%
B 28 of 82 ~ 34.15'%

%58.54
%34.15

CMYK color model

#06301C color CMYK value is (88,0,42,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 81.18%

CMYK: (88,0,42,81)
C88M0Y42K81 (88%, 0%, 42%, 81%)
(0.88 / 0.00 / 0.42 / 0.81)

CMYK percentages

%87.5
%0
%41.67
%81.18

Codes

Color #06301C in popluar color models

06 30 1C
RGB 6 48 28
HSL 151° 77.78% 10.59%
HSB/HSV 151° 87.50% 18.82%
CMYK 87.50% 0.00% 41.67%
81.18%

Color #06301C in popluar number systems.

HEX 06 30 1C
Decimal 6 48 28
Binary 110 110000 11100
Octal 6 60 34

Shades and tints

Shades of #06301C

#06301C
(6,48,28)
#062C1A
(6,44,26)
#062818
(6,40,24)
#062416
(6,36,22)
#062014
(6,32,20)
#061C12
(6,28,18)
#061810
(6,24,16)
#06140E
(6,20,14)
#06100C
(6,16,12)
#060C0A
(6,12,10)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #06301C

#06301C
(6,48,28)
#1C4230
(28,66,48)
#325444
(50,84,68)
#486658
(72,102,88)
#5E786C
(94,120,108)
#748A80
(116,138,128)
#8A9C94
(138,156,148)
#A0AEA8
(160,174,168)
#B6C0BC
(182,192,188)
#CCD2D0
(204,210,208)
#E2E4E4
(226,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06301C; }

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

This text font color is #06301C.

Background Color

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

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

This div background color is #06301C.

Border color

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

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

This div border color is #06301C.

Opacity

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

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

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

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

This text has shadow with #06301C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06301C.

Preview

Color preview on black background

This text has color #06301C on black background.


Color preview on white background

This text has color #06301C on white background.


Black color preview on #06301C background

This text has black color on #06301C background.


White color preview on #06301C background

This text has white color on #06301C background.


Related colors

Complementary color

Complementary color for #hex is #F9CFE3.


I love getcolorcode.com

Triadic colors

1 #1C0630 and #301C06 with #06301C are triadic colors.

2 #1C3006 and #30061C with #06301C are triadic colors.