COLOR #264742

HEX: #264742
RGB: (38,71,66)

Color info

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

RGB color model

#264742 color RGB value is (38,71,66).

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

RGB channels and saturation

R 38 of 255 = 15%
G 71 of 255 = 28%
B 66 of 255 = 26%

38
71
66

R + G + B ~ 23%. #264742 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 71 + 66 = 175 (100%)
R 38 of 175 ~ 21.71%
G 71 of 175 ~ 40.57%
B 66 of 175 ~ 37.71%

%21.71
%40.57
%37.71

CMYK color model

#264742 color CMYK value is (46,0,7,72).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(46,0,7,72)
C46M0Y7K72 
(46%,0%,7%,72%)
(0.46/0.00/0.07/0.72)	

CMYK percentages

%46.48
%0
%7.04
%72.16

Codes

Color #264742 in popluar color models

264742
RGB387166
HSL171°30.28%21.37%
HSB/HSV171°46.48%27.84%
CMYK46.48%0.00%7.04%
72.16%

Color #264742 in popluar number systems.

HEX264742
Decimal387166
Binary10011010001111000010
Octal46107102

Shades and tints

Shades of #264742

#264742
(38,71,66)
#23413C
(35,65,60)
#203B36
(32,59,54)
#1D3530
(29,53,48)
#1A2F2A
(26,47,42)
#172924
(23,41,36)
#14231E
(20,35,30)
#111D18
(17,29,24)
#0E1712
(14,23,18)
#0B110C
(11,17,12)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #264742

#264742
(38,71,66)
#395753
(57,87,83)
#4C6764
(76,103,100)
#5F7775
(95,119,117)
#728786
(114,135,134)
#859797
(133,151,151)
#98A7A8
(152,167,168)
#ABB7B9
(171,183,185)
#BEC7CA
(190,199,202)
#D1D7DB
(209,215,219)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264742; }

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

This text font color is #264742.


Background Color

.myBgColor { background-color: #264742; }

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

This div background color is #264742.


Border color

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

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

This div border color is #264742.


Opacity

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

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

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

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

This text has shadow with #264742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264742 on black background.


Color preview on white background

This text has color #264742 on white background.



Black color preview on #264742 background

This text has black color on #264742 background.


White color preview on #264742 background

This text has white color on #264742 background.