COLOR #263341

HEX: #263341
RGB: (38,51,65)

Color info

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

RGB color model

#263341 color RGB value is (38,51,65).

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

RGB channels and saturation

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

38
51
65

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

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 65 = 154 (100%)
R 38 of 154 ~ 24.68%
G 51 of 154 ~ 33.12%
B 65 of 154 ~ 42.21%

%24.68
%33.12
%42.21

CMYK color model

#263341 color CMYK value is (42,22,0,75).

  • cyan value is 41.54%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(42,22,0,75)
C42M22Y0K75 
(42%,22%,0%,75%)
(0.42/0.22/0.00/0.75)	

CMYK percentages

%41.54
%21.54
%0
%74.51

Codes

Color #263341 in popluar color models

263341
RGB385165
HSL211°26.21%20.20%
HSB/HSV211°41.54%25.49%
CMYK41.54%21.54%0.00%
74.51%

Color #263341 in popluar number systems.

HEX263341
Decimal385165
Binary1001101100111000001
Octal4663101

Shades and tints

Shades of #263341

#263341
(38,51,65)
#232F3C
(35,47,60)
#202B37
(32,43,55)
#1D2732
(29,39,50)
#1A232D
(26,35,45)
#171F28
(23,31,40)
#141B23
(20,27,35)
#11171E
(17,23,30)
#0E1319
(14,19,25)
#0B0F14
(11,15,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #263341

#263341
(38,51,65)
#394552
(57,69,82)
#4C5763
(76,87,99)
#5F6974
(95,105,116)
#727B85
(114,123,133)
#858D96
(133,141,150)
#989FA7
(152,159,167)
#ABB1B8
(171,177,184)
#BEC3C9
(190,195,201)
#D1D5DA
(209,213,218)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263341; }

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

This text font color is #263341.


Background Color

.myBgColor { background-color: #263341; }

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

This div background color is #263341.


Border color

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

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

This div border color is #263341.


Opacity

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

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

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

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

This text has shadow with #263341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263341 on black background.


Color preview on white background

This text has color #263341 on white background.



Black color preview on #263341 background

This text has black color on #263341 background.


White color preview on #263341 background

This text has white color on #263341 background.