COLOR #264D09

HEX: #264D09
RGB: (38,77,9)

Color info

#264D09 contains mainly red and green colors. Web safe color of #264D09 is #333300 (or #330).

RGB color model

#264D09 color RGB value is (38,77,9).

  • red value is 38;
  • green value is 77;
  • blue value is 9.
RGB:
(38,77,9)
(15%,30%,4%)

RGB channels and saturation

R 38 of 255 = 15%
G 77 of 255 = 30%
B 9 of 255 = 4%

38
77
9

R + G + B ~ 16%. #264D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 77 + 9 = 124 (100%)
R 38 of 124 ~ 30.65%
G 77 of 124 ~ 62.1%
B 9 of 124 ~ 7.26%

%30.65
%62.1

CMYK color model

#264D09 color CMYK value is (51,0,88,70).

  • cyan value is 50.65%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 69.80%
CMYK:
(51,0,88,70)
C51M0Y88K70 
(51%,0%,88%,70%)
(0.51/0.00/0.88/0.70)	

CMYK percentages

%50.65
%0
%88.31
%69.8

Codes

Color #264D09 in popluar color models

264D09
RGB38779
HSL94°79.07%16.86%
HSB/HSV94°88.31%30.20%
CMYK50.65%0.00%88.31%
69.80%

Color #264D09 in popluar number systems.

HEX264D09
Decimal38779
Binary10011010011011001
Octal4611511

Shades and tints

Shades of #264D09

#264D09
(38,77,9)
#234609
(35,70,9)
#203F09
(32,63,9)
#1D3809
(29,56,9)
#1A3109
(26,49,9)
#172A09
(23,42,9)
#142309
(20,35,9)
#111C09
(17,28,9)
#0E1509
(14,21,9)
#0B0E09
(11,14,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #264D09

#264D09
(38,77,9)
#395D1F
(57,93,31)
#4C6D35
(76,109,53)
#5F7D4B
(95,125,75)
#728D61
(114,141,97)
#859D77
(133,157,119)
#98AD8D
(152,173,141)
#ABBDA3
(171,189,163)
#BECDB9
(190,205,185)
#D1DDCF
(209,221,207)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264D09 color. Also use rgb(38,77,9) instead hex code.

Text Font Color

.myTextColor { color: #264D09; }

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

This text font color is #264D09.


Background Color

.myBgColor { background-color: #264D09; }

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

This div background color is #264D09.


Border color

.myBorderColor { border: 1px solid #264D09; }

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

This div border color is #264D09.


Opacity

.myOpacity80 { color: #264D09; opacity: 0.8; }

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

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

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

This text has shadow with #264D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264D09 on black background.


Color preview on white background

This text has color #264D09 on white background.



Black color preview on #264D09 background

This text has black color on #264D09 background.


White color preview on #264D09 background

This text has white color on #264D09 background.