COLOR #06252C

HEX: #06252C
RGB: (6,37,44)

Renk bilgisi

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

RGB renk modeli

#06252C color RGB value is (6,37,44).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 37 of 255 = 15%
B 44 of 255 = 17%

6
37
44

R + G + B ~ 11%. #06252C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 37 + 44 = 87 (100%)
R 6 of 87 ~ 6.9%
G 37 of 87 ~ 42.53%
B 44 of 87 ~ 50.57%

%42.53
%50.57

CMYK RENK MODELİ

#06252C rengi CMYK tonu (86,16,0,83).

  • camgöbeği tonu 86.36%
  • eflatun tonu 15.91%
  • sarı tonu 0.00%
  • ana renk tonu 82.75%
CMYK:
(86,16,0,83)
C86M16Y0K83 
(86%,16%,0%,83%)
(0.86/0.16/0.00/0.83)	

CMYK yüzdeleri

%86.36
%15.91
%0
%82.75

Codes

Color #06252C in popluar color models

06252C
RGB63744
HSL191°76.00%9.80%
HSB/HSV191°86.36%17.25%
CMYK86.36%15.91%0.00%
82.75%

Color #06252C in popluar number systems.

HEX06252C
Decimal63744
Binary110100101101100
Octal64554

Shades and tints

Shades of #06252C

#06252C
(6,37,44)
#062228
(6,34,40)
#061F24
(6,31,36)
#061C20
(6,28,32)
#06191C
(6,25,28)
#061618
(6,22,24)
#061314
(6,19,20)
#061010
(6,16,16)
#060D0C
(6,13,12)
#060A08
(6,10,8)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #06252C

#06252C
(6,37,44)
#1C383F
(28,56,63)
#324B52
(50,75,82)
#485E65
(72,94,101)
#5E7178
(94,113,120)
#74848B
(116,132,139)
#8A979E
(138,151,158)
#A0AAB1
(160,170,177)
#B6BDC4
(182,189,196)
#CCD0D7
(204,208,215)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06252C; }

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

This text font color is #06252C.


Background Color

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

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

This div background color is #06252C.


Border color

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

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

This div border color is #06252C.


Opacity

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

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

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

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

This text has shadow with #06252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06252C on black background.


Color preview on white background

This text has color #06252C on white background.



Black color preview on #06252C background

This text has black color on #06252C background.


White color preview on #06252C background

This text has white color on #06252C background.