COLOR #063010

HEX: #063010 RGB: (6,48,16)

Color info

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

RGB color model

#063010 color RGB value is (6,48,16).

RGB: (6,48,16) (2%, 19%, 6%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 16 of 255 = 6%

6
48
16

R + G + B ~ 9%. #063010 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 48 + 16 = 70 (100%)
R 6 of 70 ~ 8.57%
G 48 of 70 ~ 68.57%
B 16 of 70 ~ 22.86'%

%68.57
%22.86

CMYK color model

#063010 color CMYK value is (88,0,67,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 81.18%

CMYK: (88,0,67,81)
C88M0Y67K81 (88%, 0%, 67%, 81%)
(0.88 / 0.00 / 0.67 / 0.81)

CMYK percentages

%87.5
%0
%66.67
%81.18

Codes

Color #063010 in popluar color models

06 30 10
RGB 6 48 16
HSL 134° 77.78% 10.59%
HSB/HSV 134° 87.50% 18.82%
CMYK 87.50% 0.00% 66.67%
81.18%

Color #063010 in popluar number systems.

HEX 06 30 10
Decimal 6 48 16
Binary 110 110000 10000
Octal 6 60 20

Shades and tints

Shades of #063010

#063010
(6,48,16)
#062C0F
(6,44,15)
#06280E
(6,40,14)
#06240D
(6,36,13)
#06200C
(6,32,12)
#061C0B
(6,28,11)
#06180A
(6,24,10)
#061409
(6,20,9)
#061008
(6,16,8)
#060C07
(6,12,7)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #063010

#063010
(6,48,16)
#1C4225
(28,66,37)
#32543A
(50,84,58)
#48664F
(72,102,79)
#5E7864
(94,120,100)
#748A79
(116,138,121)
#8A9C8E
(138,156,142)
#A0AEA3
(160,174,163)
#B6C0B8
(182,192,184)
#CCD2CD
(204,210,205)
#E2E4E2
(226,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063010 color. Also use rgb(6,48,16) instead hex code.

Text Font Color

.myTextColor { color: #063010; }

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

This text font color is #063010.

Background Color

.myBgColor { background-color: #063010; }

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

This div background color is #063010.

Border color

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

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

This div border color is #063010.

Opacity

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

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

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

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

This text has shadow with #063010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063010.

Preview

Color preview on black background

This text has color #063010 on black background.


Color preview on white background

This text has color #063010 on white background.


Black color preview on #063010 background

This text has black color on #063010 background.


White color preview on #063010 background

This text has white color on #063010 background.


Related colors

Complementary color

Complementary color for #hex is #F9CFEF.


I love getcolorcode.com

Triadic colors

1 #100630 and #301006 with #063010 are triadic colors.

2 #103006 and #300610 with #063010 are triadic colors.