COLOR #063726

HEX: #063726
RGB: (6,55,38)

Color info

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

RGB color model

#063726 color RGB value is (6,55,38).

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

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 38 of 255 = 15%

6
55
38

R + G + B ~ 13%. #063726 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 38 = 99 (100%)
R 6 of 99 ~ 6.06%
G 55 of 99 ~ 55.56%
B 38 of 99 ~ 38.38%

%55.56
%38.38

CMYK color model

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

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(89,0,31,78)
C89M0Y31K78 
(89%,0%,31%,78%)
(0.89/0.00/0.31/0.78)	

CMYK percentages

%89.09
%0
%30.91
%78.43

Codes

Color #063726 in popluar color models

063726
RGB65538
HSL159°80.33%11.96%
HSB/HSV159°89.09%21.57%
CMYK89.09%0.00%30.91%
78.43%

Color #063726 in popluar number systems.

HEX063726
Decimal65538
Binary110110111100110
Octal66746

Shades and tints

Shades of #063726

#063726
(6,55,38)
#063223
(6,50,35)
#062D20
(6,45,32)
#06281D
(6,40,29)
#06231A
(6,35,26)
#061E17
(6,30,23)
#061914
(6,25,20)
#061411
(6,20,17)
#060F0E
(6,15,14)
#060A0B
(6,10,11)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #063726

#063726
(6,55,38)
#1C4939
(28,73,57)
#325B4C
(50,91,76)
#486D5F
(72,109,95)
#5E7F72
(94,127,114)
#749185
(116,145,133)
#8AA398
(138,163,152)
#A0B5AB
(160,181,171)
#B6C7BE
(182,199,190)
#CCD9D1
(204,217,209)
#E2EBE4
(226,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063726; }

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

This text font color is #063726.


Background Color

.myBgColor { background-color: #063726; }

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

This div background color is #063726.


Border color

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

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

This div border color is #063726.


Opacity

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

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

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

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

This text has shadow with #063726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063726 on black background.


Color preview on white background

This text has color #063726 on white background.



Black color preview on #063726 background

This text has black color on #063726 background.


White color preview on #063726 background

This text has white color on #063726 background.