COLOR #265B24

HEX: #265B24
RGB: (38,91,36)

Color info

#265B24 contains red, green and blue colors in about the same proportion. Web safe color of #265B24 is #336633 (or #363).

RGB color model

#265B24 color RGB value is (38,91,36).

  • red value is 38;
  • green value is 91;
  • blue value is 36.
RGB:
(38,91,36)
(15%,36%,14%)

RGB channels and saturation

R 38 of 255 = 15%
G 91 of 255 = 36%
B 36 of 255 = 14%

38
91
36

R + G + B ~ 22%. #265B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 91 + 36 = 165 (100%)
R 38 of 165 ~ 23.03%
G 91 of 165 ~ 55.15%
B 36 of 165 ~ 21.82%

%23.03
%55.15
%21.82

CMYK color model

#265B24 color CMYK value is (58,0,60,64).

  • cyan value is 58.24%
  • magenta value is 0.00%
  • yellow value is 60.44%
  • key color value is 64.31%
CMYK:
(58,0,60,64)
C58M0Y60K64 
(58%,0%,60%,64%)
(0.58/0.00/0.60/0.64)	

CMYK percentages

%58.24
%0
%60.44
%64.31

Codes

Color #265B24 in popluar color models

265B24
RGB389136
HSL118°43.31%24.90%
HSB/HSV118°60.44%35.69%
CMYK58.24%0.00%60.44%
64.31%

Color #265B24 in popluar number systems.

HEX265B24
Decimal389136
Binary1001101011011100100
Octal4613344

Shades and tints

Shades of #265B24

#265B24
(38,91,36)
#235321
(35,83,33)
#204B1E
(32,75,30)
#1D431B
(29,67,27)
#1A3B18
(26,59,24)
#173315
(23,51,21)
#142B12
(20,43,18)
#11230F
(17,35,15)
#0E1B0C
(14,27,12)
#0B1309
(11,19,9)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #265B24

#265B24
(38,91,36)
#396937
(57,105,55)
#4C774A
(76,119,74)
#5F855D
(95,133,93)
#729370
(114,147,112)
#85A183
(133,161,131)
#98AF96
(152,175,150)
#ABBDA9
(171,189,169)
#BECBBC
(190,203,188)
#D1D9CF
(209,217,207)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265B24 color. Also use rgb(38,91,36) instead hex code.

Text Font Color

.myTextColor { color: #265B24; }

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

This text font color is #265B24.


Background Color

.myBgColor { background-color: #265B24; }

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

This div background color is #265B24.


Border color

.myBorderColor { border: 1px solid #265B24; }

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

This div border color is #265B24.


Opacity

.myOpacity80 { color: #265B24; opacity: 0.8; }

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

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

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

This text has shadow with #265B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265B24 on black background.


Color preview on white background

This text has color #265B24 on white background.



Black color preview on #265B24 background

This text has black color on #265B24 background.


White color preview on #265B24 background

This text has white color on #265B24 background.