COLOR #063E13

HEX: #063E13
RGB: (6,62,19)

Renk bilgisi

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

RGB renk modeli

#063E13 color RGB value is (6,62,19).

  • kırmız ton 6;
  • yeşil ton 62;
  • mavi ton 19.
RGB:
(6,62,19)
(2%,24%,7%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 62 of 255 = 24%
B 19 of 255 = 7%

6
62
19

R + G + B ~ 11%. #063E13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 62 + 19 = 87 (100%)
R 6 of 87 ~ 6.9%
G 62 of 87 ~ 71.26%
B 19 of 87 ~ 21.84%

%71.26
%21.84

CMYK RENK MODELİ

#063E13 rengi CMYK tonu (90,0,69,76).

  • camgöbeği tonu 90.32%
  • eflatun tonu 0.00%
  • sarı tonu 69.35%
  • ana renk tonu 75.69%
CMYK:
(90,0,69,76)
C90M0Y69K76 
(90%,0%,69%,76%)
(0.90/0.00/0.69/0.76)	

CMYK yüzdeleri

%90.32
%0
%69.35
%75.69

Codes

Color #063E13 in popluar color models

063E13
RGB66219
HSL134°82.35%13.33%
HSB/HSV134°90.32%24.31%
CMYK90.32%0.00%69.35%
75.69%

Color #063E13 in popluar number systems.

HEX063E13
Decimal66219
Binary11011111010011
Octal67623

Shades and tints

Shades of #063E13

#063E13
(6,62,19)
#063912
(6,57,18)
#063411
(6,52,17)
#062F10
(6,47,16)
#062A0F
(6,42,15)
#06250E
(6,37,14)
#06200D
(6,32,13)
#061B0C
(6,27,12)
#06160B
(6,22,11)
#06110A
(6,17,10)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #063E13

#063E13
(6,62,19)
#1C4F28
(28,79,40)
#32603D
(50,96,61)
#487152
(72,113,82)
#5E8267
(94,130,103)
#74937C
(116,147,124)
#8AA491
(138,164,145)
#A0B5A6
(160,181,166)
#B6C6BB
(182,198,187)
#CCD7D0
(204,215,208)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063E13 color. Also use rgb(6,62,19) instead hex code.

Text Font Color

.myTextColor { color: #063E13; }

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

This text font color is #063E13.


Background Color

.myBgColor { background-color: #063E13; }

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

This div background color is #063E13.


Border color

.myBorderColor { border: 1px solid #063E13; }

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

This div border color is #063E13.


Opacity

.myOpacity80 { color: #063E13; opacity: 0.8; }

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

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

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

This text has shadow with #063E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063E13 on black background.


Color preview on white background

This text has color #063E13 on white background.



Black color preview on #063E13 background

This text has black color on #063E13 background.


White color preview on #063E13 background

This text has white color on #063E13 background.