COLOR #263955

HEX: #263955
RGB: (38,57,85)

Color info

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

RGB color model

#263955 color RGB value is (38,57,85).

  • red value is 38;
  • green value is 57;
  • blue value is 85.
RGB:
(38,57,85)
(15%,22%,33%)

RGB channels and saturation

R 38 of 255 = 15%
G 57 of 255 = 22%
B 85 of 255 = 33%

38
57
85

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

Portions of RGB colors in percentages

R + G + B =
38 + 57 + 85 = 180 (100%)
R 38 of 180 ~ 21.11%
G 57 of 180 ~ 31.67%
B 85 of 180 ~ 47.22%

%21.11
%31.67
%47.22

CMYK color model

#263955 color CMYK value is (55,33,0,67).

  • cyan value is 55.29%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(55,33,0,67)
C55M33Y0K67 
(55%,33%,0%,67%)
(0.55/0.33/0.00/0.67)	

CMYK percentages

%55.29
%32.94
%0
%66.67

Codes

Color #263955 in popluar color models

263955
RGB385785
HSL216°38.21%24.12%
HSB/HSV216°55.29%33.33%
CMYK55.29%32.94%0.00%
66.67%

Color #263955 in popluar number systems.

HEX263955
Decimal385785
Binary1001101110011010101
Octal4671125

Shades and tints

Shades of #263955

#263955
(38,57,85)
#23344E
(35,52,78)
#202F47
(32,47,71)
#1D2A40
(29,42,64)
#1A2539
(26,37,57)
#172032
(23,32,50)
#141B2B
(20,27,43)
#111624
(17,22,36)
#0E111D
(14,17,29)
#0B0C16
(11,12,22)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #263955

#263955
(38,57,85)
#394B64
(57,75,100)
#4C5D73
(76,93,115)
#5F6F82
(95,111,130)
#728191
(114,129,145)
#8593A0
(133,147,160)
#98A5AF
(152,165,175)
#ABB7BE
(171,183,190)
#BEC9CD
(190,201,205)
#D1DBDC
(209,219,220)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263955 color. Also use rgb(38,57,85) instead hex code.

Text Font Color

.myTextColor { color: #263955; }

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

This text font color is #263955.


Background Color

.myBgColor { background-color: #263955; }

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

This div background color is #263955.


Border color

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

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

This div border color is #263955.


Opacity

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

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

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

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

This text has shadow with #263955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263955 on black background.


Color preview on white background

This text has color #263955 on white background.



Black color preview on #263955 background

This text has black color on #263955 background.


White color preview on #263955 background

This text has white color on #263955 background.