COLOR #263638

HEX: #263638
RGB: (38,54,56)

Color info

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

RGB color model

#263638 color RGB value is (38,54,56).

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

RGB channels and saturation

R 38 of 255 = 15%
G 54 of 255 = 21%
B 56 of 255 = 22%

38
54
56

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

Portions of RGB colors in percentages

R + G + B =
38 + 54 + 56 = 148 (100%)
R 38 of 148 ~ 25.68%
G 54 of 148 ~ 36.49%
B 56 of 148 ~ 37.84%

%25.68
%36.49
%37.84

CMYK color model

#263638 color CMYK value is (32,4,0,78).

  • cyan value is 32.14%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(32,4,0,78)
C32M4Y0K78 
(32%,4%,0%,78%)
(0.32/0.04/0.00/0.78)	

CMYK percentages

%32.14
%3.57
%0
%78.04

Codes

Color #263638 in popluar color models

263638
RGB385456
HSL187°19.15%18.43%
HSB/HSV187°32.14%21.96%
CMYK32.14%3.57%0.00%
78.04%

Color #263638 in popluar number systems.

HEX263638
Decimal385456
Binary100110110110111000
Octal466670

Shades and tints

Shades of #263638

#263638
(38,54,56)
#233233
(35,50,51)
#202E2E
(32,46,46)
#1D2A29
(29,42,41)
#1A2624
(26,38,36)
#17221F
(23,34,31)
#141E1A
(20,30,26)
#111A15
(17,26,21)
#0E1610
(14,22,16)
#0B120B
(11,18,11)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #263638

#263638
(38,54,56)
#39484A
(57,72,74)
#4C5A5C
(76,90,92)
#5F6C6E
(95,108,110)
#727E80
(114,126,128)
#859092
(133,144,146)
#98A2A4
(152,162,164)
#ABB4B6
(171,180,182)
#BEC6C8
(190,198,200)
#D1D8DA
(209,216,218)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263638; }

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

This text font color is #263638.


Background Color

.myBgColor { background-color: #263638; }

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

This div background color is #263638.


Border color

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

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

This div border color is #263638.


Opacity

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

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

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

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

This text has shadow with #263638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263638 on black background.


Color preview on white background

This text has color #263638 on white background.



Black color preview on #263638 background

This text has black color on #263638 background.


White color preview on #263638 background

This text has white color on #263638 background.