COLOR #063529

HEX: #063529 RGB: (6,53,41)

Color info

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

RGB color model

#063529 color RGB value is (6,53,41).

RGB: (6,53,41) (2%, 21%, 16%)

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 41 of 255 = 16%

6
53
41

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

Portions of RGB colors in percentages

R + G + B = 6 + 53 + 41 = 100 (100%)
R 6 of 100 ~ 6%
G 53 of 100 ~ 53%
B 41 of 100 ~ 41'%

%53
%41

CMYK color model

#063529 color CMYK value is (89,0,23,79).

  • cyan value is 88.68%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 79.22%

CMYK: (89,0,23,79)
C89M0Y23K79 (89%, 0%, 23%, 79%)
(0.89 / 0.00 / 0.23 / 0.79)

CMYK percentages

%88.68
%0
%22.64
%79.22

Codes

Color #063529 in popluar color models

06 35 29
RGB 6 53 41
HSL 165° 79.66% 11.57%
HSB/HSV 165° 88.68% 20.78%
CMYK 88.68% 0.00% 22.64%
79.22%

Color #063529 in popluar number systems.

HEX 06 35 29
Decimal 6 53 41
Binary 110 110101 101001
Octal 6 65 51

Shades and tints

Shades of #063529

#063529
(6,53,41)
#063126
(6,49,38)
#062D23
(6,45,35)
#062920
(6,41,32)
#06251D
(6,37,29)
#06211A
(6,33,26)
#061D17
(6,29,23)
#061914
(6,25,20)
#061511
(6,21,17)
#06110E
(6,17,14)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #063529

#063529
(6,53,41)
#1C473C
(28,71,60)
#32594F
(50,89,79)
#486B62
(72,107,98)
#5E7D75
(94,125,117)
#748F88
(116,143,136)
#8AA19B
(138,161,155)
#A0B3AE
(160,179,174)
#B6C5C1
(182,197,193)
#CCD7D4
(204,215,212)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063529 color. Also use rgb(6,53,41) instead hex code.

Text Font Color

.myTextColor { color: #063529; }

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

This text font color is #063529.

Background Color

.myBgColor { background-color: #063529; }

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

This div background color is #063529.

Border color

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

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

This div border color is #063529.

Opacity

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

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

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

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

This text has shadow with #063529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063529.

Preview

Color preview on black background

This text has color #063529 on black background.


Color preview on white background

This text has color #063529 on white background.


Black color preview on #063529 background

This text has black color on #063529 background.


White color preview on #063529 background

This text has white color on #063529 background.


Related colors

Complementary color

Complementary color for #hex is #F9CAD6.


I love getcolorcode.com

Triadic colors

1 #290635 and #352906 with #063529 are triadic colors.

2 #293506 and #350629 with #063529 are triadic colors.