COLOR #264949

HEX: #264949
RGB: (38,73,73)

Color info

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

RGB color model

#264949 color RGB value is (38,73,73).

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

RGB channels and saturation

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

38
73
73

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

Portions of RGB colors in percentages

R + G + B =
38 + 73 + 73 = 184 (100%)
R 38 of 184 ~ 20.65%
G 73 of 184 ~ 39.67%
B 73 of 184 ~ 39.67%

%20.65
%39.67
%39.67

CMYK color model

#264949 color CMYK value is (48,0,0,71).

  • cyan value is 47.95%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(48,0,0,71)
C48M0Y0K71 
(48%,0%,0%,71%)
(0.48/0.00/0.00/0.71)	

CMYK percentages

%47.95
%0
%0
%71.37

Codes

Color #264949 in popluar color models

264949
RGB387373
HSL180°31.53%21.76%
HSB/HSV180°47.95%28.63%
CMYK47.95%0.00%0.00%
71.37%

Color #264949 in popluar number systems.

HEX264949
Decimal387373
Binary10011010010011001001
Octal46111111

Shades and tints

Shades of #264949

#264949
(38,73,73)
#234343
(35,67,67)
#203D3D
(32,61,61)
#1D3737
(29,55,55)
#1A3131
(26,49,49)
#172B2B
(23,43,43)
#142525
(20,37,37)
#111F1F
(17,31,31)
#0E1919
(14,25,25)
#0B1313
(11,19,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #264949

#264949
(38,73,73)
#395959
(57,89,89)
#4C6969
(76,105,105)
#5F7979
(95,121,121)
#728989
(114,137,137)
#859999
(133,153,153)
#98A9A9
(152,169,169)
#ABB9B9
(171,185,185)
#BEC9C9
(190,201,201)
#D1D9D9
(209,217,217)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264949; }

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

This text font color is #264949.


Background Color

.myBgColor { background-color: #264949; }

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

This div background color is #264949.


Border color

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

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

This div border color is #264949.


Opacity

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

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

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

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

This text has shadow with #264949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264949 on black background.


Color preview on white background

This text has color #264949 on white background.



Black color preview on #264949 background

This text has black color on #264949 background.


White color preview on #264949 background

This text has white color on #264949 background.