COLOR #264250

HEX: #264250
RGB: (38,66,80)

Color info

#264250 contains red, green and blue colors in about the same proportion. Web safe color of #264250 is #333366 (or #336).

RGB color model

#264250 color RGB value is (38,66,80).

  • red value is 38;
  • green value is 66;
  • blue value is 80.
RGB:
(38,66,80)
(15%,26%,31%)

RGB channels and saturation

R 38 of 255 = 15%
G 66 of 255 = 26%
B 80 of 255 = 31%

38
66
80

R + G + B ~ 24%. #264250 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 66 + 80 = 184 (100%)
R 38 of 184 ~ 20.65%
G 66 of 184 ~ 35.87%
B 80 of 184 ~ 43.48%

%20.65
%35.87
%43.48

CMYK color model

#264250 color CMYK value is (53,18,0,69).

  • cyan value is 52.50%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(53,18,0,69)
C53M18Y0K69 
(53%,18%,0%,69%)
(0.53/0.18/0.00/0.69)	

CMYK percentages

%52.5
%17.5
%0
%68.63

Codes

Color #264250 in popluar color models

264250
RGB386680
HSL200°35.59%23.14%
HSB/HSV200°52.50%31.37%
CMYK52.50%17.50%0.00%
68.63%

Color #264250 in popluar number systems.

HEX264250
Decimal386680
Binary10011010000101010000
Octal46102120

Shades and tints

Shades of #264250

#264250
(38,66,80)
#233C49
(35,60,73)
#203642
(32,54,66)
#1D303B
(29,48,59)
#1A2A34
(26,42,52)
#17242D
(23,36,45)
#141E26
(20,30,38)
#11181F
(17,24,31)
#0E1218
(14,18,24)
#0B0C11
(11,12,17)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #264250

#264250
(38,66,80)
#39535F
(57,83,95)
#4C646E
(76,100,110)
#5F757D
(95,117,125)
#72868C
(114,134,140)
#85979B
(133,151,155)
#98A8AA
(152,168,170)
#ABB9B9
(171,185,185)
#BECAC8
(190,202,200)
#D1DBD7
(209,219,215)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264250; }

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

This text font color is #264250.


Background Color

.myBgColor { background-color: #264250; }

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

This div background color is #264250.


Border color

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

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

This div border color is #264250.


Opacity

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

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

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

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

This text has shadow with #264250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264250 on black background.


Color preview on white background

This text has color #264250 on white background.



Black color preview on #264250 background

This text has black color on #264250 background.


White color preview on #264250 background

This text has white color on #264250 background.