COLOR #06393A

HEX: #06393A
RGB: (6,57,58)

Color info

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

RGB color model

#06393A color RGB value is (6,57,58).

  • red value is 6;
  • green value is 57;
  • blue value is 58.
RGB:
(6,57,58)
(2%,22%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 57 of 255 = 22%
B 58 of 255 = 23%

6
57
58

R + G + B ~ 16%. #06393A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 58 = 121 (100%)
R 6 of 121 ~ 4.96%
G 57 of 121 ~ 47.11%
B 58 of 121 ~ 47.93%

%47.11
%47.93

CMYK color model

#06393A color CMYK value is (90,2,0,77).

  • cyan value is 89.66%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(90,2,0,77)
C90M2Y0K77 
(90%,2%,0%,77%)
(0.90/0.02/0.00/0.77)	

CMYK percentages

%89.66
%1.72
%0
%77.25

Codes

Color #06393A in popluar color models

06393A
RGB65758
HSL181°81.25%12.55%
HSB/HSV181°89.66%22.75%
CMYK89.66%1.72%0.00%
77.25%

Color #06393A in popluar number systems.

HEX06393A
Decimal65758
Binary110111001111010
Octal67172

Shades and tints

Shades of #06393A

#06393A
(6,57,58)
#063435
(6,52,53)
#062F30
(6,47,48)
#062A2B
(6,42,43)
#062526
(6,37,38)
#062021
(6,32,33)
#061B1C
(6,27,28)
#061617
(6,22,23)
#061112
(6,17,18)
#060C0D
(6,12,13)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #06393A

#06393A
(6,57,58)
#1C4B4B
(28,75,75)
#325D5C
(50,93,92)
#486F6D
(72,111,109)
#5E817E
(94,129,126)
#74938F
(116,147,143)
#8AA5A0
(138,165,160)
#A0B7B1
(160,183,177)
#B6C9C2
(182,201,194)
#CCDBD3
(204,219,211)
#E2EDE4
(226,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06393A color. Also use rgb(6,57,58) instead hex code.

Text Font Color

.myTextColor { color: #06393A; }

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

This text font color is #06393A.


Background Color

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

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

This div background color is #06393A.


Border color

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

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

This div border color is #06393A.


Opacity

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

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

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

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

This text has shadow with #06393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06393A on black background.


Color preview on white background

This text has color #06393A on white background.



Black color preview on #06393A background

This text has black color on #06393A background.


White color preview on #06393A background

This text has white color on #06393A background.