COLOR #264631

HEX: #264631
RGB: (38,70,49)

Color info

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

RGB color model

#264631 color RGB value is (38,70,49).

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

RGB channels and saturation

R 38 of 255 = 15%
G 70 of 255 = 27%
B 49 of 255 = 19%

38
70
49

R + G + B ~ 20%. #264631 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 70 + 49 = 157 (100%)
R 38 of 157 ~ 24.2%
G 70 of 157 ~ 44.59%
B 49 of 157 ~ 31.21%

%24.2
%44.59
%31.21

CMYK color model

#264631 color CMYK value is (46,0,30,73).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(46,0,30,73)
C46M0Y30K73 
(46%,0%,30%,73%)
(0.46/0.00/0.30/0.73)	

CMYK percentages

%45.71
%0
%30
%72.55

Codes

Color #264631 in popluar color models

264631
RGB387049
HSL141°29.63%21.18%
HSB/HSV141°45.71%27.45%
CMYK45.71%0.00%30.00%
72.55%

Color #264631 in popluar number systems.

HEX264631
Decimal387049
Binary1001101000110110001
Octal4610661

Shades and tints

Shades of #264631

#264631
(38,70,49)
#23402D
(35,64,45)
#203A29
(32,58,41)
#1D3425
(29,52,37)
#1A2E21
(26,46,33)
#17281D
(23,40,29)
#142219
(20,34,25)
#111C15
(17,28,21)
#0E1611
(14,22,17)
#0B100D
(11,16,13)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #264631

#264631
(38,70,49)
#395643
(57,86,67)
#4C6655
(76,102,85)
#5F7667
(95,118,103)
#728679
(114,134,121)
#85968B
(133,150,139)
#98A69D
(152,166,157)
#ABB6AF
(171,182,175)
#BEC6C1
(190,198,193)
#D1D6D3
(209,214,211)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264631; }

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

This text font color is #264631.


Background Color

.myBgColor { background-color: #264631; }

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

This div background color is #264631.


Border color

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

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

This div border color is #264631.


Opacity

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

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

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

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

This text has shadow with #264631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264631 on black background.


Color preview on white background

This text has color #264631 on white background.



Black color preview on #264631 background

This text has black color on #264631 background.


White color preview on #264631 background

This text has white color on #264631 background.