COLOR #264731

HEX: #264731
RGB: (38,71,49)

Color info

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

RGB color model

#264731 color RGB value is (38,71,49).

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

RGB channels and saturation

R 38 of 255 = 15%
G 71 of 255 = 28%
B 49 of 255 = 19%

38
71
49

R + G + B ~ 21%. #264731 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 71 + 49 = 158 (100%)
R 38 of 158 ~ 24.05%
G 71 of 158 ~ 44.94%
B 49 of 158 ~ 31.01%

%24.05
%44.94
%31.01

CMYK color model

#264731 color CMYK value is (46,0,31,72).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(46,0,31,72)
C46M0Y31K72 
(46%,0%,31%,72%)
(0.46/0.00/0.31/0.72)	

CMYK percentages

%46.48
%0
%30.99
%72.16

Codes

Color #264731 in popluar color models

264731
RGB387149
HSL140°30.28%21.37%
HSB/HSV140°46.48%27.84%
CMYK46.48%0.00%30.99%
72.16%

Color #264731 in popluar number systems.

HEX264731
Decimal387149
Binary1001101000111110001
Octal4610761

Shades and tints

Shades of #264731

#264731
(38,71,49)
#23412D
(35,65,45)
#203B29
(32,59,41)
#1D3525
(29,53,37)
#1A2F21
(26,47,33)
#17291D
(23,41,29)
#142319
(20,35,25)
#111D15
(17,29,21)
#0E1711
(14,23,17)
#0B110D
(11,17,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #264731

#264731
(38,71,49)
#395743
(57,87,67)
#4C6755
(76,103,85)
#5F7767
(95,119,103)
#728779
(114,135,121)
#85978B
(133,151,139)
#98A79D
(152,167,157)
#ABB7AF
(171,183,175)
#BEC7C1
(190,199,193)
#D1D7D3
(209,215,211)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264731; }

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

This text font color is #264731.


Background Color

.myBgColor { background-color: #264731; }

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

This div background color is #264731.


Border color

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

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

This div border color is #264731.


Opacity

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

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

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

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

This text has shadow with #264731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264731 on black background.


Color preview on white background

This text has color #264731 on white background.



Black color preview on #264731 background

This text has black color on #264731 background.


White color preview on #264731 background

This text has white color on #264731 background.