COLOR #063527

HEX: #063527
RGB: (6,53,39)

Renk bilgisi

#063527 contains red, green and blue colors in about the same proportion. #063527 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#063527 color RGB value is (6,53,39).

  • kırmız ton 6;
  • yeşil ton 53;
  • mavi ton 39.
RGB:
(6,53,39)
(2%,21%,15%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 53 of 255 = 21%
B 39 of 255 = 15%

6
53
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 53 + 39 = 98 (100%)
R 6 of 98 ~ 6.12%
G 53 of 98 ~ 54.08%
B 39 of 98 ~ 39.8%

%54.08
%39.8

CMYK RENK MODELİ

#063527 rengi CMYK tonu (89,0,26,79).

  • camgöbeği tonu 88.68%
  • eflatun tonu 0.00%
  • sarı tonu 26.42%
  • ana renk tonu 79.22%
CMYK:
(89,0,26,79)
C89M0Y26K79 
(89%,0%,26%,79%)
(0.89/0.00/0.26/0.79)	

CMYK yüzdeleri

%88.68
%0
%26.42
%79.22

Codes

Color #063527 in popluar color models

063527
RGB65339
HSL162°79.66%11.57%
HSB/HSV162°88.68%20.78%
CMYK88.68%0.00%26.42%
79.22%

Color #063527 in popluar number systems.

HEX063527
Decimal65339
Binary110110101100111
Octal66547

Shades and tints

Shades of #063527

#063527
(6,53,39)
#063124
(6,49,36)
#062D21
(6,45,33)
#06291E
(6,41,30)
#06251B
(6,37,27)
#062118
(6,33,24)
#061D15
(6,29,21)
#061912
(6,25,18)
#06150F
(6,21,15)
#06110C
(6,17,12)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #063527

#063527
(6,53,39)
#1C473A
(28,71,58)
#32594D
(50,89,77)
#486B60
(72,107,96)
#5E7D73
(94,125,115)
#748F86
(116,143,134)
#8AA199
(138,161,153)
#A0B3AC
(160,179,172)
#B6C5BF
(182,197,191)
#CCD7D2
(204,215,210)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063527; }

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

This text font color is #063527.


Background Color

.myBgColor { background-color: #063527; }

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

This div background color is #063527.


Border color

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

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

This div border color is #063527.


Opacity

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

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

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

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

This text has shadow with #063527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063527 on black background.


Color preview on white background

This text has color #063527 on white background.



Black color preview on #063527 background

This text has black color on #063527 background.


White color preview on #063527 background

This text has white color on #063527 background.