COLOR #263138

HEX: #263138
RGB: (38,49,56)

Color info

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

RGB color model

#263138 color RGB value is (38,49,56).

  • red value is 38;
  • green value is 49;
  • blue value is 56.
RGB:
(38,49,56)
(15%,19%,22%)

RGB channels and saturation

R 38 of 255 = 15%
G 49 of 255 = 19%
B 56 of 255 = 22%

38
49
56

R + G + B ~ 19%. #263138 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 49 + 56 = 143 (100%)
R 38 of 143 ~ 26.57%
G 49 of 143 ~ 34.27%
B 56 of 143 ~ 39.16%

%26.57
%34.27
%39.16

CMYK color model

#263138 color CMYK value is (32,13,0,78).

  • cyan value is 32.14%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(32,13,0,78)
C32M13Y0K78 
(32%,13%,0%,78%)
(0.32/0.13/0.00/0.78)	

CMYK percentages

%32.14
%12.5
%0
%78.04

Codes

Color #263138 in popluar color models

263138
RGB384956
HSL203°19.15%18.43%
HSB/HSV203°32.14%21.96%
CMYK32.14%12.50%0.00%
78.04%

Color #263138 in popluar number systems.

HEX263138
Decimal384956
Binary100110110001111000
Octal466170

Shades and tints

Shades of #263138

#263138
(38,49,56)
#232D33
(35,45,51)
#20292E
(32,41,46)
#1D2529
(29,37,41)
#1A2124
(26,33,36)
#171D1F
(23,29,31)
#14191A
(20,25,26)
#111515
(17,21,21)
#0E1110
(14,17,16)
#0B0D0B
(11,13,11)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #263138

#263138
(38,49,56)
#39434A
(57,67,74)
#4C555C
(76,85,92)
#5F676E
(95,103,110)
#727980
(114,121,128)
#858B92
(133,139,146)
#989DA4
(152,157,164)
#ABAFB6
(171,175,182)
#BEC1C8
(190,193,200)
#D1D3DA
(209,211,218)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263138 color. Also use rgb(38,49,56) instead hex code.

Text Font Color

.myTextColor { color: #263138; }

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

This text font color is #263138.


Background Color

.myBgColor { background-color: #263138; }

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

This div background color is #263138.


Border color

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

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

This div border color is #263138.


Opacity

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

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

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

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

This text has shadow with #263138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263138 on black background.


Color preview on white background

This text has color #263138 on white background.



Black color preview on #263138 background

This text has black color on #263138 background.


White color preview on #263138 background

This text has white color on #263138 background.