COLOR #063838

HEX: #063838 RGB: (6,56,56)

Color info

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

RGB color model

#063838 color RGB value is (6,56,56).

RGB: (6,56,56) (2%, 22%, 22%)

RGB channels and saturation

R 6 of 255 = 2%
G 56 of 255 = 22%
B 56 of 255 = 22%

6
56
56

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

Portions of RGB colors in percentages

R + G + B = 6 + 56 + 56 = 118 (100%)
R 6 of 118 ~ 5.08%
G 56 of 118 ~ 47.46%
B 56 of 118 ~ 47.46'%

%47.46
%47.46

CMYK color model

#063838 color CMYK value is (89,0,0,78).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (89,0,0,78)
C89M0Y0K78 (89%, 0%, 0%, 78%)
(0.89 / 0.00 / 0.00 / 0.78)

CMYK percentages

%89.29
%0
%0
%78.04

Codes

Color #063838 in popluar color models

06 38 38
RGB 6 56 56
HSL 180° 80.65% 12.16%
HSB/HSV 180° 89.29% 21.96%
CMYK 89.29% 0.00% 0.00%
78.04%

Color #063838 in popluar number systems.

HEX 06 38 38
Decimal 6 56 56
Binary 110 111000 111000
Octal 6 70 70

Shades and tints

Shades of #063838

#063838
(6,56,56)
#063333
(6,51,51)
#062E2E
(6,46,46)
#062929
(6,41,41)
#062424
(6,36,36)
#061F1F
(6,31,31)
#061A1A
(6,26,26)
#061515
(6,21,21)
#061010
(6,16,16)
#060B0B
(6,11,11)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #063838

#063838
(6,56,56)
#1C4A4A
(28,74,74)
#325C5C
(50,92,92)
#486E6E
(72,110,110)
#5E8080
(94,128,128)
#749292
(116,146,146)
#8AA4A4
(138,164,164)
#A0B6B6
(160,182,182)
#B6C8C8
(182,200,200)
#CCDADA
(204,218,218)
#E2ECEC
(226,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063838; }

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

This text font color is #063838.

Background Color

.myBgColor { background-color: #063838; }

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

This div background color is #063838.

Border color

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

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

This div border color is #063838.

Opacity

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

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

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

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

This text has shadow with #063838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063838.

Preview

Color preview on black background

This text has color #063838 on black background.


Color preview on white background

This text has color #063838 on white background.


Black color preview on #063838 background

This text has black color on #063838 background.


White color preview on #063838 background

This text has white color on #063838 background.


Related colors

Complementary color

Complementary color for #hex is #F9C7C7.


I love getcolorcode.com