COLOR #263B44

HEX: #263B44
RGB: (38,59,68)

Color info

#263B44 contains red, green and blue colors in about the same proportion. Web safe color of #263B44 is #333333 (or #333).

RGB color model

#263B44 color RGB value is (38,59,68).

  • red value is 38;
  • green value is 59;
  • blue value is 68.
RGB:
(38,59,68)
(15%,23%,27%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 68 of 255 = 27%

38
59
68

R + G + B ~ 22%. #263B44 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 59 + 68 = 165 (100%)
R 38 of 165 ~ 23.03%
G 59 of 165 ~ 35.76%
B 68 of 165 ~ 41.21%

%23.03
%35.76
%41.21

CMYK color model

#263B44 color CMYK value is (44,13,0,73).

  • cyan value is 44.12%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(44,13,0,73)
C44M13Y0K73 
(44%,13%,0%,73%)
(0.44/0.13/0.00/0.73)	

CMYK percentages

%44.12
%13.24
%0
%73.33

Codes

Color #263B44 in popluar color models

263B44
RGB385968
HSL198°28.30%20.78%
HSB/HSV198°44.12%26.67%
CMYK44.12%13.24%0.00%
73.33%

Color #263B44 in popluar number systems.

HEX263B44
Decimal385968
Binary1001101110111000100
Octal4673104

Shades and tints

Shades of #263B44

#263B44
(38,59,68)
#23363E
(35,54,62)
#203138
(32,49,56)
#1D2C32
(29,44,50)
#1A272C
(26,39,44)
#172226
(23,34,38)
#141D20
(20,29,32)
#11181A
(17,24,26)
#0E1314
(14,19,20)
#0B0E0E
(11,14,14)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #263B44

#263B44
(38,59,68)
#394C55
(57,76,85)
#4C5D66
(76,93,102)
#5F6E77
(95,110,119)
#727F88
(114,127,136)
#859099
(133,144,153)
#98A1AA
(152,161,170)
#ABB2BB
(171,178,187)
#BEC3CC
(190,195,204)
#D1D4DD
(209,212,221)
#E4E5EE
(228,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263B44 color. Also use rgb(38,59,68) instead hex code.

Text Font Color

.myTextColor { color: #263B44; }

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

This text font color is #263B44.


Background Color

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

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

This div background color is #263B44.


Border color

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

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

This div border color is #263B44.


Opacity

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

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

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

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

This text has shadow with #263B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263B44 on black background.


Color preview on white background

This text has color #263B44 on white background.



Black color preview on #263B44 background

This text has black color on #263B44 background.


White color preview on #263B44 background

This text has white color on #263B44 background.