COLOR #064827

HEX: #064827
RGB: (6,72,39)

Renk bilgisi

#064827 contains mainly green and blue colors. #064827 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#064827 color RGB value is (6,72,39).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 72 of 255 = 28%
B 39 of 255 = 15%

6
72
39

R + G + B ~ 15%. #064827 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 72 + 39 = 117 (100%)
R 6 of 117 ~ 5.13%
G 72 of 117 ~ 61.54%
B 39 of 117 ~ 33.33%

%61.54
%33.33

CMYK RENK MODELİ

#064827 rengi CMYK tonu (92,0,46,72).

  • camgöbeği tonu 91.67%
  • eflatun tonu 0.00%
  • sarı tonu 45.83%
  • ana renk tonu 71.76%
CMYK:
(92,0,46,72)
C92M0Y46K72 
(92%,0%,46%,72%)
(0.92/0.00/0.46/0.72)	

CMYK yüzdeleri

%91.67
%0
%45.83
%71.76

Codes

Color #064827 in popluar color models

064827
RGB67239
HSL150°84.62%15.29%
HSB/HSV150°91.67%28.24%
CMYK91.67%0.00%45.83%
71.76%

Color #064827 in popluar number systems.

HEX064827
Decimal67239
Binary1101001000100111
Octal611047

Shades and tints

Shades of #064827

#064827
(6,72,39)
#064224
(6,66,36)
#063C21
(6,60,33)
#06361E
(6,54,30)
#06301B
(6,48,27)
#062A18
(6,42,24)
#062415
(6,36,21)
#061E12
(6,30,18)
#06180F
(6,24,15)
#06120C
(6,18,12)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #064827

#064827
(6,72,39)
#1C583A
(28,88,58)
#32684D
(50,104,77)
#487860
(72,120,96)
#5E8873
(94,136,115)
#749886
(116,152,134)
#8AA899
(138,168,153)
#A0B8AC
(160,184,172)
#B6C8BF
(182,200,191)
#CCD8D2
(204,216,210)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064827; }

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

This text font color is #064827.


Background Color

.myBgColor { background-color: #064827; }

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

This div background color is #064827.


Border color

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

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

This div border color is #064827.


Opacity

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

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

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

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

This text has shadow with #064827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064827 on black background.


Color preview on white background

This text has color #064827 on white background.



Black color preview on #064827 background

This text has black color on #064827 background.


White color preview on #064827 background

This text has white color on #064827 background.