COLOR #265E58

HEX: #265E58
RGB: (38,94,88)

Color info

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

RGB color model

#265E58 color RGB value is (38,94,88).

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

RGB channels and saturation

R 38 of 255 = 15%
G 94 of 255 = 37%
B 88 of 255 = 35%

38
94
88

R + G + B ~ 29%. #265E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 94 + 88 = 220 (100%)
R 38 of 220 ~ 17.27%
G 94 of 220 ~ 42.73%
B 88 of 220 ~ 40%

%17.27
%42.73
%40

CMYK color model

#265E58 color CMYK value is (60,0,6,63).

  • cyan value is 59.57%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 63.14%
CMYK:
(60,0,6,63)
C60M0Y6K63 
(60%,0%,6%,63%)
(0.60/0.00/0.06/0.63)	

CMYK percentages

%59.57
%0
%6.38
%63.14

Codes

Color #265E58 in popluar color models

265E58
RGB389488
HSL174°42.42%25.88%
HSB/HSV174°59.57%36.86%
CMYK59.57%0.00%6.38%
63.14%

Color #265E58 in popluar number systems.

HEX265E58
Decimal389488
Binary10011010111101011000
Octal46136130

Shades and tints

Shades of #265E58

#265E58
(38,94,88)
#235650
(35,86,80)
#204E48
(32,78,72)
#1D4640
(29,70,64)
#1A3E38
(26,62,56)
#173630
(23,54,48)
#142E28
(20,46,40)
#112620
(17,38,32)
#0E1E18
(14,30,24)
#0B1610
(11,22,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #265E58

#265E58
(38,94,88)
#396C67
(57,108,103)
#4C7A76
(76,122,118)
#5F8885
(95,136,133)
#729694
(114,150,148)
#85A4A3
(133,164,163)
#98B2B2
(152,178,178)
#ABC0C1
(171,192,193)
#BECED0
(190,206,208)
#D1DCDF
(209,220,223)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265E58 color. Also use rgb(38,94,88) instead hex code.

Text Font Color

.myTextColor { color: #265E58; }

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

This text font color is #265E58.


Background Color

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

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

This div background color is #265E58.


Border color

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

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

This div border color is #265E58.


Opacity

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

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

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

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

This text has shadow with #265E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265E58 on black background.


Color preview on white background

This text has color #265E58 on white background.



Black color preview on #265E58 background

This text has black color on #265E58 background.


White color preview on #265E58 background

This text has white color on #265E58 background.