COLOR #06301B

HEX: #06301B RGB: (6,48,27)

Color info

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

RGB color model

#06301B color RGB value is (6,48,27).

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

RGB channels and saturation

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

6
48
27

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

Portions of RGB colors in percentages

R + G + B = 6 + 48 + 27 = 81 (100%)
R 6 of 81 ~ 7.41%
G 48 of 81 ~ 59.26%
B 27 of 81 ~ 33.33'%

%59.26
%33.33

CMYK color model

#06301B color CMYK value is (88,0,44,81).

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

CMYK: (88,0,44,81)
C88M0Y44K81 (88%, 0%, 44%, 81%)
(0.88 / 0.00 / 0.44 / 0.81)

CMYK percentages

%87.5
%0
%43.75
%81.18

Codes

Color #06301B in popluar color models

06 30 1B
RGB 6 48 27
HSL 150° 77.78% 10.59%
HSB/HSV 150° 87.50% 18.82%
CMYK 87.50% 0.00% 43.75%
81.18%

Color #06301B in popluar number systems.

HEX 06 30 1B
Decimal 6 48 27
Binary 110 110000 11011
Octal 6 60 33

Shades and tints

Shades of #06301B

#06301B
(6,48,27)
#062C19
(6,44,25)
#062817
(6,40,23)
#062415
(6,36,21)
#062013
(6,32,19)
#061C11
(6,28,17)
#06180F
(6,24,15)
#06140D
(6,20,13)
#06100B
(6,16,11)
#060C09
(6,12,9)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #06301B

#06301B
(6,48,27)
#1C422F
(28,66,47)
#325443
(50,84,67)
#486657
(72,102,87)
#5E786B
(94,120,107)
#748A7F
(116,138,127)
#8A9C93
(138,156,147)
#A0AEA7
(160,174,167)
#B6C0BB
(182,192,187)
#CCD2CF
(204,210,207)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06301B; }

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

This text font color is #06301B.

Background Color

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

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

This div background color is #06301B.

Border color

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

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

This div border color is #06301B.

Opacity

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

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

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

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

This text has shadow with #06301B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06301B.

Preview

Color preview on black background

This text has color #06301B on black background.


Color preview on white background

This text has color #06301B on white background.


Black color preview on #06301B background

This text has black color on #06301B background.


White color preview on #06301B background

This text has white color on #06301B background.


Related colors

Complementary color

Complementary color for #hex is #F9CFE4.


I love getcolorcode.com

Triadic colors

1 #1B0630 and #301B06 with #06301B are triadic colors.

2 #1B3006 and #30061B with #06301B are triadic colors.