COLOR #263F4E

HEX: #263F4E
RGB: (38,63,78)

Color info

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

RGB color model

#263F4E color RGB value is (38,63,78).

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

RGB channels and saturation

R 38 of 255 = 15%
G 63 of 255 = 25%
B 78 of 255 = 31%

38
63
78

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

Portions of RGB colors in percentages

R + G + B =
38 + 63 + 78 = 179 (100%)
R 38 of 179 ~ 21.23%
G 63 of 179 ~ 35.2%
B 78 of 179 ~ 43.58%

%21.23
%35.2
%43.58

CMYK color model

#263F4E color CMYK value is (51,19,0,69).

  • cyan value is 51.28%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(51,19,0,69)
C51M19Y0K69 
(51%,19%,0%,69%)
(0.51/0.19/0.00/0.69)	

CMYK percentages

%51.28
%19.23
%0
%69.41

Codes

Color #263F4E in popluar color models

263F4E
RGB386378
HSL203°34.48%22.75%
HSB/HSV203°51.28%30.59%
CMYK51.28%19.23%0.00%
69.41%

Color #263F4E in popluar number systems.

HEX263F4E
Decimal386378
Binary1001101111111001110
Octal4677116

Shades and tints

Shades of #263F4E

#263F4E
(38,63,78)
#233A47
(35,58,71)
#203540
(32,53,64)
#1D3039
(29,48,57)
#1A2B32
(26,43,50)
#17262B
(23,38,43)
#142124
(20,33,36)
#111C1D
(17,28,29)
#0E1716
(14,23,22)
#0B120F
(11,18,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #263F4E

#263F4E
(38,63,78)
#39505E
(57,80,94)
#4C616E
(76,97,110)
#5F727E
(95,114,126)
#72838E
(114,131,142)
#85949E
(133,148,158)
#98A5AE
(152,165,174)
#ABB6BE
(171,182,190)
#BEC7CE
(190,199,206)
#D1D8DE
(209,216,222)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263F4E; }

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

This text font color is #263F4E.


Background Color

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

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

This div background color is #263F4E.


Border color

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

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

This div border color is #263F4E.


Opacity

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

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

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

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

This text has shadow with #263F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263F4E on black background.


Color preview on white background

This text has color #263F4E on white background.



Black color preview on #263F4E background

This text has black color on #263F4E background.


White color preview on #263F4E background

This text has white color on #263F4E background.