COLOR #263333

HEX: #263333
RGB: (38,51,51)

Color info

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

RGB color model

#263333 color RGB value is (38,51,51).

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

RGB channels and saturation

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

38
51
51

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

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 51 = 140 (100%)
R 38 of 140 ~ 27.14%
G 51 of 140 ~ 36.43%
B 51 of 140 ~ 36.43%

%27.14
%36.43
%36.43

CMYK color model

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

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(25,0,0,80)
C25M0Y0K80 
(25%,0%,0%,80%)
(0.25/0.00/0.00/0.80)	

CMYK percentages

%25.49
%0
%0
%80

Codes

Color #263333 in popluar color models

263333
RGB385151
HSL180°14.61%17.45%
HSB/HSV180°25.49%20.00%
CMYK25.49%0.00%0.00%
80.00%

Color #263333 in popluar number systems.

HEX263333
Decimal385151
Binary100110110011110011
Octal466363

Shades and tints

Shades of #263333

#263333
(38,51,51)
#232F2F
(35,47,47)
#202B2B
(32,43,43)
#1D2727
(29,39,39)
#1A2323
(26,35,35)
#171F1F
(23,31,31)
#141B1B
(20,27,27)
#111717
(17,23,23)
#0E1313
(14,19,19)
#0B0F0F
(11,15,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #263333

#263333
(38,51,51)
#394545
(57,69,69)
#4C5757
(76,87,87)
#5F6969
(95,105,105)
#727B7B
(114,123,123)
#858D8D
(133,141,141)
#989F9F
(152,159,159)
#ABB1B1
(171,177,177)
#BEC3C3
(190,195,195)
#D1D5D5
(209,213,213)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263333; }

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

This text font color is #263333.


Background Color

.myBgColor { background-color: #263333; }

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

This div background color is #263333.


Border color

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

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

This div border color is #263333.


Opacity

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

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

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

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

This text has shadow with #263333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263333 on black background.


Color preview on white background

This text has color #263333 on white background.



Black color preview on #263333 background

This text has black color on #263333 background.


White color preview on #263333 background

This text has white color on #263333 background.