COLOR #263331

HEX: #263331 RGB: (38,51,49)

Color info

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

RGB color model

#263331 color RGB value is (38,51,49).

RGB: (38,51,49) (15%, 20%, 19%)

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 49 of 255 = 19%

38
51
49

R + G + B ~ 18%. #263331 is dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 51 + 49 = 138 (100%)
R 38 of 138 ~ 27.54%
G 51 of 138 ~ 36.96%
B 49 of 138 ~ 35.51'%

%27.54
%36.96
%35.51

CMYK color model

#263331 color CMYK value is (25,0,4,80).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%

CMYK: (25,0,4,80)
C25M0Y4K80 (25%, 0%, 4%, 80%)
(0.25 / 0.00 / 0.04 / 0.80)

CMYK percentages

%25.49
%0
%3.92
%80

Codes

Color #263331 in popluar color models

26 33 31
RGB 38 51 49
HSL 171° 14.61% 17.45%
HSB/HSV 171° 25.49% 20.00%
CMYK 25.49% 0.00% 3.92%
80.00%

Color #263331 in popluar number systems.

HEX 26 33 31
Decimal 38 51 49
Binary 100110 110011 110001
Octal 46 63 61

Shades and tints

Shades of #263331

#263331
(38,51,49)
#232F2D
(35,47,45)
#202B29
(32,43,41)
#1D2725
(29,39,37)
#1A2321
(26,35,33)
#171F1D
(23,31,29)
#141B19
(20,27,25)
#111715
(17,23,21)
#0E1311
(14,19,17)
#0B0F0D
(11,15,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #263331

#263331
(38,51,49)
#394543
(57,69,67)
#4C5755
(76,87,85)
#5F6967
(95,105,103)
#727B79
(114,123,121)
#858D8B
(133,141,139)
#989F9D
(152,159,157)
#ABB1AF
(171,177,175)
#BEC3C1
(190,195,193)
#D1D5D3
(209,213,211)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263331; }

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

This text font color is #263331.

Background Color

.myBgColor { background-color: #263331; }

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

This div background color is #263331.

Border color

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

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

This div border color is #263331.

Opacity

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

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

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

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

This text has shadow with #263331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263331.

Preview

Color preview on black background

This text has color #263331 on black background.


Color preview on white background

This text has color #263331 on white background.


Black color preview on #263331 background

This text has black color on #263331 background.


White color preview on #263331 background

This text has white color on #263331 background.


Related colors

Complementary color

Complementary color for #hex is #D9CCCE.


I love getcolorcode.com

Triadic colors

1 #312633 and #333126 with #263331 are triadic colors.

2 #313326 and #332631 with #263331 are triadic colors.