COLOR #063D1A

HEX: #063D1A RGB: (6,61,26)

Color info

#063D1A contains red, green and blue colors in about the same proportion. Web safe color of #063D1A is #003300 (or #030).

RGB color model

#063D1A color RGB value is (6,61,26).

RGB: (6,61,26) (2%, 24%, 10%)

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 26 of 255 = 10%

6
61
26

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

Portions of RGB colors in percentages

R + G + B = 6 + 61 + 26 = 93 (100%)
R 6 of 93 ~ 6.45%
G 61 of 93 ~ 65.59%
B 26 of 93 ~ 27.96'%

%65.59
%27.96

CMYK color model

#063D1A color CMYK value is (90,0,57,76).

  • cyan value is 90.16%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 76.08%

CMYK: (90,0,57,76)
C90M0Y57K76 (90%, 0%, 57%, 76%)
(0.90 / 0.00 / 0.57 / 0.76)

CMYK percentages

%90.16
%0
%57.38
%76.08

Codes

Color #063D1A in popluar color models

06 3D 1A
RGB 6 61 26
HSL 142° 82.09% 13.14%
HSB/HSV 142° 90.16% 23.92%
CMYK 90.16% 0.00% 57.38%
76.08%

Color #063D1A in popluar number systems.

HEX 06 3D 1A
Decimal 6 61 26
Binary 110 111101 11010
Octal 6 75 32

Shades and tints

Shades of #063D1A

#063D1A
(6,61,26)
#063818
(6,56,24)
#063316
(6,51,22)
#062E14
(6,46,20)
#062912
(6,41,18)
#062410
(6,36,16)
#061F0E
(6,31,14)
#061A0C
(6,26,12)
#06150A
(6,21,10)
#061008
(6,16,8)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #063D1A

#063D1A
(6,61,26)
#1C4E2E
(28,78,46)
#325F42
(50,95,66)
#487056
(72,112,86)
#5E816A
(94,129,106)
#74927E
(116,146,126)
#8AA392
(138,163,146)
#A0B4A6
(160,180,166)
#B6C5BA
(182,197,186)
#CCD6CE
(204,214,206)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063D1A color. Also use rgb(6,61,26) instead hex code.

Text Font Color

.myTextColor { color: #063D1A; }

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

This text font color is #063D1A.

Background Color

.myBgColor { background-color: #063D1A; }

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

This div background color is #063D1A.

Border color

.myBorderColor { border: 1px solid #063D1A; }

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

This div border color is #063D1A.

Opacity

.myOpacity80 { color: #063D1A; opacity: 0.8; }

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

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

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

This text has shadow with #063D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063D1A.

Preview

Color preview on black background

This text has color #063D1A on black background.


Color preview on white background

This text has color #063D1A on white background.


Black color preview on #063D1A background

This text has black color on #063D1A background.


White color preview on #063D1A background

This text has white color on #063D1A background.


Related colors

Complementary color

Complementary color for #hex is #F9C2E5.


I love getcolorcode.com

Triadic colors

1 #1A063D and #3D1A06 with #063D1A are triadic colors.

2 #1A3D06 and #3D061A with #063D1A are triadic colors.