COLOR #063D12

HEX: #063D12 RGB: (6,61,18)

Color info

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

RGB color model

#063D12 color RGB value is (6,61,18).

RGB: (6,61,18) (2%, 24%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 18 of 255 = 7%

6
61
18

R + G + B ~ 11%. #063D12 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 61 + 18 = 85 (100%)
R 6 of 85 ~ 7.06%
G 61 of 85 ~ 71.76%
B 18 of 85 ~ 21.18'%

%71.76
%21.18

CMYK color model

#063D12 color CMYK value is (90,0,70,76).

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

CMYK: (90,0,70,76)
C90M0Y70K76 (90%, 0%, 70%, 76%)
(0.90 / 0.00 / 0.70 / 0.76)

CMYK percentages

%90.16
%0
%70.49
%76.08

Codes

Color #063D12 in popluar color models

06 3D 12
RGB 6 61 18
HSL 133° 82.09% 13.14%
HSB/HSV 133° 90.16% 23.92%
CMYK 90.16% 0.00% 70.49%
76.08%

Color #063D12 in popluar number systems.

HEX 06 3D 12
Decimal 6 61 18
Binary 110 111101 10010
Octal 6 75 22

Shades and tints

Shades of #063D12

#063D12
(6,61,18)
#063811
(6,56,17)
#063310
(6,51,16)
#062E0F
(6,46,15)
#06290E
(6,41,14)
#06240D
(6,36,13)
#061F0C
(6,31,12)
#061A0B
(6,26,11)
#06150A
(6,21,10)
#061009
(6,16,9)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #063D12

#063D12
(6,61,18)
#1C4E27
(28,78,39)
#325F3C
(50,95,60)
#487051
(72,112,81)
#5E8166
(94,129,102)
#74927B
(116,146,123)
#8AA390
(138,163,144)
#A0B4A5
(160,180,165)
#B6C5BA
(182,197,186)
#CCD6CF
(204,214,207)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063D12; }

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

This text font color is #063D12.

Background Color

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

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

This div background color is #063D12.

Border color

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

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

This div border color is #063D12.

Opacity

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

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

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

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

This text has shadow with #063D12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063D12.

Preview

Color preview on black background

This text has color #063D12 on black background.


Color preview on white background

This text has color #063D12 on white background.


Black color preview on #063D12 background

This text has black color on #063D12 background.


White color preview on #063D12 background

This text has white color on #063D12 background.


Related colors

Complementary color

Complementary color for #hex is #F9C2ED.


I love getcolorcode.com

Triadic colors

1 #12063D and #3D1206 with #063D12 are triadic colors.

2 #123D06 and #3D0612 with #063D12 are triadic colors.