COLOR #265A3F

HEX: #265A3F
RGB: (38,90,63)

Color info

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

RGB color model

#265A3F color RGB value is (38,90,63).

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

RGB channels and saturation

R 38 of 255 = 15%
G 90 of 255 = 35%
B 63 of 255 = 25%

38
90
63

R + G + B ~ 25%. #265A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 90 + 63 = 191 (100%)
R 38 of 191 ~ 19.9%
G 90 of 191 ~ 47.12%
B 63 of 191 ~ 32.98%

%19.9
%47.12
%32.98

CMYK color model

#265A3F color CMYK value is (58,0,30,65).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(58,0,30,65)
C58M0Y30K65 
(58%,0%,30%,65%)
(0.58/0.00/0.30/0.65)	

CMYK percentages

%57.78
%0
%30
%64.71

Codes

Color #265A3F in popluar color models

265A3F
RGB389063
HSL149°40.63%25.10%
HSB/HSV149°57.78%35.29%
CMYK57.78%0.00%30.00%
64.71%

Color #265A3F in popluar number systems.

HEX265A3F
Decimal389063
Binary1001101011010111111
Octal4613277

Shades and tints

Shades of #265A3F

#265A3F
(38,90,63)
#23523A
(35,82,58)
#204A35
(32,74,53)
#1D4230
(29,66,48)
#1A3A2B
(26,58,43)
#173226
(23,50,38)
#142A21
(20,42,33)
#11221C
(17,34,28)
#0E1A17
(14,26,23)
#0B1212
(11,18,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #265A3F

#265A3F
(38,90,63)
#396950
(57,105,80)
#4C7861
(76,120,97)
#5F8772
(95,135,114)
#729683
(114,150,131)
#85A594
(133,165,148)
#98B4A5
(152,180,165)
#ABC3B6
(171,195,182)
#BED2C7
(190,210,199)
#D1E1D8
(209,225,216)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265A3F; }

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

This text font color is #265A3F.


Background Color

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

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

This div background color is #265A3F.


Border color

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

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

This div border color is #265A3F.


Opacity

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

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

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

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

This text has shadow with #265A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265A3F on black background.


Color preview on white background

This text has color #265A3F on white background.



Black color preview on #265A3F background

This text has black color on #265A3F background.


White color preview on #265A3F background

This text has white color on #265A3F background.