COLOR #263321

HEX: #263321
RGB: (38,51,33)

Color info

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

RGB color model

#263321 color RGB value is (38,51,33).

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

RGB channels and saturation

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

38
51
33

R + G + B ~ 16%. #263321 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 33 = 122 (100%)
R 38 of 122 ~ 31.15%
G 51 of 122 ~ 41.8%
B 33 of 122 ~ 27.05%

%31.15
%41.8
%27.05

CMYK color model

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

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

CMYK percentages

%25.49
%0
%35.29
%80

Codes

Color #263321 in popluar color models

263321
RGB385133
HSL103°21.43%16.47%
HSB/HSV103°35.29%20.00%
CMYK25.49%0.00%35.29%
80.00%

Color #263321 in popluar number systems.

HEX263321
Decimal385133
Binary100110110011100001
Octal466341

Shades and tints

Shades of #263321

#263321
(38,51,33)
#232F1E
(35,47,30)
#202B1B
(32,43,27)
#1D2718
(29,39,24)
#1A2315
(26,35,21)
#171F12
(23,31,18)
#141B0F
(20,27,15)
#11170C
(17,23,12)
#0E1309
(14,19,9)
#0B0F06
(11,15,6)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #263321

#263321
(38,51,33)
#394535
(57,69,53)
#4C5749
(76,87,73)
#5F695D
(95,105,93)
#727B71
(114,123,113)
#858D85
(133,141,133)
#989F99
(152,159,153)
#ABB1AD
(171,177,173)
#BEC3C1
(190,195,193)
#D1D5D5
(209,213,213)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263321; }

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

This text font color is #263321.


Background Color

.myBgColor { background-color: #263321; }

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

This div background color is #263321.


Border color

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

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

This div border color is #263321.


Opacity

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

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

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

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

This text has shadow with #263321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263321 on black background.


Color preview on white background

This text has color #263321 on white background.



Black color preview on #263321 background

This text has black color on #263321 background.


White color preview on #263321 background

This text has white color on #263321 background.