COLOR #06374F

HEX: #06374F
RGB: (6,55,79)

Color info

#06374F contains mainly green and blue colors. Web safe color of #06374F is #003366 (or #036).

RGB color model

#06374F color RGB value is (6,55,79).

  • red value is 6;
  • green value is 55;
  • blue value is 79.
RGB:
(6,55,79)
(2%,22%,31%)

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 79 of 255 = 31%

6
55
79

R + G + B ~ 18%. #06374F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 79 = 140 (100%)
R 6 of 140 ~ 4.29%
G 55 of 140 ~ 39.29%
B 79 of 140 ~ 56.43%

%39.29
%56.43

CMYK color model

#06374F color CMYK value is (92,30,0,69).

  • cyan value is 92.41%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(92,30,0,69)
C92M30Y0K69 
(92%,30%,0%,69%)
(0.92/0.30/0.00/0.69)	

CMYK percentages

%92.41
%30.38
%0
%69.02

Codes

Color #06374F in popluar color models

06374F
RGB65579
HSL200°85.88%16.67%
HSB/HSV200°92.41%30.98%
CMYK92.41%30.38%0.00%
69.02%

Color #06374F in popluar number systems.

HEX06374F
Decimal65579
Binary1101101111001111
Octal667117

Shades and tints

Shades of #06374F

#06374F
(6,55,79)
#063248
(6,50,72)
#062D41
(6,45,65)
#06283A
(6,40,58)
#062333
(6,35,51)
#061E2C
(6,30,44)
#061925
(6,25,37)
#06141E
(6,20,30)
#060F17
(6,15,23)
#060A10
(6,10,16)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #06374F

#06374F
(6,55,79)
#1C495F
(28,73,95)
#325B6F
(50,91,111)
#486D7F
(72,109,127)
#5E7F8F
(94,127,143)
#74919F
(116,145,159)
#8AA3AF
(138,163,175)
#A0B5BF
(160,181,191)
#B6C7CF
(182,199,207)
#CCD9DF
(204,217,223)
#E2EBEF
(226,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06374F color. Also use rgb(6,55,79) instead hex code.

Text Font Color

.myTextColor { color: #06374F; }

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

This text font color is #06374F.


Background Color

.myBgColor { background-color: #06374F; }

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

This div background color is #06374F.


Border color

.myBorderColor { border: 1px solid #06374F; }

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

This div border color is #06374F.


Opacity

.myOpacity80 { color: #06374F; opacity: 0.8; }

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

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

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

This text has shadow with #06374F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06374F on black background.


Color preview on white background

This text has color #06374F on white background.



Black color preview on #06374F background

This text has black color on #06374F background.


White color preview on #06374F background

This text has white color on #06374F background.