COLOR #06252F

HEX: #06252F
RGB: (6,37,47)

Renk bilgisi

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

RGB renk modeli

#06252F color RGB value is (6,37,47).

  • kırmız ton 6;
  • yeşil ton 37;
  • mavi ton 47.
RGB:
(6,37,47)
(2%,15%,18%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 37 of 255 = 15%
B 47 of 255 = 18%

6
37
47

R + G + B ~ 12%. #06252F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 37 + 47 = 90 (100%)
R 6 of 90 ~ 6.67%
G 37 of 90 ~ 41.11%
B 47 of 90 ~ 52.22%

%41.11
%52.22

CMYK RENK MODELİ

#06252F rengi CMYK tonu (87,21,0,82).

  • camgöbeği tonu 87.23%
  • eflatun tonu 21.28%
  • sarı tonu 0.00%
  • ana renk tonu 81.57%
CMYK:
(87,21,0,82)
C87M21Y0K82 
(87%,21%,0%,82%)
(0.87/0.21/0.00/0.82)	

CMYK yüzdeleri

%87.23
%21.28
%0
%81.57

Codes

Color #06252F in popluar color models

06252F
RGB63747
HSL195°77.36%10.39%
HSB/HSV195°87.23%18.43%
CMYK87.23%21.28%0.00%
81.57%

Color #06252F in popluar number systems.

HEX06252F
Decimal63747
Binary110100101101111
Octal64557

Shades and tints

Shades of #06252F

#06252F
(6,37,47)
#06222B
(6,34,43)
#061F27
(6,31,39)
#061C23
(6,28,35)
#06191F
(6,25,31)
#06161B
(6,22,27)
#061317
(6,19,23)
#061013
(6,16,19)
#060D0F
(6,13,15)
#060A0B
(6,10,11)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #06252F

#06252F
(6,37,47)
#1C3841
(28,56,65)
#324B53
(50,75,83)
#485E65
(72,94,101)
#5E7177
(94,113,119)
#748489
(116,132,137)
#8A979B
(138,151,155)
#A0AAAD
(160,170,173)
#B6BDBF
(182,189,191)
#CCD0D1
(204,208,209)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06252F color. Also use rgb(6,37,47) instead hex code.

Text Font Color

.myTextColor { color: #06252F; }

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

This text font color is #06252F.


Background Color

.myBgColor { background-color: #06252F; }

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

This div background color is #06252F.


Border color

.myBorderColor { border: 1px solid #06252F; }

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

This div border color is #06252F.


Opacity

.myOpacity80 { color: #06252F; opacity: 0.8; }

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

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

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

This text has shadow with #06252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06252F on black background.


Color preview on white background

This text has color #06252F on white background.



Black color preview on #06252F background

This text has black color on #06252F background.


White color preview on #06252F background

This text has white color on #06252F background.