COLOR #267009

HEX: #267009
RGB: (38,112,9)

Color info

#267009 contains mainly green color. Web safe color of #267009 is #336600 (or #360).

RGB color model

#267009 color RGB value is (38,112,9).

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

RGB channels and saturation

R 38 of 255 = 15%
G 112 of 255 = 44%
B 9 of 255 = 4%

38
112
9

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

Portions of RGB colors in percentages

R + G + B =
38 + 112 + 9 = 159 (100%)
R 38 of 159 ~ 23.9%
G 112 of 159 ~ 70.44%
B 9 of 159 ~ 5.66%

%23.9
%70.44

CMYK color model

#267009 color CMYK value is (66,0,92,56).

  • cyan value is 66.07%
  • magenta value is 0.00%
  • yellow value is 91.96%
  • key color value is 56.08%
CMYK:
(66,0,92,56)
C66M0Y92K56 
(66%,0%,92%,56%)
(0.66/0.00/0.92/0.56)	

CMYK percentages

%66.07
%0
%91.96
%56.08

Codes

Color #267009 in popluar color models

267009
RGB381129
HSL103°85.12%23.73%
HSB/HSV103°91.96%43.92%
CMYK66.07%0.00%91.96%
56.08%

Color #267009 in popluar number systems.

HEX267009
Decimal381129
Binary10011011100001001
Octal4616011

Shades and tints

Shades of #267009

#267009
(38,112,9)
#236609
(35,102,9)
#205C09
(32,92,9)
#1D5209
(29,82,9)
#1A4809
(26,72,9)
#173E09
(23,62,9)
#143409
(20,52,9)
#112A09
(17,42,9)
#0E2009
(14,32,9)
#0B1609
(11,22,9)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #267009

#267009
(38,112,9)
#397D1F
(57,125,31)
#4C8A35
(76,138,53)
#5F974B
(95,151,75)
#72A461
(114,164,97)
#85B177
(133,177,119)
#98BE8D
(152,190,141)
#ABCBA3
(171,203,163)
#BED8B9
(190,216,185)
#D1E5CF
(209,229,207)
#E4F2E5
(228,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #267009; }

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

This text font color is #267009.


Background Color

.myBgColor { background-color: #267009; }

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

This div background color is #267009.


Border color

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

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

This div border color is #267009.


Opacity

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

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

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

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

This text has shadow with #267009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267009 on black background.


Color preview on white background

This text has color #267009 on white background.



Black color preview on #267009 background

This text has black color on #267009 background.


White color preview on #267009 background

This text has white color on #267009 background.