COLOR #264D4C

HEX: #264D4C
RGB: (38,77,76)

Color info

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

RGB color model

#264D4C color RGB value is (38,77,76).

  • red value is 38;
  • green value is 77;
  • blue value is 76.
RGB:
(38,77,76)
(15%,30%,30%)

RGB channels and saturation

R 38 of 255 = 15%
G 77 of 255 = 30%
B 76 of 255 = 30%

38
77
76

R + G + B ~ 25%. #264D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 77 + 76 = 191 (100%)
R 38 of 191 ~ 19.9%
G 77 of 191 ~ 40.31%
B 76 of 191 ~ 39.79%

%19.9
%40.31
%39.79

CMYK color model

#264D4C color CMYK value is (51,0,1,70).

  • cyan value is 50.65%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(51,0,1,70)
C51M0Y1K70 
(51%,0%,1%,70%)
(0.51/0.00/0.01/0.70)	

CMYK percentages

%50.65
%0
%1.3
%69.8

Codes

Color #264D4C in popluar color models

264D4C
RGB387776
HSL178°33.91%22.55%
HSB/HSV178°50.65%30.20%
CMYK50.65%0.00%1.30%
69.80%

Color #264D4C in popluar number systems.

HEX264D4C
Decimal387776
Binary10011010011011001100
Octal46115114

Shades and tints

Shades of #264D4C

#264D4C
(38,77,76)
#234646
(35,70,70)
#203F40
(32,63,64)
#1D383A
(29,56,58)
#1A3134
(26,49,52)
#172A2E
(23,42,46)
#142328
(20,35,40)
#111C22
(17,28,34)
#0E151C
(14,21,28)
#0B0E16
(11,14,22)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #264D4C

#264D4C
(38,77,76)
#395D5C
(57,93,92)
#4C6D6C
(76,109,108)
#5F7D7C
(95,125,124)
#728D8C
(114,141,140)
#859D9C
(133,157,156)
#98ADAC
(152,173,172)
#ABBDBC
(171,189,188)
#BECDCC
(190,205,204)
#D1DDDC
(209,221,220)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264D4C color. Also use rgb(38,77,76) instead hex code.

Text Font Color

.myTextColor { color: #264D4C; }

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

This text font color is #264D4C.


Background Color

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

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

This div background color is #264D4C.


Border color

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

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

This div border color is #264D4C.


Opacity

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

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

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

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

This text has shadow with #264D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264D4C on black background.


Color preview on white background

This text has color #264D4C on white background.



Black color preview on #264D4C background

This text has black color on #264D4C background.


White color preview on #264D4C background

This text has white color on #264D4C background.