COLOR #063311

HEX: #063311
RGB: (6,51,17)

Renk bilgisi

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

RGB renk modeli

#063311 color RGB value is (6,51,17).

  • kırmız ton 6;
  • yeşil ton 51;
  • mavi ton 17.
RGB:
(6,51,17)
(2%,20%,7%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 51 of 255 = 20%
B 17 of 255 = 7%

6
51
17

R + G + B ~ 10%. #063311 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 51 + 17 = 74 (100%)
R 6 of 74 ~ 8.11%
G 51 of 74 ~ 68.92%
B 17 of 74 ~ 22.97%

%68.92
%22.97

CMYK RENK MODELİ

#063311 rengi CMYK tonu (88,0,67,80).

  • camgöbeği tonu 88.24%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 80.00%
CMYK:
(88,0,67,80)
C88M0Y67K80 
(88%,0%,67%,80%)
(0.88/0.00/0.67/0.80)	

CMYK yüzdeleri

%88.24
%0
%66.67
%80

Codes

Color #063311 in popluar color models

063311
RGB65117
HSL135°78.95%11.18%
HSB/HSV135°88.24%20.00%
CMYK88.24%0.00%66.67%
80.00%

Color #063311 in popluar number systems.

HEX063311
Decimal65117
Binary11011001110001
Octal66321

Shades and tints

Shades of #063311

#063311
(6,51,17)
#062F10
(6,47,16)
#062B0F
(6,43,15)
#06270E
(6,39,14)
#06230D
(6,35,13)
#061F0C
(6,31,12)
#061B0B
(6,27,11)
#06170A
(6,23,10)
#061309
(6,19,9)
#060F08
(6,15,8)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #063311

#063311
(6,51,17)
#1C4526
(28,69,38)
#32573B
(50,87,59)
#486950
(72,105,80)
#5E7B65
(94,123,101)
#748D7A
(116,141,122)
#8A9F8F
(138,159,143)
#A0B1A4
(160,177,164)
#B6C3B9
(182,195,185)
#CCD5CE
(204,213,206)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063311 color. Also use rgb(6,51,17) instead hex code.

Text Font Color

.myTextColor { color: #063311; }

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

This text font color is #063311.


Background Color

.myBgColor { background-color: #063311; }

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

This div background color is #063311.


Border color

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

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

This div border color is #063311.


Opacity

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

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

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

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

This text has shadow with #063311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063311 on black background.


Color preview on white background

This text has color #063311 on white background.



Black color preview on #063311 background

This text has black color on #063311 background.


White color preview on #063311 background

This text has white color on #063311 background.