COLOR #264F49

HEX: #264F49
RGB: (38,79,73)

Color info

#264F49 contains red, green and blue colors in about the same proportion. Web safe color of #264F49 is #336633 (or #363).

RGB color model

#264F49 color RGB value is (38,79,73).

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

RGB channels and saturation

R 38 of 255 = 15%
G 79 of 255 = 31%
B 73 of 255 = 29%

38
79
73

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

Portions of RGB colors in percentages

R + G + B =
38 + 79 + 73 = 190 (100%)
R 38 of 190 ~ 20%
G 79 of 190 ~ 41.58%
B 73 of 190 ~ 38.42%

%20
%41.58
%38.42

CMYK color model

#264F49 color CMYK value is (52,0,8,69).

  • cyan value is 51.90%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(52,0,8,69)
C52M0Y8K69 
(52%,0%,8%,69%)
(0.52/0.00/0.08/0.69)	

CMYK percentages

%51.9
%0
%7.59
%69.02

Codes

Color #264F49 in popluar color models

264F49
RGB387973
HSL171°35.04%22.94%
HSB/HSV171°51.90%30.98%
CMYK51.90%0.00%7.59%
69.02%

Color #264F49 in popluar number systems.

HEX264F49
Decimal387973
Binary10011010011111001001
Octal46117111

Shades and tints

Shades of #264F49

#264F49
(38,79,73)
#234843
(35,72,67)
#20413D
(32,65,61)
#1D3A37
(29,58,55)
#1A3331
(26,51,49)
#172C2B
(23,44,43)
#142525
(20,37,37)
#111E1F
(17,30,31)
#0E1719
(14,23,25)
#0B1013
(11,16,19)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #264F49

#264F49
(38,79,73)
#395F59
(57,95,89)
#4C6F69
(76,111,105)
#5F7F79
(95,127,121)
#728F89
(114,143,137)
#859F99
(133,159,153)
#98AFA9
(152,175,169)
#ABBFB9
(171,191,185)
#BECFC9
(190,207,201)
#D1DFD9
(209,223,217)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264F49; }

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

This text font color is #264F49.


Background Color

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

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

This div background color is #264F49.


Border color

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

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

This div border color is #264F49.


Opacity

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

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

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

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

This text has shadow with #264F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264F49 on black background.


Color preview on white background

This text has color #264F49 on white background.



Black color preview on #264F49 background

This text has black color on #264F49 background.


White color preview on #264F49 background

This text has white color on #264F49 background.