COLOR #263D33

HEX: #263D33
RGB: (38,61,51)

Color info

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

RGB color model

#263D33 color RGB value is (38,61,51).

  • red value is 38;
  • green value is 61;
  • blue value is 51.
RGB:
(38,61,51)
(15%,24%,20%)

RGB channels and saturation

R 38 of 255 = 15%
G 61 of 255 = 24%
B 51 of 255 = 20%

38
61
51

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

Portions of RGB colors in percentages

R + G + B =
38 + 61 + 51 = 150 (100%)
R 38 of 150 ~ 25.33%
G 61 of 150 ~ 40.67%
B 51 of 150 ~ 34%

%25.33
%40.67
%34

CMYK color model

#263D33 color CMYK value is (38,0,16,76).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 76.08%
CMYK:
(38,0,16,76)
C38M0Y16K76 
(38%,0%,16%,76%)
(0.38/0.00/0.16/0.76)	

CMYK percentages

%37.7
%0
%16.39
%76.08

Codes

Color #263D33 in popluar color models

263D33
RGB386151
HSL154°23.23%19.41%
HSB/HSV154°37.70%23.92%
CMYK37.70%0.00%16.39%
76.08%

Color #263D33 in popluar number systems.

HEX263D33
Decimal386151
Binary100110111101110011
Octal467563

Shades and tints

Shades of #263D33

#263D33
(38,61,51)
#23382F
(35,56,47)
#20332B
(32,51,43)
#1D2E27
(29,46,39)
#1A2923
(26,41,35)
#17241F
(23,36,31)
#141F1B
(20,31,27)
#111A17
(17,26,23)
#0E1513
(14,21,19)
#0B100F
(11,16,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #263D33

#263D33
(38,61,51)
#394E45
(57,78,69)
#4C5F57
(76,95,87)
#5F7069
(95,112,105)
#72817B
(114,129,123)
#85928D
(133,146,141)
#98A39F
(152,163,159)
#ABB4B1
(171,180,177)
#BEC5C3
(190,197,195)
#D1D6D5
(209,214,213)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263D33; }

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

This text font color is #263D33.


Background Color

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

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

This div background color is #263D33.


Border color

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

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

This div border color is #263D33.


Opacity

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

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

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

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

This text has shadow with #263D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263D33 on black background.


Color preview on white background

This text has color #263D33 on white background.



Black color preview on #263D33 background

This text has black color on #263D33 background.


White color preview on #263D33 background

This text has white color on #263D33 background.