COLOR #263D4F

HEX: #263D4F
RGB: (38,61,79)

Color info

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

RGB color model

#263D4F color RGB value is (38,61,79).

  • red value is 38;
  • green value is 61;
  • blue value is 79.
RGB:
(38,61,79)
(15%,24%,31%)

RGB channels and saturation

R 38 of 255 = 15%
G 61 of 255 = 24%
B 79 of 255 = 31%

38
61
79

R + G + B ~ 23%. #263D4F is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 61 + 79 = 178 (100%)
R 38 of 178 ~ 21.35%
G 61 of 178 ~ 34.27%
B 79 of 178 ~ 44.38%

%21.35
%34.27
%44.38

CMYK color model

#263D4F color CMYK value is (52,23,0,69).

  • cyan value is 51.90%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(52,23,0,69)
C52M23Y0K69 
(52%,23%,0%,69%)
(0.52/0.23/0.00/0.69)	

CMYK percentages

%51.9
%22.78
%0
%69.02

Codes

Color #263D4F in popluar color models

263D4F
RGB386179
HSL206°35.04%22.94%
HSB/HSV206°51.90%30.98%
CMYK51.90%22.78%0.00%
69.02%

Color #263D4F in popluar number systems.

HEX263D4F
Decimal386179
Binary1001101111011001111
Octal4675117

Shades and tints

Shades of #263D4F

#263D4F
(38,61,79)
#233848
(35,56,72)
#203341
(32,51,65)
#1D2E3A
(29,46,58)
#1A2933
(26,41,51)
#17242C
(23,36,44)
#141F25
(20,31,37)
#111A1E
(17,26,30)
#0E1517
(14,21,23)
#0B1010
(11,16,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #263D4F

#263D4F
(38,61,79)
#394E5F
(57,78,95)
#4C5F6F
(76,95,111)
#5F707F
(95,112,127)
#72818F
(114,129,143)
#85929F
(133,146,159)
#98A3AF
(152,163,175)
#ABB4BF
(171,180,191)
#BEC5CF
(190,197,207)
#D1D6DF
(209,214,223)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263D4F color. Also use rgb(38,61,79) instead hex code.

Text Font Color

.myTextColor { color: #263D4F; }

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

This text font color is #263D4F.


Background Color

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

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

This div background color is #263D4F.


Border color

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

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

This div border color is #263D4F.


Opacity

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

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

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

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

This text has shadow with #263D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263D4F on black background.


Color preview on white background

This text has color #263D4F on white background.



Black color preview on #263D4F background

This text has black color on #263D4F background.


White color preview on #263D4F background

This text has white color on #263D4F background.