COLOR #264F59

HEX: #264F59
RGB: (38,79,89)

Color info

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

RGB color model

#264F59 color RGB value is (38,79,89).

  • red value is 38;
  • green value is 79;
  • blue value is 89.
RGB:
(38,79,89)
(15%,31%,35%)

RGB channels and saturation

R 38 of 255 = 15%
G 79 of 255 = 31%
B 89 of 255 = 35%

38
79
89

R + G + B ~ 27%. #264F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 79 + 89 = 206 (100%)
R 38 of 206 ~ 18.45%
G 79 of 206 ~ 38.35%
B 89 of 206 ~ 43.2%

%18.45
%38.35
%43.2

CMYK color model

#264F59 color CMYK value is (57,11,0,65).

  • cyan value is 57.30%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(57,11,0,65)
C57M11Y0K65 
(57%,11%,0%,65%)
(0.57/0.11/0.00/0.65)	

CMYK percentages

%57.3
%11.24
%0
%65.1

Codes

Color #264F59 in popluar color models

264F59
RGB387989
HSL192°40.16%24.90%
HSB/HSV192°57.30%34.90%
CMYK57.30%11.24%0.00%
65.10%

Color #264F59 in popluar number systems.

HEX264F59
Decimal387989
Binary10011010011111011001
Octal46117131

Shades and tints

Shades of #264F59

#264F59
(38,79,89)
#234851
(35,72,81)
#204149
(32,65,73)
#1D3A41
(29,58,65)
#1A3339
(26,51,57)
#172C31
(23,44,49)
#142529
(20,37,41)
#111E21
(17,30,33)
#0E1719
(14,23,25)
#0B1011
(11,16,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #264F59

#264F59
(38,79,89)
#395F68
(57,95,104)
#4C6F77
(76,111,119)
#5F7F86
(95,127,134)
#728F95
(114,143,149)
#859FA4
(133,159,164)
#98AFB3
(152,175,179)
#ABBFC2
(171,191,194)
#BECFD1
(190,207,209)
#D1DFE0
(209,223,224)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264F59 color. Also use rgb(38,79,89) instead hex code.

Text Font Color

.myTextColor { color: #264F59; }

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

This text font color is #264F59.


Background Color

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

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

This div background color is #264F59.


Border color

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

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

This div border color is #264F59.


Opacity

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

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

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

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

This text has shadow with #264F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264F59 on black background.


Color preview on white background

This text has color #264F59 on white background.



Black color preview on #264F59 background

This text has black color on #264F59 background.


White color preview on #264F59 background

This text has white color on #264F59 background.