COLOR #264006

HEX: #264006 RGB: (38,64,6)

Color info

#264006 contains red, green and blue colors in about the same proportion. Web safe color of #264006 is #333300 (or #330).

RGB color model

#264006 color RGB value is (38,64,6).

RGB: (38,64,6) (15%, 25%, 2%)

RGB channels and saturation

R 38 of 255 = 15%
G 64 of 255 = 25%
B 6 of 255 = 2%

38
64
6

R + G + B ~ 14%. #264006 is dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 64 + 6 = 108 (100%)
R 38 of 108 ~ 35.19%
G 64 of 108 ~ 59.26%
B 6 of 108 ~ 5.56'%

%35.19
%59.26

CMYK color model

#264006 color CMYK value is (41,0,91,75).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 90.63%
  • key color value is 74.90%

CMYK: (41,0,91,75)
C41M0Y91K75 (41%, 0%, 91%, 75%)
(0.41 / 0.00 / 0.91 / 0.75)

CMYK percentages

%40.63
%0
%90.63
%74.9

Codes

Color #264006 in popluar color models

26 40 06
RGB 38 64 6
HSL 87° 82.86% 13.73%
HSB/HSV 87° 90.63% 25.10%
CMYK 40.63% 0.00% 90.63%
74.90%

Color #264006 in popluar number systems.

HEX 26 40 06
Decimal 38 64 6
Binary 100110 1000000 110
Octal 46 100 6

Shades and tints

Shades of #264006

#264006
(38,64,6)
#233B06
(35,59,6)
#203606
(32,54,6)
#1D3106
(29,49,6)
#1A2C06
(26,44,6)
#172706
(23,39,6)
#142206
(20,34,6)
#111D06
(17,29,6)
#0E1806
(14,24,6)
#0B1306
(11,19,6)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #264006

#264006
(38,64,6)
#39511C
(57,81,28)
#4C6232
(76,98,50)
#5F7348
(95,115,72)
#72845E
(114,132,94)
#859574
(133,149,116)
#98A68A
(152,166,138)
#ABB7A0
(171,183,160)
#BEC8B6
(190,200,182)
#D1D9CC
(209,217,204)
#E4EAE2
(228,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264006; }

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

This text font color is #264006.

Background Color

.myBgColor { background-color: #264006; }

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

This div background color is #264006.

Border color

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

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

This div border color is #264006.

Opacity

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

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

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

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

This text has shadow with #264006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #264006.

Preview

Color preview on black background

This text has color #264006 on black background.


Color preview on white background

This text has color #264006 on white background.


Black color preview on #264006 background

This text has black color on #264006 background.


White color preview on #264006 background

This text has white color on #264006 background.


Related colors

Complementary color

Complementary color for #hex is #D9BFF9.


I love getcolorcode.com

Triadic colors

1 #062640 and #400626 with #264006 are triadic colors.

2 #064026 and #402606 with #264006 are triadic colors.