COLOR #263353

HEX: #263353
RGB: (38,51,83)

Color info

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

RGB color model

#263353 color RGB value is (38,51,83).

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

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 83 of 255 = 33%

38
51
83

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

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 83 = 172 (100%)
R 38 of 172 ~ 22.09%
G 51 of 172 ~ 29.65%
B 83 of 172 ~ 48.26%

%22.09
%29.65
%48.26

CMYK color model

#263353 color CMYK value is (54,39,0,67).

  • cyan value is 54.22%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(54,39,0,67)
C54M39Y0K67 
(54%,39%,0%,67%)
(0.54/0.39/0.00/0.67)	

CMYK percentages

%54.22
%38.55
%0
%67.45

Codes

Color #263353 in popluar color models

263353
RGB385183
HSL223°37.19%23.73%
HSB/HSV223°54.22%32.55%
CMYK54.22%38.55%0.00%
67.45%

Color #263353 in popluar number systems.

HEX263353
Decimal385183
Binary1001101100111010011
Octal4663123

Shades and tints

Shades of #263353

#263353
(38,51,83)
#232F4C
(35,47,76)
#202B45
(32,43,69)
#1D273E
(29,39,62)
#1A2337
(26,35,55)
#171F30
(23,31,48)
#141B29
(20,27,41)
#111722
(17,23,34)
#0E131B
(14,19,27)
#0B0F14
(11,15,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #263353

#263353
(38,51,83)
#394562
(57,69,98)
#4C5771
(76,87,113)
#5F6980
(95,105,128)
#727B8F
(114,123,143)
#858D9E
(133,141,158)
#989FAD
(152,159,173)
#ABB1BC
(171,177,188)
#BEC3CB
(190,195,203)
#D1D5DA
(209,213,218)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263353; }

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

This text font color is #263353.


Background Color

.myBgColor { background-color: #263353; }

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

This div background color is #263353.


Border color

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

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

This div border color is #263353.


Opacity

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

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

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

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

This text has shadow with #263353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263353 on black background.


Color preview on white background

This text has color #263353 on white background.



Black color preview on #263353 background

This text has black color on #263353 background.


White color preview on #263353 background

This text has white color on #263353 background.