COLOR #264332

HEX: #264332
RGB: (38,67,50)

Color info

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

RGB color model

#264332 color RGB value is (38,67,50).

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

RGB channels and saturation

R 38 of 255 = 15%
G 67 of 255 = 26%
B 50 of 255 = 20%

38
67
50

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

Portions of RGB colors in percentages

R + G + B =
38 + 67 + 50 = 155 (100%)
R 38 of 155 ~ 24.52%
G 67 of 155 ~ 43.23%
B 50 of 155 ~ 32.26%

%24.52
%43.23
%32.26

CMYK color model

#264332 color CMYK value is (43,0,25,74).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 73.73%
CMYK:
(43,0,25,74)
C43M0Y25K74 
(43%,0%,25%,74%)
(0.43/0.00/0.25/0.74)	

CMYK percentages

%43.28
%0
%25.37
%73.73

Codes

Color #264332 in popluar color models

264332
RGB386750
HSL145°27.62%20.59%
HSB/HSV145°43.28%26.27%
CMYK43.28%0.00%25.37%
73.73%

Color #264332 in popluar number systems.

HEX264332
Decimal386750
Binary1001101000011110010
Octal4610362

Shades and tints

Shades of #264332

#264332
(38,67,50)
#233D2E
(35,61,46)
#20372A
(32,55,42)
#1D3126
(29,49,38)
#1A2B22
(26,43,34)
#17251E
(23,37,30)
#141F1A
(20,31,26)
#111916
(17,25,22)
#0E1312
(14,19,18)
#0B0D0E
(11,13,14)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #264332

#264332
(38,67,50)
#395444
(57,84,68)
#4C6556
(76,101,86)
#5F7668
(95,118,104)
#72877A
(114,135,122)
#85988C
(133,152,140)
#98A99E
(152,169,158)
#ABBAB0
(171,186,176)
#BECBC2
(190,203,194)
#D1DCD4
(209,220,212)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264332; }

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

This text font color is #264332.


Background Color

.myBgColor { background-color: #264332; }

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

This div background color is #264332.


Border color

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

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

This div border color is #264332.


Opacity

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

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

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

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

This text has shadow with #264332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264332 on black background.


Color preview on white background

This text has color #264332 on white background.



Black color preview on #264332 background

This text has black color on #264332 background.


White color preview on #264332 background

This text has white color on #264332 background.