COLOR #250014

HEX: #250014
RGB: (37,0,20)

Renk bilgisi

#250014 contains only red and blue colors. #250014 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#250014 color RGB value is (37,0,20).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 0 of 255 = 0%
B 20 of 255 = 8%

37
0
20

R + G + B ~ 8%. #250014 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 0 + 20 = 57 (100%)
R 37 of 57 ~ 64.91%
G 0 of 57 ~ 0%
B 20 of 57 ~ 35.09%

%64.91
%35.09

CMYK RENK MODELİ

#250014 rengi CMYK tonu (0,100,46,85).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 45.95%
  • ana renk tonu 85.49%
CMYK:
(0,100,46,85)
C0M100Y46K85 
(0%,100%,46%,85%)
(0.00/1.00/0.46/0.85)	

CMYK yüzdeleri

%0
%100
%45.95
%85.49

Codes

Color #250014 in popluar color models

250014
RGB37020
HSL328°100.00%7.25%
HSB/HSV328°100.00%14.51%
CMYK0.00%100.00%45.95%
85.49%

Color #250014 in popluar number systems.

HEX250014
Decimal37020
Binary100101010100
Octal45024

Shades and tints

Shades of #250014

#250014
(37,0,20)
#220013
(34,0,19)
#1F0012
(31,0,18)
#1C0011
(28,0,17)
#190010
(25,0,16)
#16000F
(22,0,15)
#13000E
(19,0,14)
#10000D
(16,0,13)
#0D000C
(13,0,12)
#0A000B
(10,0,11)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #250014

#250014
(37,0,20)
#381729
(56,23,41)
#4B2E3E
(75,46,62)
#5E4553
(94,69,83)
#715C68
(113,92,104)
#84737D
(132,115,125)
#978A92
(151,138,146)
#AAA1A7
(170,161,167)
#BDB8BC
(189,184,188)
#D0CFD1
(208,207,209)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250014; }

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

This text font color is #250014.


Background Color

.myBgColor { background-color: #250014; }

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

This div background color is #250014.


Border color

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

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

This div border color is #250014.


Opacity

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

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

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

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

This text has shadow with #250014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250014 on black background.


Color preview on white background

This text has color #250014 on white background.



Black color preview on #250014 background

This text has black color on #250014 background.


White color preview on #250014 background

This text has white color on #250014 background.