COLOR #253D58

HEX: #253D58
RGB: (37,61,88)

Renk bilgisi

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

RGB renk modeli

#253D58 color RGB value is (37,61,88).

  • kırmız ton 37;
  • yeşil ton 61;
  • mavi ton 88.
RGB:
(37,61,88)
(15%,24%,35%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 61 of 255 = 24%
B 88 of 255 = 35%

37
61
88

R + G + B ~ 25%. #253D58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 61 + 88 = 186 (100%)
R 37 of 186 ~ 19.89%
G 61 of 186 ~ 32.8%
B 88 of 186 ~ 47.31%

%19.89
%32.8
%47.31

CMYK RENK MODELİ

#253D58 rengi CMYK tonu (58,31,0,65).

  • camgöbeği tonu 57.95%
  • eflatun tonu 30.68%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(58,31,0,65)
C58M31Y0K65 
(58%,31%,0%,65%)
(0.58/0.31/0.00/0.65)	

CMYK yüzdeleri

%57.95
%30.68
%0
%65.49

Codes

Color #253D58 in popluar color models

253D58
RGB376188
HSL212°40.80%24.51%
HSB/HSV212°57.95%34.51%
CMYK57.95%30.68%0.00%
65.49%

Color #253D58 in popluar number systems.

HEX253D58
Decimal376188
Binary1001011111011011000
Octal4575130

Shades and tints

Shades of #253D58

#253D58
(37,61,88)
#223850
(34,56,80)
#1F3348
(31,51,72)
#1C2E40
(28,46,64)
#192938
(25,41,56)
#162430
(22,36,48)
#131F28
(19,31,40)
#101A20
(16,26,32)
#0D1518
(13,21,24)
#0A1010
(10,16,16)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #253D58

#253D58
(37,61,88)
#384E67
(56,78,103)
#4B5F76
(75,95,118)
#5E7085
(94,112,133)
#718194
(113,129,148)
#8492A3
(132,146,163)
#97A3B2
(151,163,178)
#AAB4C1
(170,180,193)
#BDC5D0
(189,197,208)
#D0D6DF
(208,214,223)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D58 color. Also use rgb(37,61,88) instead hex code.

Text Font Color

.myTextColor { color: #253D58; }

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

This text font color is #253D58.


Background Color

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

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

This div background color is #253D58.


Border color

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

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

This div border color is #253D58.


Opacity

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

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

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

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

This text has shadow with #253D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D58 on black background.


Color preview on white background

This text has color #253D58 on white background.



Black color preview on #253D58 background

This text has black color on #253D58 background.


White color preview on #253D58 background

This text has white color on #253D58 background.