COLOR #264B15

HEX: #264B15
RGB: (38,75,21)

Color info

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

RGB color model

#264B15 color RGB value is (38,75,21).

  • red value is 38;
  • green value is 75;
  • blue value is 21.
RGB:
(38,75,21)
(15%,29%,8%)

RGB channels and saturation

R 38 of 255 = 15%
G 75 of 255 = 29%
B 21 of 255 = 8%

38
75
21

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

Portions of RGB colors in percentages

R + G + B =
38 + 75 + 21 = 134 (100%)
R 38 of 134 ~ 28.36%
G 75 of 134 ~ 55.97%
B 21 of 134 ~ 15.67%

%28.36
%55.97
%15.67

CMYK color model

#264B15 color CMYK value is (49,0,72,71).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 72.00%
  • key color value is 70.59%
CMYK:
(49,0,72,71)
C49M0Y72K71 
(49%,0%,72%,71%)
(0.49/0.00/0.72/0.71)	

CMYK percentages

%49.33
%0
%72
%70.59

Codes

Color #264B15 in popluar color models

264B15
RGB387521
HSL101°56.25%18.82%
HSB/HSV101°72.00%29.41%
CMYK49.33%0.00%72.00%
70.59%

Color #264B15 in popluar number systems.

HEX264B15
Decimal387521
Binary100110100101110101
Octal4611325

Shades and tints

Shades of #264B15

#264B15
(38,75,21)
#234514
(35,69,20)
#203F13
(32,63,19)
#1D3912
(29,57,18)
#1A3311
(26,51,17)
#172D10
(23,45,16)
#14270F
(20,39,15)
#11210E
(17,33,14)
#0E1B0D
(14,27,13)
#0B150C
(11,21,12)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #264B15

#264B15
(38,75,21)
#395B2A
(57,91,42)
#4C6B3F
(76,107,63)
#5F7B54
(95,123,84)
#728B69
(114,139,105)
#859B7E
(133,155,126)
#98AB93
(152,171,147)
#ABBBA8
(171,187,168)
#BECBBD
(190,203,189)
#D1DBD2
(209,219,210)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264B15 color. Also use rgb(38,75,21) instead hex code.

Text Font Color

.myTextColor { color: #264B15; }

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

This text font color is #264B15.


Background Color

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

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

This div background color is #264B15.


Border color

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

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

This div border color is #264B15.


Opacity

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

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

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

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

This text has shadow with #264B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264B15 on black background.


Color preview on white background

This text has color #264B15 on white background.



Black color preview on #264B15 background

This text has black color on #264B15 background.


White color preview on #264B15 background

This text has white color on #264B15 background.