COLOR #06253E

HEX: #06253E
RGB: (6,37,62)

Renk bilgisi

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

RGB renk modeli

#06253E color RGB value is (6,37,62).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 37 of 255 = 15%
B 62 of 255 = 24%

6
37
62

R + G + B ~ 14%. #06253E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 37 + 62 = 105 (100%)
R 6 of 105 ~ 5.71%
G 37 of 105 ~ 35.24%
B 62 of 105 ~ 59.05%

%35.24
%59.05

CMYK RENK MODELİ

#06253E rengi CMYK tonu (90,40,0,76).

  • camgöbeği tonu 90.32%
  • eflatun tonu 40.32%
  • sarı tonu 0.00%
  • ana renk tonu 75.69%
CMYK:
(90,40,0,76)
C90M40Y0K76 
(90%,40%,0%,76%)
(0.90/0.40/0.00/0.76)	

CMYK yüzdeleri

%90.32
%40.32
%0
%75.69

Codes

Color #06253E in popluar color models

06253E
RGB63762
HSL207°82.35%13.33%
HSB/HSV207°90.32%24.31%
CMYK90.32%40.32%0.00%
75.69%

Color #06253E in popluar number systems.

HEX06253E
Decimal63762
Binary110100101111110
Octal64576

Shades and tints

Shades of #06253E

#06253E
(6,37,62)
#062239
(6,34,57)
#061F34
(6,31,52)
#061C2F
(6,28,47)
#06192A
(6,25,42)
#061625
(6,22,37)
#061320
(6,19,32)
#06101B
(6,16,27)
#060D16
(6,13,22)
#060A11
(6,10,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #06253E

#06253E
(6,37,62)
#1C384F
(28,56,79)
#324B60
(50,75,96)
#485E71
(72,94,113)
#5E7182
(94,113,130)
#748493
(116,132,147)
#8A97A4
(138,151,164)
#A0AAB5
(160,170,181)
#B6BDC6
(182,189,198)
#CCD0D7
(204,208,215)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06253E color. Also use rgb(6,37,62) instead hex code.

Text Font Color

.myTextColor { color: #06253E; }

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

This text font color is #06253E.


Background Color

.myBgColor { background-color: #06253E; }

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

This div background color is #06253E.


Border color

.myBorderColor { border: 1px solid #06253E; }

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

This div border color is #06253E.


Opacity

.myOpacity80 { color: #06253E; opacity: 0.8; }

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

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

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

This text has shadow with #06253E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06253E on black background.


Color preview on white background

This text has color #06253E on white background.



Black color preview on #06253E background

This text has black color on #06253E background.


White color preview on #06253E background

This text has white color on #06253E background.