COLOR #141825

HEX: #141825
RGB: (20,24,37)

Renk bilgisi

#141825 contains red, green and blue colors in about the same proportion. #141825 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#141825 color RGB value is (20,24,37).

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

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 24 of 255 = 9%
B 37 of 255 = 15%

20
24
37

R + G + B ~ 11%. #141825 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 24 + 37 = 81 (100%)
R 20 of 81 ~ 24.69%
G 24 of 81 ~ 29.63%
B 37 of 81 ~ 45.68%

%24.69
%29.63
%45.68

CMYK RENK MODELİ

#141825 rengi CMYK tonu (46,35,0,85).

  • camgöbeği tonu 45.95%
  • eflatun tonu 35.14%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(46,35,0,85)
C46M35Y0K85 
(46%,35%,0%,85%)
(0.46/0.35/0.00/0.85)	

CMYK yüzdeleri

%45.95
%35.14
%0
%85.49

Codes

Color #141825 in popluar color models

141825
RGB202437
HSL226°29.82%11.18%
HSB/HSV226°45.95%14.51%
CMYK45.95%35.14%0.00%
85.49%

Color #141825 in popluar number systems.

HEX141825
Decimal202437
Binary1010011000100101
Octal243045

Shades and tints

Shades of #141825

#141825
(20,24,37)
#131622
(19,22,34)
#12141F
(18,20,31)
#11121C
(17,18,28)
#101019
(16,16,25)
#0F0E16
(15,14,22)
#0E0C13
(14,12,19)
#0D0A10
(13,10,16)
#0C080D
(12,8,13)
#0B060A
(11,6,10)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #141825

#141825
(20,24,37)
#292D38
(41,45,56)
#3E424B
(62,66,75)
#53575E
(83,87,94)
#686C71
(104,108,113)
#7D8184
(125,129,132)
#929697
(146,150,151)
#A7ABAA
(167,171,170)
#BCC0BD
(188,192,189)
#D1D5D0
(209,213,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141825 color. Also use rgb(20,24,37) instead hex code.

Text Font Color

.myTextColor { color: #141825; }

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

This text font color is #141825.


Background Color

.myBgColor { background-color: #141825; }

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

This div background color is #141825.


Border color

.myBorderColor { border: 1px solid #141825; }

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

This div border color is #141825.


Opacity

.myOpacity80 { color: #141825; opacity: 0.8; }

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

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

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

This text has shadow with #141825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141825 on black background.


Color preview on white background

This text has color #141825 on white background.



Black color preview on #141825 background

This text has black color on #141825 background.


White color preview on #141825 background

This text has white color on #141825 background.