COLOR #06353A

HEX: #06353A
RGB: (6,53,58)

Color info

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

RGB color model

#06353A color RGB value is (6,53,58).

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

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 58 of 255 = 23%

6
53
58

R + G + B ~ 15%. #06353A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 58 = 117 (100%)
R 6 of 117 ~ 5.13%
G 53 of 117 ~ 45.3%
B 58 of 117 ~ 49.57%

%45.3
%49.57

CMYK color model

#06353A color CMYK value is (90,9,0,77).

  • cyan value is 89.66%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(90,9,0,77)
C90M9Y0K77 
(90%,9%,0%,77%)
(0.90/0.09/0.00/0.77)	

CMYK percentages

%89.66
%8.62
%0
%77.25

Codes

Color #06353A in popluar color models

06353A
RGB65358
HSL186°81.25%12.55%
HSB/HSV186°89.66%22.75%
CMYK89.66%8.62%0.00%
77.25%

Color #06353A in popluar number systems.

HEX06353A
Decimal65358
Binary110110101111010
Octal66572

Shades and tints

Shades of #06353A

#06353A
(6,53,58)
#063135
(6,49,53)
#062D30
(6,45,48)
#06292B
(6,41,43)
#062526
(6,37,38)
#062121
(6,33,33)
#061D1C
(6,29,28)
#061917
(6,25,23)
#061512
(6,21,18)
#06110D
(6,17,13)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #06353A

#06353A
(6,53,58)
#1C474B
(28,71,75)
#32595C
(50,89,92)
#486B6D
(72,107,109)
#5E7D7E
(94,125,126)
#748F8F
(116,143,143)
#8AA1A0
(138,161,160)
#A0B3B1
(160,179,177)
#B6C5C2
(182,197,194)
#CCD7D3
(204,215,211)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06353A; }

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

This text font color is #06353A.


Background Color

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

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

This div background color is #06353A.


Border color

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

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

This div border color is #06353A.


Opacity

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

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

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

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

This text has shadow with #06353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06353A on black background.


Color preview on white background

This text has color #06353A on white background.



Black color preview on #06353A background

This text has black color on #06353A background.


White color preview on #06353A background

This text has white color on #06353A background.