COLOR #063534

HEX: #063534
RGB: (6,53,52)

Color info

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

RGB color model

#063534 color RGB value is (6,53,52).

  • red value is 6;
  • green value is 53;
  • blue value is 52.
RGB:
(6,53,52)
(2%,21%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 52 of 255 = 20%

6
53
52

R + G + B ~ 14%. #063534 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 52 = 111 (100%)
R 6 of 111 ~ 5.41%
G 53 of 111 ~ 47.75%
B 52 of 111 ~ 46.85%

%47.75
%46.85

CMYK color model

#063534 color CMYK value is (89,0,2,79).

  • cyan value is 88.68%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 79.22%
CMYK:
(89,0,2,79)
C89M0Y2K79 
(89%,0%,2%,79%)
(0.89/0.00/0.02/0.79)	

CMYK percentages

%88.68
%0
%1.89
%79.22

Codes

Color #063534 in popluar color models

063534
RGB65352
HSL179°79.66%11.57%
HSB/HSV179°88.68%20.78%
CMYK88.68%0.00%1.89%
79.22%

Color #063534 in popluar number systems.

HEX063534
Decimal65352
Binary110110101110100
Octal66564

Shades and tints

Shades of #063534

#063534
(6,53,52)
#063130
(6,49,48)
#062D2C
(6,45,44)
#062928
(6,41,40)
#062524
(6,37,36)
#062120
(6,33,32)
#061D1C
(6,29,28)
#061918
(6,25,24)
#061514
(6,21,20)
#061110
(6,17,16)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #063534

#063534
(6,53,52)
#1C4746
(28,71,70)
#325958
(50,89,88)
#486B6A
(72,107,106)
#5E7D7C
(94,125,124)
#748F8E
(116,143,142)
#8AA1A0
(138,161,160)
#A0B3B2
(160,179,178)
#B6C5C4
(182,197,196)
#CCD7D6
(204,215,214)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063534; }

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

This text font color is #063534.


Background Color

.myBgColor { background-color: #063534; }

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

This div background color is #063534.


Border color

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

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

This div border color is #063534.


Opacity

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

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

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

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

This text has shadow with #063534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063534 on black background.


Color preview on white background

This text has color #063534 on white background.



Black color preview on #063534 background

This text has black color on #063534 background.


White color preview on #063534 background

This text has white color on #063534 background.