COLOR #15253D

HEX: #15253D
RGB: (21,37,61)

Renk bilgisi

#15253D contains red, green and blue colors in about the same proportion. #15253D ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#15253D color RGB value is (21,37,61).

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

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 37 of 255 = 15%
B 61 of 255 = 24%

21
37
61

R + G + B ~ 16%. #15253D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 37 + 61 = 119 (100%)
R 21 of 119 ~ 17.65%
G 37 of 119 ~ 31.09%
B 61 of 119 ~ 51.26%

%17.65
%31.09
%51.26

CMYK RENK MODELİ

#15253D rengi CMYK tonu (66,39,0,76).

  • camgöbeği tonu 65.57%
  • eflatun tonu 39.34%
  • sarı tonu 0.00%
  • ana renk tonu 76.08%
CMYK:
(66,39,0,76)
C66M39Y0K76 
(66%,39%,0%,76%)
(0.66/0.39/0.00/0.76)	

CMYK yüzdeleri

%65.57
%39.34
%0
%76.08

Codes

Color #15253D in popluar color models

15253D
RGB213761
HSL216°48.78%16.08%
HSB/HSV216°65.57%23.92%
CMYK65.57%39.34%0.00%
76.08%

Color #15253D in popluar number systems.

HEX15253D
Decimal213761
Binary10101100101111101
Octal254575

Shades and tints

Shades of #15253D

#15253D
(21,37,61)
#142238
(20,34,56)
#131F33
(19,31,51)
#121C2E
(18,28,46)
#111929
(17,25,41)
#101624
(16,22,36)
#0F131F
(15,19,31)
#0E101A
(14,16,26)
#0D0D15
(13,13,21)
#0C0A10
(12,10,16)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #15253D

#15253D
(21,37,61)
#2A384E
(42,56,78)
#3F4B5F
(63,75,95)
#545E70
(84,94,112)
#697181
(105,113,129)
#7E8492
(126,132,146)
#9397A3
(147,151,163)
#A8AAB4
(168,170,180)
#BDBDC5
(189,189,197)
#D2D0D6
(210,208,214)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15253D color. Also use rgb(21,37,61) instead hex code.

Text Font Color

.myTextColor { color: #15253D; }

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

This text font color is #15253D.


Background Color

.myBgColor { background-color: #15253D; }

<div style="background-color:#15253D">Inner text</div>

This div background color is #15253D.


Border color

.myBorderColor { border: 1px solid #15253D; }

<div style="border:3px solid #15253D">Div</div>

This div border color is #15253D.


Opacity

.myOpacity80 { color: #15253D; opacity: 0.8; }

<p style="color:#15253D;opacity:0.8;">80%</p>

Text with #15253D 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 #15253D;}

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

This text has shadow with #15253D color.

.textShadow {text-shadow: 3px 3px 1px #15253D, 3px 3px 1px red;}

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

This text has shadow with #15253D primary color and red secondary color.


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

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

This text has shadow with #15253D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15253D on black background.


Color preview on white background

This text has color #15253D on white background.



Black color preview on #15253D background

This text has black color on #15253D background.


White color preview on #15253D background

This text has white color on #15253D background.