COLOR #263C3B

HEX: #263C3B RGB: (38,60,59)

Color info

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

RGB color model

#263C3B color RGB value is (38,60,59).

RGB: (38,60,59) (15%, 24%, 23%)

RGB channels and saturation

R 38 of 255 = 15%
G 60 of 255 = 24%
B 59 of 255 = 23%

38
60
59

R + G + B ~ 21%. #263C3B is dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 60 + 59 = 157 (100%)
R 38 of 157 ~ 24.2%
G 60 of 157 ~ 38.22%
B 59 of 157 ~ 37.58'%

%24.2
%38.22
%37.58

CMYK color model

#263C3B color CMYK value is (37,0,2,76).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 76.47%

CMYK: (37,0,2,76)
C37M0Y2K76 (37%, 0%, 2%, 76%)
(0.37 / 0.00 / 0.02 / 0.76)

CMYK percentages

%36.67
%0
%1.67
%76.47

Codes

Color #263C3B in popluar color models

26 3C 3B
RGB 38 60 59
HSL 177° 22.45% 19.22%
HSB/HSV 177° 36.67% 23.53%
CMYK 36.67% 0.00% 1.67%
76.47%

Color #263C3B in popluar number systems.

HEX 26 3C 3B
Decimal 38 60 59
Binary 100110 111100 111011
Octal 46 74 73

Shades and tints

Shades of #263C3B

#263C3B
(38,60,59)
#233736
(35,55,54)
#203231
(32,50,49)
#1D2D2C
(29,45,44)
#1A2827
(26,40,39)
#172322
(23,35,34)
#141E1D
(20,30,29)
#111918
(17,25,24)
#0E1413
(14,20,19)
#0B0F0E
(11,15,14)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #263C3B

#263C3B
(38,60,59)
#394D4C
(57,77,76)
#4C5E5D
(76,94,93)
#5F6F6E
(95,111,110)
#72807F
(114,128,127)
#859190
(133,145,144)
#98A2A1
(152,162,161)
#ABB3B2
(171,179,178)
#BEC4C3
(190,196,195)
#D1D5D4
(209,213,212)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263C3B color. Also use rgb(38,60,59) instead hex code.

Text Font Color

.myTextColor { color: #263C3B; }

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

This text font color is #263C3B.

Background Color

.myBgColor { background-color: #263C3B; }

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

This div background color is #263C3B.

Border color

.myBorderColor { border: 1px solid #263C3B; }

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

This div border color is #263C3B.

Opacity

.myOpacity80 { color: #263C3B; opacity: 0.8; }

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

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

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

This text has shadow with #263C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263C3B.

Preview

Color preview on black background

This text has color #263C3B on black background.


Color preview on white background

This text has color #263C3B on white background.


Black color preview on #263C3B background

This text has black color on #263C3B background.


White color preview on #263C3B background

This text has white color on #263C3B background.


Related colors

Complementary color

Complementary color for #hex is #D9C3C4.


I love getcolorcode.com

Triadic colors

1 #3B263C and #3C3B26 with #263C3B are triadic colors.

2 #3B3C26 and #3C263B with #263C3B are triadic colors.