COLOR #264321

HEX: #264321
RGB: (38,67,33)

Color info

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

RGB color model

#264321 color RGB value is (38,67,33).

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

RGB channels and saturation

R 38 of 255 = 15%
G 67 of 255 = 26%
B 33 of 255 = 13%

38
67
33

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

Portions of RGB colors in percentages

R + G + B =
38 + 67 + 33 = 138 (100%)
R 38 of 138 ~ 27.54%
G 67 of 138 ~ 48.55%
B 33 of 138 ~ 23.91%

%27.54
%48.55
%23.91

CMYK color model

#264321 color CMYK value is (43,0,51,74).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK:
(43,0,51,74)
C43M0Y51K74 
(43%,0%,51%,74%)
(0.43/0.00/0.51/0.74)	

CMYK percentages

%43.28
%0
%50.75
%73.73

Codes

Color #264321 in popluar color models

264321
RGB386733
HSL111°34.00%19.61%
HSB/HSV111°50.75%26.27%
CMYK43.28%0.00%50.75%
73.73%

Color #264321 in popluar number systems.

HEX264321
Decimal386733
Binary1001101000011100001
Octal4610341

Shades and tints

Shades of #264321

#264321
(38,67,33)
#233D1E
(35,61,30)
#20371B
(32,55,27)
#1D3118
(29,49,24)
#1A2B15
(26,43,21)
#172512
(23,37,18)
#141F0F
(20,31,15)
#11190C
(17,25,12)
#0E1309
(14,19,9)
#0B0D06
(11,13,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #264321

#264321
(38,67,33)
#395435
(57,84,53)
#4C6549
(76,101,73)
#5F765D
(95,118,93)
#728771
(114,135,113)
#859885
(133,152,133)
#98A999
(152,169,153)
#ABBAAD
(171,186,173)
#BECBC1
(190,203,193)
#D1DCD5
(209,220,213)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264321; }

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

This text font color is #264321.


Background Color

.myBgColor { background-color: #264321; }

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

This div background color is #264321.


Border color

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

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

This div border color is #264321.


Opacity

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

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

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

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

This text has shadow with #264321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264321 on black background.


Color preview on white background

This text has color #264321 on white background.



Black color preview on #264321 background

This text has black color on #264321 background.


White color preview on #264321 background

This text has white color on #264321 background.