COLOR #063103

HEX: #063103 RGB: (6,49,3)

Color info

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

RGB color model

#063103 color RGB value is (6,49,3).

RGB: (6,49,3) (2%, 19%, 1%)

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 3 of 255 = 1%

6
49
3

R + G + B ~ 7%. #063103 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 49 + 3 = 58 (100%)
R 6 of 58 ~ 10.34%
G 49 of 58 ~ 84.48%
B 3 of 58 ~ 5.17'%

%84.48

CMYK color model

#063103 color CMYK value is (88,0,94,81).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 93.88%
  • key color value is 80.78%

CMYK: (88,0,94,81)
C88M0Y94K81 (88%, 0%, 94%, 81%)
(0.88 / 0.00 / 0.94 / 0.81)

CMYK percentages

%87.76
%0
%93.88
%80.78

Codes

Color #063103 in popluar color models

06 31 03
RGB 6 49 3
HSL 116° 88.46% 10.20%
HSB/HSV 116° 93.88% 19.22%
CMYK 87.76% 0.00% 93.88%
80.78%

Color #063103 in popluar number systems.

HEX 06 31 03
Decimal 6 49 3
Binary 110 110001 11
Octal 6 61 3

Shades and tints

Shades of #063103

#063103
(6,49,3)
#062D03
(6,45,3)
#062903
(6,41,3)
#062503
(6,37,3)
#062103
(6,33,3)
#061D03
(6,29,3)
#061903
(6,25,3)
#061503
(6,21,3)
#061103
(6,17,3)
#060D03
(6,13,3)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #063103

#063103
(6,49,3)
#1C4319
(28,67,25)
#32552F
(50,85,47)
#486745
(72,103,69)
#5E795B
(94,121,91)
#748B71
(116,139,113)
#8A9D87
(138,157,135)
#A0AF9D
(160,175,157)
#B6C1B3
(182,193,179)
#CCD3C9
(204,211,201)
#E2E5DF
(226,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063103; }

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

This text font color is #063103.

Background Color

.myBgColor { background-color: #063103; }

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

This div background color is #063103.

Border color

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

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

This div border color is #063103.

Opacity

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

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

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

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

This text has shadow with #063103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063103.

Preview

Color preview on black background

This text has color #063103 on black background.


Color preview on white background

This text has color #063103 on white background.


Black color preview on #063103 background

This text has black color on #063103 background.


White color preview on #063103 background

This text has white color on #063103 background.


Related colors

Complementary color

Complementary color for #hex is #F9CEFC.


I love getcolorcode.com

Triadic colors

1 #030631 and #310306 with #063103 are triadic colors.

2 #033106 and #310603 with #063103 are triadic colors.