COLOR #250601

HEX: #250601
RGB: (37,6,1)

Renk bilgisi

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

RGB renk modeli

#250601 color RGB value is (37,6,1).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 6 of 255 = 2%
B 1 of 255 = 0%

37
6
1

R + G + B ~ 6%. #250601 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 6 + 1 = 44 (100%)
R 37 of 44 ~ 84.09%
G 6 of 44 ~ 13.64%
B 1 of 44 ~ 2.27%

%84.09
%13.64

CMYK RENK MODELİ

#250601 rengi CMYK tonu (0,84,97,85).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.78%
  • sarı tonu 97.30%
  • ana renk tonu 85.49%
CMYK:
(0,84,97,85)
C0M84Y97K85 
(0%,84%,97%,85%)
(0.00/0.84/0.97/0.85)	

CMYK yüzdeleri

%0
%83.78
%97.3
%85.49

Codes

Color #250601 in popluar color models

250601
RGB3761
HSL94.74%7.45%
HSB/HSV97.30%14.51%
CMYK0.00%83.78%97.30%
85.49%

Color #250601 in popluar number systems.

HEX250601
Decimal3761
Binary1001011101
Octal4561

Shades and tints

Shades of #250601

#250601
(37,6,1)
#220601
(34,6,1)
#1F0601
(31,6,1)
#1C0601
(28,6,1)
#190601
(25,6,1)
#160601
(22,6,1)
#130601
(19,6,1)
#100601
(16,6,1)
#0D0601
(13,6,1)
#0A0601
(10,6,1)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #250601

#250601
(37,6,1)
#381C18
(56,28,24)
#4B322F
(75,50,47)
#5E4846
(94,72,70)
#715E5D
(113,94,93)
#847474
(132,116,116)
#978A8B
(151,138,139)
#AAA0A2
(170,160,162)
#BDB6B9
(189,182,185)
#D0CCD0
(208,204,208)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250601 color. Also use rgb(37,6,1) instead hex code.

Text Font Color

.myTextColor { color: #250601; }

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

This text font color is #250601.


Background Color

.myBgColor { background-color: #250601; }

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

This div background color is #250601.


Border color

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

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

This div border color is #250601.


Opacity

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

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

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

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

This text has shadow with #250601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250601 on black background.


Color preview on white background

This text has color #250601 on white background.



Black color preview on #250601 background

This text has black color on #250601 background.


White color preview on #250601 background

This text has white color on #250601 background.