COLOR #264711

HEX: #264711
RGB: (38,71,17)

Color info

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

RGB color model

#264711 color RGB value is (38,71,17).

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

RGB channels and saturation

R 38 of 255 = 15%
G 71 of 255 = 28%
B 17 of 255 = 7%

38
71
17

R + G + B ~ 17%. #264711 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 71 + 17 = 126 (100%)
R 38 of 126 ~ 30.16%
G 71 of 126 ~ 56.35%
B 17 of 126 ~ 13.49%

%30.16
%56.35
%13.49

CMYK color model

#264711 color CMYK value is (46,0,76,72).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 76.06%
  • key color value is 72.16%
CMYK:
(46,0,76,72)
C46M0Y76K72 
(46%,0%,76%,72%)
(0.46/0.00/0.76/0.72)	

CMYK percentages

%46.48
%0
%76.06
%72.16

Codes

Color #264711 in popluar color models

264711
RGB387117
HSL97°61.36%17.25%
HSB/HSV97°76.06%27.84%
CMYK46.48%0.00%76.06%
72.16%

Color #264711 in popluar number systems.

HEX264711
Decimal387117
Binary100110100011110001
Octal4610721

Shades and tints

Shades of #264711

#264711
(38,71,17)
#234110
(35,65,16)
#203B0F
(32,59,15)
#1D350E
(29,53,14)
#1A2F0D
(26,47,13)
#17290C
(23,41,12)
#14230B
(20,35,11)
#111D0A
(17,29,10)
#0E1709
(14,23,9)
#0B1108
(11,17,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #264711

#264711
(38,71,17)
#395726
(57,87,38)
#4C673B
(76,103,59)
#5F7750
(95,119,80)
#728765
(114,135,101)
#85977A
(133,151,122)
#98A78F
(152,167,143)
#ABB7A4
(171,183,164)
#BEC7B9
(190,199,185)
#D1D7CE
(209,215,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264711; }

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

This text font color is #264711.


Background Color

.myBgColor { background-color: #264711; }

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

This div background color is #264711.


Border color

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

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

This div border color is #264711.


Opacity

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

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

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

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

This text has shadow with #264711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264711 on black background.


Color preview on white background

This text has color #264711 on white background.



Black color preview on #264711 background

This text has black color on #264711 background.


White color preview on #264711 background

This text has white color on #264711 background.