COLOR #265D58

HEX: #265D58
RGB: (38,93,88)

Renk bilgisi

#265D58 contains red, green and blue colors in about the same proportion. #265D58 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#265D58 color RGB value is (38,93,88).

  • kırmız ton 38;
  • yeşil ton 93;
  • mavi ton 88.
RGB:
(38,93,88)
(15%,36%,35%)

RGB bağlantıları ve doygunluk

R 38 of 255 = 15%
G 93 of 255 = 36%
B 88 of 255 = 35%

38
93
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
38 + 93 + 88 = 219 (100%)
R 38 of 219 ~ 17.35%
G 93 of 219 ~ 42.47%
B 88 of 219 ~ 40.18%

%17.35
%42.47
%40.18

CMYK RENK MODELİ

#265D58 rengi CMYK tonu (59,0,5,64).

  • camgöbeği tonu 59.14%
  • eflatun tonu 0.00%
  • sarı tonu 5.38%
  • ana renk tonu 63.53%
CMYK:
(59,0,5,64)
C59M0Y5K64 
(59%,0%,5%,64%)
(0.59/0.00/0.05/0.64)	

CMYK yüzdeleri

%59.14
%0
%5.38
%63.53

Codes

Color #265D58 in popluar color models

265D58
RGB389388
HSL175°41.98%25.69%
HSB/HSV175°59.14%36.47%
CMYK59.14%0.00%5.38%
63.53%

Color #265D58 in popluar number systems.

HEX265D58
Decimal389388
Binary10011010111011011000
Octal46135130

Shades and tints

Shades of #265D58

#265D58
(38,93,88)
#235550
(35,85,80)
#204D48
(32,77,72)
#1D4540
(29,69,64)
#1A3D38
(26,61,56)
#173530
(23,53,48)
#142D28
(20,45,40)
#112520
(17,37,32)
#0E1D18
(14,29,24)
#0B1510
(11,21,16)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #265D58

#265D58
(38,93,88)
#396B67
(57,107,103)
#4C7976
(76,121,118)
#5F8785
(95,135,133)
#729594
(114,149,148)
#85A3A3
(133,163,163)
#98B1B2
(152,177,178)
#ABBFC1
(171,191,193)
#BECDD0
(190,205,208)
#D1DBDF
(209,219,223)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265D58; }

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

This text font color is #265D58.


Background Color

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

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

This div background color is #265D58.


Border color

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

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

This div border color is #265D58.


Opacity

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

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

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

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

This text has shadow with #265D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265D58 on black background.


Color preview on white background

This text has color #265D58 on white background.



Black color preview on #265D58 background

This text has black color on #265D58 background.


White color preview on #265D58 background

This text has white color on #265D58 background.