COLOR #063126

HEX: #063126
RGB: (6,49,38)

Color info

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

RGB color model

#063126 color RGB value is (6,49,38).

  • red value is 6;
  • green value is 49;
  • blue value is 38.
RGB:
(6,49,38)
(2%,19%,15%)

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 38 of 255 = 15%

6
49
38

R + G + B ~ 12%. #063126 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 38 = 93 (100%)
R 6 of 93 ~ 6.45%
G 49 of 93 ~ 52.69%
B 38 of 93 ~ 40.86%

%52.69
%40.86

CMYK color model

#063126 color CMYK value is (88,0,22,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(88,0,22,81)
C88M0Y22K81 
(88%,0%,22%,81%)
(0.88/0.00/0.22/0.81)	

CMYK percentages

%87.76
%0
%22.45
%80.78

Codes

Color #063126 in popluar color models

063126
RGB64938
HSL165°78.18%10.78%
HSB/HSV165°87.76%19.22%
CMYK87.76%0.00%22.45%
80.78%

Color #063126 in popluar number systems.

HEX063126
Decimal64938
Binary110110001100110
Octal66146

Shades and tints

Shades of #063126

#063126
(6,49,38)
#062D23
(6,45,35)
#062920
(6,41,32)
#06251D
(6,37,29)
#06211A
(6,33,26)
#061D17
(6,29,23)
#061914
(6,25,20)
#061511
(6,21,17)
#06110E
(6,17,14)
#060D0B
(6,13,11)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #063126

#063126
(6,49,38)
#1C4339
(28,67,57)
#32554C
(50,85,76)
#48675F
(72,103,95)
#5E7972
(94,121,114)
#748B85
(116,139,133)
#8A9D98
(138,157,152)
#A0AFAB
(160,175,171)
#B6C1BE
(182,193,190)
#CCD3D1
(204,211,209)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063126; }

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

This text font color is #063126.


Background Color

.myBgColor { background-color: #063126; }

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

This div background color is #063126.


Border color

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

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

This div border color is #063126.


Opacity

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

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

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

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

This text has shadow with #063126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063126 on black background.


Color preview on white background

This text has color #063126 on white background.



Black color preview on #063126 background

This text has black color on #063126 background.


White color preview on #063126 background

This text has white color on #063126 background.