COLOR #265A51

HEX: #265A51 RGB: (38,90,81)

Color info

#265A51 contains red, green and blue colors in about the same proportion. Web safe color of #265A51 is #336666 (or #366).

RGB color model

#265A51 color RGB value is (38,90,81).

RGB: (38,90,81) (15%, 35%, 32%)

RGB channels and saturation

R 38 of 255 = 15%
G 90 of 255 = 35%
B 81 of 255 = 32%

38
90
81

R + G + B ~ 27%. #265A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 90 + 81 = 209 (100%)
R 38 of 209 ~ 18.18%
G 90 of 209 ~ 43.06%
B 81 of 209 ~ 38.76'%

%18.18
%43.06
%38.76

CMYK color model

#265A51 color CMYK value is (58,0,10,65).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 64.71%

CMYK: (58,0,10,65)
C58M0Y10K65 (58%, 0%, 10%, 65%)
(0.58 / 0.00 / 0.10 / 0.65)

CMYK percentages

%57.78
%0
%10
%64.71

Codes

Color #265A51 in popluar color models

26 5A 51
RGB 38 90 81
HSL 170° 40.63% 25.10%
HSB/HSV 170° 57.78% 35.29%
CMYK 57.78% 0.00% 10.00%
64.71%

Color #265A51 in popluar number systems.

HEX 26 5A 51
Decimal 38 90 81
Binary 100110 1011010 1010001
Octal 46 132 121

Shades and tints

Shades of #265A51

#265A51
(38,90,81)
#23524A
(35,82,74)
#204A43
(32,74,67)
#1D423C
(29,66,60)
#1A3A35
(26,58,53)
#17322E
(23,50,46)
#142A27
(20,42,39)
#112220
(17,34,32)
#0E1A19
(14,26,25)
#0B1212
(11,18,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #265A51

#265A51
(38,90,81)
#396960
(57,105,96)
#4C786F
(76,120,111)
#5F877E
(95,135,126)
#72968D
(114,150,141)
#85A59C
(133,165,156)
#98B4AB
(152,180,171)
#ABC3BA
(171,195,186)
#BED2C9
(190,210,201)
#D1E1D8
(209,225,216)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265A51; }

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

This text font color is #265A51.

Background Color

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

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

This div background color is #265A51.

Border color

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

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

This div border color is #265A51.

Opacity

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

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

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

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

This text has shadow with #265A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #265A51.

Preview

Color preview on black background

This text has color #265A51 on black background.


Color preview on white background

This text has color #265A51 on white background.


Black color preview on #265A51 background

This text has black color on #265A51 background.


White color preview on #265A51 background

This text has white color on #265A51 background.


Related colors

Complementary color

Complementary color for #hex is #D9A5AE.


I love getcolorcode.com

Triadic colors

1 #51265A and #5A5126 with #265A51 are triadic colors.

2 #515A26 and #5A2651 with #265A51 are triadic colors.