COLOR #263749

HEX: #263749
RGB: (38,55,73)

Color info

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

RGB color model

#263749 color RGB value is (38,55,73).

  • red value is 38;
  • green value is 55;
  • blue value is 73.
RGB:
(38,55,73)
(15%,22%,29%)

RGB channels and saturation

R 38 of 255 = 15%
G 55 of 255 = 22%
B 73 of 255 = 29%

38
55
73

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

Portions of RGB colors in percentages

R + G + B =
38 + 55 + 73 = 166 (100%)
R 38 of 166 ~ 22.89%
G 55 of 166 ~ 33.13%
B 73 of 166 ~ 43.98%

%22.89
%33.13
%43.98

CMYK color model

#263749 color CMYK value is (48,25,0,71).

  • cyan value is 47.95%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(48,25,0,71)
C48M25Y0K71 
(48%,25%,0%,71%)
(0.48/0.25/0.00/0.71)	

CMYK percentages

%47.95
%24.66
%0
%71.37

Codes

Color #263749 in popluar color models

263749
RGB385573
HSL211°31.53%21.76%
HSB/HSV211°47.95%28.63%
CMYK47.95%24.66%0.00%
71.37%

Color #263749 in popluar number systems.

HEX263749
Decimal385573
Binary1001101101111001001
Octal4667111

Shades and tints

Shades of #263749

#263749
(38,55,73)
#233243
(35,50,67)
#202D3D
(32,45,61)
#1D2837
(29,40,55)
#1A2331
(26,35,49)
#171E2B
(23,30,43)
#141925
(20,25,37)
#11141F
(17,20,31)
#0E0F19
(14,15,25)
#0B0A13
(11,10,19)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #263749

#263749
(38,55,73)
#394959
(57,73,89)
#4C5B69
(76,91,105)
#5F6D79
(95,109,121)
#727F89
(114,127,137)
#859199
(133,145,153)
#98A3A9
(152,163,169)
#ABB5B9
(171,181,185)
#BEC7C9
(190,199,201)
#D1D9D9
(209,217,217)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263749 color. Also use rgb(38,55,73) instead hex code.

Text Font Color

.myTextColor { color: #263749; }

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

This text font color is #263749.


Background Color

.myBgColor { background-color: #263749; }

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

This div background color is #263749.


Border color

.myBorderColor { border: 1px solid #263749; }

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

This div border color is #263749.


Opacity

.myOpacity80 { color: #263749; opacity: 0.8; }

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

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

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

This text has shadow with #263749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263749 on black background.


Color preview on white background

This text has color #263749 on white background.



Black color preview on #263749 background

This text has black color on #263749 background.


White color preview on #263749 background

This text has white color on #263749 background.