COLOR #263F53

HEX: #263F53
RGB: (38,63,83)

Color info

#263F53 contains red, green and blue colors in about the same proportion. Web safe color of #263F53 is #333366 (or #336).

RGB color model

#263F53 color RGB value is (38,63,83).

  • red value is 38;
  • green value is 63;
  • blue value is 83.
RGB:
(38,63,83)
(15%,25%,33%)

RGB channels and saturation

R 38 of 255 = 15%
G 63 of 255 = 25%
B 83 of 255 = 33%

38
63
83

R + G + B ~ 24%. #263F53 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 63 + 83 = 184 (100%)
R 38 of 184 ~ 20.65%
G 63 of 184 ~ 34.24%
B 83 of 184 ~ 45.11%

%20.65
%34.24
%45.11

CMYK color model

#263F53 color CMYK value is (54,24,0,67).

  • cyan value is 54.22%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(54,24,0,67)
C54M24Y0K67 
(54%,24%,0%,67%)
(0.54/0.24/0.00/0.67)	

CMYK percentages

%54.22
%24.1
%0
%67.45

Codes

Color #263F53 in popluar color models

263F53
RGB386383
HSL207°37.19%23.73%
HSB/HSV207°54.22%32.55%
CMYK54.22%24.10%0.00%
67.45%

Color #263F53 in popluar number systems.

HEX263F53
Decimal386383
Binary1001101111111010011
Octal4677123

Shades and tints

Shades of #263F53

#263F53
(38,63,83)
#233A4C
(35,58,76)
#203545
(32,53,69)
#1D303E
(29,48,62)
#1A2B37
(26,43,55)
#172630
(23,38,48)
#142129
(20,33,41)
#111C22
(17,28,34)
#0E171B
(14,23,27)
#0B1214
(11,18,20)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #263F53

#263F53
(38,63,83)
#395062
(57,80,98)
#4C6171
(76,97,113)
#5F7280
(95,114,128)
#72838F
(114,131,143)
#85949E
(133,148,158)
#98A5AD
(152,165,173)
#ABB6BC
(171,182,188)
#BEC7CB
(190,199,203)
#D1D8DA
(209,216,218)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263F53; }

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

This text font color is #263F53.


Background Color

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

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

This div background color is #263F53.


Border color

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

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

This div border color is #263F53.


Opacity

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

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

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

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

This text has shadow with #263F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263F53 on black background.


Color preview on white background

This text has color #263F53 on white background.



Black color preview on #263F53 background

This text has black color on #263F53 background.


White color preview on #263F53 background

This text has white color on #263F53 background.