COLOR #263441

HEX: #263441
RGB: (38,52,65)

Color info

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

RGB color model

#263441 color RGB value is (38,52,65).

  • red value is 38;
  • green value is 52;
  • blue value is 65.
RGB:
(38,52,65)
(15%,20%,25%)

RGB channels and saturation

R 38 of 255 = 15%
G 52 of 255 = 20%
B 65 of 255 = 25%

38
52
65

R + G + B ~ 20%. #263441 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 52 + 65 = 155 (100%)
R 38 of 155 ~ 24.52%
G 52 of 155 ~ 33.55%
B 65 of 155 ~ 41.94%

%24.52
%33.55
%41.94

CMYK color model

#263441 color CMYK value is (42,20,0,75).

  • cyan value is 41.54%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(42,20,0,75)
C42M20Y0K75 
(42%,20%,0%,75%)
(0.42/0.20/0.00/0.75)	

CMYK percentages

%41.54
%20
%0
%74.51

Codes

Color #263441 in popluar color models

263441
RGB385265
HSL209°26.21%20.20%
HSB/HSV209°41.54%25.49%
CMYK41.54%20.00%0.00%
74.51%

Color #263441 in popluar number systems.

HEX263441
Decimal385265
Binary1001101101001000001
Octal4664101

Shades and tints

Shades of #263441

#263441
(38,52,65)
#23303C
(35,48,60)
#202C37
(32,44,55)
#1D2832
(29,40,50)
#1A242D
(26,36,45)
#172028
(23,32,40)
#141C23
(20,28,35)
#11181E
(17,24,30)
#0E1419
(14,20,25)
#0B1014
(11,16,20)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #263441

#263441
(38,52,65)
#394652
(57,70,82)
#4C5863
(76,88,99)
#5F6A74
(95,106,116)
#727C85
(114,124,133)
#858E96
(133,142,150)
#98A0A7
(152,160,167)
#ABB2B8
(171,178,184)
#BEC4C9
(190,196,201)
#D1D6DA
(209,214,218)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263441 color. Also use rgb(38,52,65) instead hex code.

Text Font Color

.myTextColor { color: #263441; }

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

This text font color is #263441.


Background Color

.myBgColor { background-color: #263441; }

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

This div background color is #263441.


Border color

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

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

This div border color is #263441.


Opacity

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

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

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

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

This text has shadow with #263441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263441 on black background.


Color preview on white background

This text has color #263441 on white background.



Black color preview on #263441 background

This text has black color on #263441 background.


White color preview on #263441 background

This text has white color on #263441 background.