COLOR #264441

HEX: #264441
RGB: (38,68,65)

Color info

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

RGB color model

#264441 color RGB value is (38,68,65).

  • red value is 38;
  • green value is 68;
  • blue value is 65.
RGB:
(38,68,65)
(15%,27%,25%)

RGB channels and saturation

R 38 of 255 = 15%
G 68 of 255 = 27%
B 65 of 255 = 25%

38
68
65

R + G + B ~ 22%. #264441 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 68 + 65 = 171 (100%)
R 38 of 171 ~ 22.22%
G 68 of 171 ~ 39.77%
B 65 of 171 ~ 38.01%

%22.22
%39.77
%38.01

CMYK color model

#264441 color CMYK value is (44,0,4,73).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(44,0,4,73)
C44M0Y4K73 
(44%,0%,4%,73%)
(0.44/0.00/0.04/0.73)	

CMYK percentages

%44.12
%0
%4.41
%73.33

Codes

Color #264441 in popluar color models

264441
RGB386865
HSL174°28.30%20.78%
HSB/HSV174°44.12%26.67%
CMYK44.12%0.00%4.41%
73.33%

Color #264441 in popluar number systems.

HEX264441
Decimal386865
Binary10011010001001000001
Octal46104101

Shades and tints

Shades of #264441

#264441
(38,68,65)
#233E3C
(35,62,60)
#203837
(32,56,55)
#1D3232
(29,50,50)
#1A2C2D
(26,44,45)
#172628
(23,38,40)
#142023
(20,32,35)
#111A1E
(17,26,30)
#0E1419
(14,20,25)
#0B0E14
(11,14,20)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #264441

#264441
(38,68,65)
#395552
(57,85,82)
#4C6663
(76,102,99)
#5F7774
(95,119,116)
#728885
(114,136,133)
#859996
(133,153,150)
#98AAA7
(152,170,167)
#ABBBB8
(171,187,184)
#BECCC9
(190,204,201)
#D1DDDA
(209,221,218)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264441; }

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

This text font color is #264441.


Background Color

.myBgColor { background-color: #264441; }

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

This div background color is #264441.


Border color

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

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

This div border color is #264441.


Opacity

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

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

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

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

This text has shadow with #264441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264441 on black background.


Color preview on white background

This text has color #264441 on white background.



Black color preview on #264441 background

This text has black color on #264441 background.


White color preview on #264441 background

This text has white color on #264441 background.