COLOR #063334

HEX: #063334
RGB: (6,51,52)

Color info

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

RGB color model

#063334 color RGB value is (6,51,52).

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

RGB channels and saturation

R 6 of 255 = 2%
G 51 of 255 = 20%
B 52 of 255 = 20%

6
51
52

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

Portions of RGB colors in percentages

R + G + B =
6 + 51 + 52 = 109 (100%)
R 6 of 109 ~ 5.5%
G 51 of 109 ~ 46.79%
B 52 of 109 ~ 47.71%

%46.79
%47.71

CMYK color model

#063334 color CMYK value is (88,2,0,80).

  • cyan value is 88.46%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(88,2,0,80)
C88M2Y0K80 
(88%,2%,0%,80%)
(0.88/0.02/0.00/0.80)	

CMYK percentages

%88.46
%1.92
%0
%79.61

Codes

Color #063334 in popluar color models

063334
RGB65152
HSL181°79.31%11.37%
HSB/HSV181°88.46%20.39%
CMYK88.46%1.92%0.00%
79.61%

Color #063334 in popluar number systems.

HEX063334
Decimal65152
Binary110110011110100
Octal66364

Shades and tints

Shades of #063334

#063334
(6,51,52)
#062F30
(6,47,48)
#062B2C
(6,43,44)
#062728
(6,39,40)
#062324
(6,35,36)
#061F20
(6,31,32)
#061B1C
(6,27,28)
#061718
(6,23,24)
#061314
(6,19,20)
#060F10
(6,15,16)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #063334

#063334
(6,51,52)
#1C4546
(28,69,70)
#325758
(50,87,88)
#48696A
(72,105,106)
#5E7B7C
(94,123,124)
#748D8E
(116,141,142)
#8A9FA0
(138,159,160)
#A0B1B2
(160,177,178)
#B6C3C4
(182,195,196)
#CCD5D6
(204,213,214)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063334; }

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

This text font color is #063334.


Background Color

.myBgColor { background-color: #063334; }

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

This div background color is #063334.


Border color

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

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

This div border color is #063334.


Opacity

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

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

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

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

This text has shadow with #063334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063334 on black background.


Color preview on white background

This text has color #063334 on white background.



Black color preview on #063334 background

This text has black color on #063334 background.


White color preview on #063334 background

This text has white color on #063334 background.