COLOR #264E53

HEX: #264E53
RGB: (38,78,83)

Color info

#264E53 contains red, green and blue colors in about the same proportion. Web safe color of #264E53 is #336666 (or #366).

RGB color model

#264E53 color RGB value is (38,78,83).

  • red value is 38;
  • green value is 78;
  • blue value is 83.
RGB:
(38,78,83)
(15%,31%,33%)

RGB channels and saturation

R 38 of 255 = 15%
G 78 of 255 = 31%
B 83 of 255 = 33%

38
78
83

R + G + B ~ 26%. #264E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 78 + 83 = 199 (100%)
R 38 of 199 ~ 19.1%
G 78 of 199 ~ 39.2%
B 83 of 199 ~ 41.71%

%19.1
%39.2
%41.71

CMYK color model

#264E53 color CMYK value is (54,6,0,67).

  • cyan value is 54.22%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(54,6,0,67)
C54M6Y0K67 
(54%,6%,0%,67%)
(0.54/0.06/0.00/0.67)	

CMYK percentages

%54.22
%6.02
%0
%67.45

Codes

Color #264E53 in popluar color models

264E53
RGB387883
HSL187°37.19%23.73%
HSB/HSV187°54.22%32.55%
CMYK54.22%6.02%0.00%
67.45%

Color #264E53 in popluar number systems.

HEX264E53
Decimal387883
Binary10011010011101010011
Octal46116123

Shades and tints

Shades of #264E53

#264E53
(38,78,83)
#23474C
(35,71,76)
#204045
(32,64,69)
#1D393E
(29,57,62)
#1A3237
(26,50,55)
#172B30
(23,43,48)
#142429
(20,36,41)
#111D22
(17,29,34)
#0E161B
(14,22,27)
#0B0F14
(11,15,20)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #264E53

#264E53
(38,78,83)
#395E62
(57,94,98)
#4C6E71
(76,110,113)
#5F7E80
(95,126,128)
#728E8F
(114,142,143)
#859E9E
(133,158,158)
#98AEAD
(152,174,173)
#ABBEBC
(171,190,188)
#BECECB
(190,206,203)
#D1DEDA
(209,222,218)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264E53 color. Also use rgb(38,78,83) instead hex code.

Text Font Color

.myTextColor { color: #264E53; }

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

This text font color is #264E53.


Background Color

.myBgColor { background-color: #264E53; }

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

This div background color is #264E53.


Border color

.myBorderColor { border: 1px solid #264E53; }

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

This div border color is #264E53.


Opacity

.myOpacity80 { color: #264E53; opacity: 0.8; }

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

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

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

This text has shadow with #264E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264E53 on black background.


Color preview on white background

This text has color #264E53 on white background.



Black color preview on #264E53 background

This text has black color on #264E53 background.


White color preview on #264E53 background

This text has white color on #264E53 background.