COLOR #06384A

HEX: #06384A
RGB: (6,56,74)

Color info

#06384A contains mainly green and blue colors. Web safe color of #06384A is #003333 (or #033).

RGB color model

#06384A color RGB value is (6,56,74).

  • red value is 6;
  • green value is 56;
  • blue value is 74.
RGB:
(6,56,74)
(2%,22%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 56 of 255 = 22%
B 74 of 255 = 29%

6
56
74

R + G + B ~ 18%. #06384A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 56 + 74 = 136 (100%)
R 6 of 136 ~ 4.41%
G 56 of 136 ~ 41.18%
B 74 of 136 ~ 54.41%

%41.18
%54.41

CMYK color model

#06384A color CMYK value is (92,24,0,71).

  • cyan value is 91.89%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(92,24,0,71)
C92M24Y0K71 
(92%,24%,0%,71%)
(0.92/0.24/0.00/0.71)	

CMYK percentages

%91.89
%24.32
%0
%70.98

Codes

Color #06384A in popluar color models

06384A
RGB65674
HSL196°85.00%15.69%
HSB/HSV196°91.89%29.02%
CMYK91.89%24.32%0.00%
70.98%

Color #06384A in popluar number systems.

HEX06384A
Decimal65674
Binary1101110001001010
Octal670112

Shades and tints

Shades of #06384A

#06384A
(6,56,74)
#063344
(6,51,68)
#062E3E
(6,46,62)
#062938
(6,41,56)
#062432
(6,36,50)
#061F2C
(6,31,44)
#061A26
(6,26,38)
#061520
(6,21,32)
#06101A
(6,16,26)
#060B14
(6,11,20)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #06384A

#06384A
(6,56,74)
#1C4A5A
(28,74,90)
#325C6A
(50,92,106)
#486E7A
(72,110,122)
#5E808A
(94,128,138)
#74929A
(116,146,154)
#8AA4AA
(138,164,170)
#A0B6BA
(160,182,186)
#B6C8CA
(182,200,202)
#CCDADA
(204,218,218)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06384A color. Also use rgb(6,56,74) instead hex code.

Text Font Color

.myTextColor { color: #06384A; }

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

This text font color is #06384A.


Background Color

.myBgColor { background-color: #06384A; }

<div style="background-color:#06384A">Inner text</div>

This div background color is #06384A.


Border color

.myBorderColor { border: 1px solid #06384A; }

<div style="border:3px solid #06384A">Div</div>

This div border color is #06384A.


Opacity

.myOpacity80 { color: #06384A; opacity: 0.8; }

<p style="color:#06384A;opacity:0.8;">80%</p>

Text with #06384A 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 #06384A;}

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

This text has shadow with #06384A color.

.textShadow {text-shadow: 3px 3px 1px #06384A, 3px 3px 1px red;}

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

This text has shadow with #06384A primary color and red secondary color.


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

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

This text has shadow with #06384A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06384A on black background.


Color preview on white background

This text has color #06384A on white background.



Black color preview on #06384A background

This text has black color on #06384A background.


White color preview on #06384A background

This text has white color on #06384A background.