COLOR #264739

HEX: #264739
RGB: (38,71,57)

Color info

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

RGB color model

#264739 color RGB value is (38,71,57).

  • red value is 38;
  • green value is 71;
  • blue value is 57.
RGB:
(38,71,57)
(15%,28%,22%)

RGB channels and saturation

R 38 of 255 = 15%
G 71 of 255 = 28%
B 57 of 255 = 22%

38
71
57

R + G + B ~ 22%. #264739 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 71 + 57 = 166 (100%)
R 38 of 166 ~ 22.89%
G 71 of 166 ~ 42.77%
B 57 of 166 ~ 34.34%

%22.89
%42.77
%34.34

CMYK color model

#264739 color CMYK value is (46,0,20,72).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(46,0,20,72)
C46M0Y20K72 
(46%,0%,20%,72%)
(0.46/0.00/0.20/0.72)	

CMYK percentages

%46.48
%0
%19.72
%72.16

Codes

Color #264739 in popluar color models

264739
RGB387157
HSL155°30.28%21.37%
HSB/HSV155°46.48%27.84%
CMYK46.48%0.00%19.72%
72.16%

Color #264739 in popluar number systems.

HEX264739
Decimal387157
Binary1001101000111111001
Octal4610771

Shades and tints

Shades of #264739

#264739
(38,71,57)
#234134
(35,65,52)
#203B2F
(32,59,47)
#1D352A
(29,53,42)
#1A2F25
(26,47,37)
#172920
(23,41,32)
#14231B
(20,35,27)
#111D16
(17,29,22)
#0E1711
(14,23,17)
#0B110C
(11,17,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #264739

#264739
(38,71,57)
#39574B
(57,87,75)
#4C675D
(76,103,93)
#5F776F
(95,119,111)
#728781
(114,135,129)
#859793
(133,151,147)
#98A7A5
(152,167,165)
#ABB7B7
(171,183,183)
#BEC7C9
(190,199,201)
#D1D7DB
(209,215,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264739; }

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

This text font color is #264739.


Background Color

.myBgColor { background-color: #264739; }

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

This div background color is #264739.


Border color

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

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

This div border color is #264739.


Opacity

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

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

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

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

This text has shadow with #264739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264739 on black background.


Color preview on white background

This text has color #264739 on white background.



Black color preview on #264739 background

This text has black color on #264739 background.


White color preview on #264739 background

This text has white color on #264739 background.