COLOR #263243

HEX: #263243
RGB: (38,50,67)

Color info

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

RGB color model

#263243 color RGB value is (38,50,67).

  • red value is 38;
  • green value is 50;
  • blue value is 67.
RGB:
(38,50,67)
(15%,20%,26%)

RGB channels and saturation

R 38 of 255 = 15%
G 50 of 255 = 20%
B 67 of 255 = 26%

38
50
67

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

Portions of RGB colors in percentages

R + G + B =
38 + 50 + 67 = 155 (100%)
R 38 of 155 ~ 24.52%
G 50 of 155 ~ 32.26%
B 67 of 155 ~ 43.23%

%24.52
%32.26
%43.23

CMYK color model

#263243 color CMYK value is (43,25,0,74).

  • cyan value is 43.28%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(43,25,0,74)
C43M25Y0K74 
(43%,25%,0%,74%)
(0.43/0.25/0.00/0.74)	

CMYK percentages

%43.28
%25.37
%0
%73.73

Codes

Color #263243 in popluar color models

263243
RGB385067
HSL215°27.62%20.59%
HSB/HSV215°43.28%26.27%
CMYK43.28%25.37%0.00%
73.73%

Color #263243 in popluar number systems.

HEX263243
Decimal385067
Binary1001101100101000011
Octal4662103

Shades and tints

Shades of #263243

#263243
(38,50,67)
#232E3D
(35,46,61)
#202A37
(32,42,55)
#1D2631
(29,38,49)
#1A222B
(26,34,43)
#171E25
(23,30,37)
#141A1F
(20,26,31)
#111619
(17,22,25)
#0E1213
(14,18,19)
#0B0E0D
(11,14,13)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #263243

#263243
(38,50,67)
#394454
(57,68,84)
#4C5665
(76,86,101)
#5F6876
(95,104,118)
#727A87
(114,122,135)
#858C98
(133,140,152)
#989EA9
(152,158,169)
#ABB0BA
(171,176,186)
#BEC2CB
(190,194,203)
#D1D4DC
(209,212,220)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263243 color. Also use rgb(38,50,67) instead hex code.

Text Font Color

.myTextColor { color: #263243; }

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

This text font color is #263243.


Background Color

.myBgColor { background-color: #263243; }

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

This div background color is #263243.


Border color

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

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

This div border color is #263243.


Opacity

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

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

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

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

This text has shadow with #263243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263243 on black background.


Color preview on white background

This text has color #263243 on white background.



Black color preview on #263243 background

This text has black color on #263243 background.


White color preview on #263243 background

This text has white color on #263243 background.