COLOR #265A47

HEX: #265A47
RGB: (38,90,71)

Color info

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

RGB color model

#265A47 color RGB value is (38,90,71).

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

RGB channels and saturation

R 38 of 255 = 15%
G 90 of 255 = 35%
B 71 of 255 = 28%

38
90
71

R + G + B ~ 26%. #265A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 90 + 71 = 199 (100%)
R 38 of 199 ~ 19.1%
G 90 of 199 ~ 45.23%
B 71 of 199 ~ 35.68%

%19.1
%45.23
%35.68

CMYK color model

#265A47 color CMYK value is (58,0,21,65).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(58,0,21,65)
C58M0Y21K65 
(58%,0%,21%,65%)
(0.58/0.00/0.21/0.65)	

CMYK percentages

%57.78
%0
%21.11
%64.71

Codes

Color #265A47 in popluar color models

265A47
RGB389071
HSL158°40.63%25.10%
HSB/HSV158°57.78%35.29%
CMYK57.78%0.00%21.11%
64.71%

Color #265A47 in popluar number systems.

HEX265A47
Decimal389071
Binary10011010110101000111
Octal46132107

Shades and tints

Shades of #265A47

#265A47
(38,90,71)
#235241
(35,82,65)
#204A3B
(32,74,59)
#1D4235
(29,66,53)
#1A3A2F
(26,58,47)
#173229
(23,50,41)
#142A23
(20,42,35)
#11221D
(17,34,29)
#0E1A17
(14,26,23)
#0B1211
(11,18,17)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #265A47

#265A47
(38,90,71)
#396957
(57,105,87)
#4C7867
(76,120,103)
#5F8777
(95,135,119)
#729687
(114,150,135)
#85A597
(133,165,151)
#98B4A7
(152,180,167)
#ABC3B7
(171,195,183)
#BED2C7
(190,210,199)
#D1E1D7
(209,225,215)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265A47; }

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

This text font color is #265A47.


Background Color

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

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

This div background color is #265A47.


Border color

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

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

This div border color is #265A47.


Opacity

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

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

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

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

This text has shadow with #265A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265A47 on black background.


Color preview on white background

This text has color #265A47 on white background.



Black color preview on #265A47 background

This text has black color on #265A47 background.


White color preview on #265A47 background

This text has white color on #265A47 background.