COLOR #265A25

HEX: #265A25
RGB: (38,90,37)

Color info

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

RGB color model

#265A25 color RGB value is (38,90,37).

  • red value is 38;
  • green value is 90;
  • blue value is 37.
RGB:
(38,90,37)
(15%,35%,15%)

RGB channels and saturation

R 38 of 255 = 15%
G 90 of 255 = 35%
B 37 of 255 = 15%

38
90
37

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

Portions of RGB colors in percentages

R + G + B =
38 + 90 + 37 = 165 (100%)
R 38 of 165 ~ 23.03%
G 90 of 165 ~ 54.55%
B 37 of 165 ~ 22.42%

%23.03
%54.55
%22.42

CMYK color model

#265A25 color CMYK value is (58,0,59,65).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(58,0,59,65)
C58M0Y59K65 
(58%,0%,59%,65%)
(0.58/0.00/0.59/0.65)	

CMYK percentages

%57.78
%0
%58.89
%64.71

Codes

Color #265A25 in popluar color models

265A25
RGB389037
HSL119°41.73%24.90%
HSB/HSV119°58.89%35.29%
CMYK57.78%0.00%58.89%
64.71%

Color #265A25 in popluar number systems.

HEX265A25
Decimal389037
Binary1001101011010100101
Octal4613245

Shades and tints

Shades of #265A25

#265A25
(38,90,37)
#235222
(35,82,34)
#204A1F
(32,74,31)
#1D421C
(29,66,28)
#1A3A19
(26,58,25)
#173216
(23,50,22)
#142A13
(20,42,19)
#112210
(17,34,16)
#0E1A0D
(14,26,13)
#0B120A
(11,18,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #265A25

#265A25
(38,90,37)
#396938
(57,105,56)
#4C784B
(76,120,75)
#5F875E
(95,135,94)
#729671
(114,150,113)
#85A584
(133,165,132)
#98B497
(152,180,151)
#ABC3AA
(171,195,170)
#BED2BD
(190,210,189)
#D1E1D0
(209,225,208)
#E4F0E3
(228,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265A25 color. Also use rgb(38,90,37) instead hex code.

Text Font Color

.myTextColor { color: #265A25; }

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

This text font color is #265A25.


Background Color

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

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

This div background color is #265A25.


Border color

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

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

This div border color is #265A25.


Opacity

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

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

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

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

This text has shadow with #265A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265A25 on black background.


Color preview on white background

This text has color #265A25 on white background.



Black color preview on #265A25 background

This text has black color on #265A25 background.


White color preview on #265A25 background

This text has white color on #265A25 background.