COLOR #263F59

HEX: #263F59
RGB: (38,63,89)

Renk bilgisi

#263F59 contains red, green and blue colors in about the same proportion. #263F59 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#263F59 color RGB value is (38,63,89).

  • kırmız ton 38;
  • yeşil ton 63;
  • mavi ton 89.
RGB:
(38,63,89)
(15%,25%,35%)

RGB bağlantıları ve doygunluk

R 38 of 255 = 15%
G 63 of 255 = 25%
B 89 of 255 = 35%

38
63
89

R + G + B ~ 25%. #263F59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
38 + 63 + 89 = 190 (100%)
R 38 of 190 ~ 20%
G 63 of 190 ~ 33.16%
B 89 of 190 ~ 46.84%

%20
%33.16
%46.84

CMYK RENK MODELİ

#263F59 rengi CMYK tonu (57,29,0,65).

  • camgöbeği tonu 57.30%
  • eflatun tonu 29.21%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(57,29,0,65)
C57M29Y0K65 
(57%,29%,0%,65%)
(0.57/0.29/0.00/0.65)	

CMYK yüzdeleri

%57.3
%29.21
%0
%65.1

Codes

Color #263F59 in popluar color models

263F59
RGB386389
HSL211°40.16%24.90%
HSB/HSV211°57.30%34.90%
CMYK57.30%29.21%0.00%
65.10%

Color #263F59 in popluar number systems.

HEX263F59
Decimal386389
Binary1001101111111011001
Octal4677131

Shades and tints

Shades of #263F59

#263F59
(38,63,89)
#233A51
(35,58,81)
#203549
(32,53,73)
#1D3041
(29,48,65)
#1A2B39
(26,43,57)
#172631
(23,38,49)
#142129
(20,33,41)
#111C21
(17,28,33)
#0E1719
(14,23,25)
#0B1211
(11,18,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #263F59

#263F59
(38,63,89)
#395068
(57,80,104)
#4C6177
(76,97,119)
#5F7286
(95,114,134)
#728395
(114,131,149)
#8594A4
(133,148,164)
#98A5B3
(152,165,179)
#ABB6C2
(171,182,194)
#BEC7D1
(190,199,209)
#D1D8E0
(209,216,224)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263F59 color. Also use rgb(38,63,89) instead hex code.

Text Font Color

.myTextColor { color: #263F59; }

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

This text font color is #263F59.


Background Color

.myBgColor { background-color: #263F59; }

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

This div background color is #263F59.


Border color

.myBorderColor { border: 1px solid #263F59; }

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

This div border color is #263F59.


Opacity

.myOpacity80 { color: #263F59; opacity: 0.8; }

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

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

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

This text has shadow with #263F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263F59 on black background.


Color preview on white background

This text has color #263F59 on white background.



Black color preview on #263F59 background

This text has black color on #263F59 background.


White color preview on #263F59 background

This text has white color on #263F59 background.