COLOR #263242

HEX: #263242
RGB: (38,50,66)

Color info

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

RGB color model

#263242 color RGB value is (38,50,66).

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

RGB channels and saturation

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

38
50
66

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

Portions of RGB colors in percentages

R + G + B =
38 + 50 + 66 = 154 (100%)
R 38 of 154 ~ 24.68%
G 50 of 154 ~ 32.47%
B 66 of 154 ~ 42.86%

%24.68
%32.47
%42.86

CMYK color model

#263242 color CMYK value is (42,24,0,74).

  • cyan value is 42.42%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(42,24,0,74)
C42M24Y0K74 
(42%,24%,0%,74%)
(0.42/0.24/0.00/0.74)	

CMYK percentages

%42.42
%24.24
%0
%74.12

Codes

Color #263242 in popluar color models

263242
RGB385066
HSL214°26.92%20.39%
HSB/HSV214°42.42%25.88%
CMYK42.42%24.24%0.00%
74.12%

Color #263242 in popluar number systems.

HEX263242
Decimal385066
Binary1001101100101000010
Octal4662102

Shades and tints

Shades of #263242

#263242
(38,50,66)
#232E3C
(35,46,60)
#202A36
(32,42,54)
#1D2630
(29,38,48)
#1A222A
(26,34,42)
#171E24
(23,30,36)
#141A1E
(20,26,30)
#111618
(17,22,24)
#0E1212
(14,18,18)
#0B0E0C
(11,14,12)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #263242

#263242
(38,50,66)
#394453
(57,68,83)
#4C5664
(76,86,100)
#5F6875
(95,104,117)
#727A86
(114,122,134)
#858C97
(133,140,151)
#989EA8
(152,158,168)
#ABB0B9
(171,176,185)
#BEC2CA
(190,194,202)
#D1D4DB
(209,212,219)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263242; }

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

This text font color is #263242.


Background Color

.myBgColor { background-color: #263242; }

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

This div background color is #263242.


Border color

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

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

This div border color is #263242.


Opacity

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

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

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

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

This text has shadow with #263242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263242 on black background.


Color preview on white background

This text has color #263242 on white background.



Black color preview on #263242 background

This text has black color on #263242 background.


White color preview on #263242 background

This text has white color on #263242 background.