COLOR #063633

HEX: #063633
RGB: (6,54,51)

Color info

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

RGB color model

#063633 color RGB value is (6,54,51).

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

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 51 of 255 = 20%

6
54
51

R + G + B ~ 14%. #063633 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 51 = 111 (100%)
R 6 of 111 ~ 5.41%
G 54 of 111 ~ 48.65%
B 51 of 111 ~ 45.95%

%48.65
%45.95

CMYK color model

#063633 color CMYK value is (89,0,6,79).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 78.82%
CMYK:
(89,0,6,79)
C89M0Y6K79 
(89%,0%,6%,79%)
(0.89/0.00/0.06/0.79)	

CMYK percentages

%88.89
%0
%5.56
%78.82

Codes

Color #063633 in popluar color models

063633
RGB65451
HSL176°80.00%11.76%
HSB/HSV176°88.89%21.18%
CMYK88.89%0.00%5.56%
78.82%

Color #063633 in popluar number systems.

HEX063633
Decimal65451
Binary110110110110011
Octal66663

Shades and tints

Shades of #063633

#063633
(6,54,51)
#06322F
(6,50,47)
#062E2B
(6,46,43)
#062A27
(6,42,39)
#062623
(6,38,35)
#06221F
(6,34,31)
#061E1B
(6,30,27)
#061A17
(6,26,23)
#061613
(6,22,19)
#06120F
(6,18,15)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #063633

#063633
(6,54,51)
#1C4845
(28,72,69)
#325A57
(50,90,87)
#486C69
(72,108,105)
#5E7E7B
(94,126,123)
#74908D
(116,144,141)
#8AA29F
(138,162,159)
#A0B4B1
(160,180,177)
#B6C6C3
(182,198,195)
#CCD8D5
(204,216,213)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063633; }

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

This text font color is #063633.


Background Color

.myBgColor { background-color: #063633; }

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

This div background color is #063633.


Border color

.myBorderColor { border: 1px solid #063633; }

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

This div border color is #063633.


Opacity

.myOpacity80 { color: #063633; opacity: 0.8; }

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

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

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

This text has shadow with #063633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063633 on black background.


Color preview on white background

This text has color #063633 on white background.



Black color preview on #063633 background

This text has black color on #063633 background.


White color preview on #063633 background

This text has white color on #063633 background.