COLOR #06371B

HEX: #06371B RGB: (6,55,27)

Color info

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

RGB color model

#06371B color RGB value is (6,55,27).

RGB: (6,55,27) (2%, 22%, 11%)

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 27 of 255 = 11%

6
55
27

R + G + B ~ 12%. #06371B is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 55 + 27 = 88 (100%)
R 6 of 88 ~ 6.82%
G 55 of 88 ~ 62.5%
B 27 of 88 ~ 30.68'%

%62.5
%30.68

CMYK color model

#06371B color CMYK value is (89,0,51,78).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 78.43%

CMYK: (89,0,51,78)
C89M0Y51K78 (89%, 0%, 51%, 78%)
(0.89 / 0.00 / 0.51 / 0.78)

CMYK percentages

%89.09
%0
%50.91
%78.43

Codes

Color #06371B in popluar color models

06 37 1B
RGB 6 55 27
HSL 146° 80.33% 11.96%
HSB/HSV 146° 89.09% 21.57%
CMYK 89.09% 0.00% 50.91%
78.43%

Color #06371B in popluar number systems.

HEX 06 37 1B
Decimal 6 55 27
Binary 110 110111 11011
Octal 6 67 33

Shades and tints

Shades of #06371B

#06371B
(6,55,27)
#063219
(6,50,25)
#062D17
(6,45,23)
#062815
(6,40,21)
#062313
(6,35,19)
#061E11
(6,30,17)
#06190F
(6,25,15)
#06140D
(6,20,13)
#060F0B
(6,15,11)
#060A09
(6,10,9)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #06371B

#06371B
(6,55,27)
#1C492F
(28,73,47)
#325B43
(50,91,67)
#486D57
(72,109,87)
#5E7F6B
(94,127,107)
#74917F
(116,145,127)
#8AA393
(138,163,147)
#A0B5A7
(160,181,167)
#B6C7BB
(182,199,187)
#CCD9CF
(204,217,207)
#E2EBE3
(226,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06371B; }

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

This text font color is #06371B.

Background Color

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

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

This div background color is #06371B.

Border color

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

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

This div border color is #06371B.

Opacity

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

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

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

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

This text has shadow with #06371B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06371B.

Preview

Color preview on black background

This text has color #06371B on black background.


Color preview on white background

This text has color #06371B on white background.


Black color preview on #06371B background

This text has black color on #06371B background.


White color preview on #06371B background

This text has white color on #06371B background.


Related colors

Complementary color

Complementary color for #hex is #F9C8E4.


I love getcolorcode.com

Triadic colors

1 #1B0637 and #371B06 with #06371B are triadic colors.

2 #1B3706 and #37061B with #06371B are triadic colors.