COLOR #06363D

HEX: #06363D
RGB: (6,54,61)

Color info

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

RGB color model

#06363D color RGB value is (6,54,61).

  • red value is 6;
  • green value is 54;
  • blue value is 61.
RGB:
(6,54,61)
(2%,21%,24%)

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 61 of 255 = 24%

6
54
61

R + G + B ~ 16%. #06363D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 61 = 121 (100%)
R 6 of 121 ~ 4.96%
G 54 of 121 ~ 44.63%
B 61 of 121 ~ 50.41%

%44.63
%50.41

CMYK color model

#06363D color CMYK value is (90,11,0,76).

  • cyan value is 90.16%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(90,11,0,76)
C90M11Y0K76 
(90%,11%,0%,76%)
(0.90/0.11/0.00/0.76)	

CMYK percentages

%90.16
%11.48
%0
%76.08

Codes

Color #06363D in popluar color models

06363D
RGB65461
HSL188°82.09%13.14%
HSB/HSV188°90.16%23.92%
CMYK90.16%11.48%0.00%
76.08%

Color #06363D in popluar number systems.

HEX06363D
Decimal65461
Binary110110110111101
Octal66675

Shades and tints

Shades of #06363D

#06363D
(6,54,61)
#063238
(6,50,56)
#062E33
(6,46,51)
#062A2E
(6,42,46)
#062629
(6,38,41)
#062224
(6,34,36)
#061E1F
(6,30,31)
#061A1A
(6,26,26)
#061615
(6,22,21)
#061210
(6,18,16)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #06363D

#06363D
(6,54,61)
#1C484E
(28,72,78)
#325A5F
(50,90,95)
#486C70
(72,108,112)
#5E7E81
(94,126,129)
#749092
(116,144,146)
#8AA2A3
(138,162,163)
#A0B4B4
(160,180,180)
#B6C6C5
(182,198,197)
#CCD8D6
(204,216,214)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06363D color. Also use rgb(6,54,61) instead hex code.

Text Font Color

.myTextColor { color: #06363D; }

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

This text font color is #06363D.


Background Color

.myBgColor { background-color: #06363D; }

<div style="background-color:#06363D">Inner text</div>

This div background color is #06363D.


Border color

.myBorderColor { border: 1px solid #06363D; }

<div style="border:3px solid #06363D">Div</div>

This div border color is #06363D.


Opacity

.myOpacity80 { color: #06363D; opacity: 0.8; }

<p style="color:#06363D;opacity:0.8;">80%</p>

Text with #06363D 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 #06363D;}

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

This text has shadow with #06363D color.

.textShadow {text-shadow: 3px 3px 1px #06363D, 3px 3px 1px red;}

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

This text has shadow with #06363D primary color and red secondary color.


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

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

This text has shadow with #06363D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06363D on black background.


Color preview on white background

This text has color #06363D on white background.



Black color preview on #06363D background

This text has black color on #06363D background.


White color preview on #06363D background

This text has white color on #06363D background.