COLOR #09425D

HEX: #09425D
RGB: (9,66,93)

Renk bilgisi

#09425D contains mainly green and blue colors. #09425D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#09425D color RGB value is (9,66,93).

  • kırmız ton 9;
  • yeşil ton 66;
  • mavi ton 93.
RGB:
(9,66,93)
(4%,26%,36%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 66 of 255 = 26%
B 93 of 255 = 36%

9
66
93

R + G + B ~ 22%. #09425D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 66 + 93 = 168 (100%)
R 9 of 168 ~ 5.36%
G 66 of 168 ~ 39.29%
B 93 of 168 ~ 55.36%

%39.29
%55.36

CMYK RENK MODELİ

#09425D rengi CMYK tonu (90,29,0,64).

  • camgöbeği tonu 90.32%
  • eflatun tonu 29.03%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(90,29,0,64)
C90M29Y0K64 
(90%,29%,0%,64%)
(0.90/0.29/0.00/0.64)	

CMYK yüzdeleri

%90.32
%29.03
%0
%63.53

Codes

Color #09425D in popluar color models

09425D
RGB96693
HSL199°82.35%20.00%
HSB/HSV199°90.32%36.47%
CMYK90.32%29.03%0.00%
63.53%

Color #09425D in popluar number systems.

HEX09425D
Decimal96693
Binary100110000101011101
Octal11102135

Shades and tints

Shades of #09425D

#09425D
(9,66,93)
#093C55
(9,60,85)
#09364D
(9,54,77)
#093045
(9,48,69)
#092A3D
(9,42,61)
#092435
(9,36,53)
#091E2D
(9,30,45)
#091825
(9,24,37)
#09121D
(9,18,29)
#090C15
(9,12,21)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #09425D

#09425D
(9,66,93)
#1F536B
(31,83,107)
#356479
(53,100,121)
#4B7587
(75,117,135)
#618695
(97,134,149)
#7797A3
(119,151,163)
#8DA8B1
(141,168,177)
#A3B9BF
(163,185,191)
#B9CACD
(185,202,205)
#CFDBDB
(207,219,219)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09425D color. Also use rgb(9,66,93) instead hex code.

Text Font Color

.myTextColor { color: #09425D; }

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

This text font color is #09425D.


Background Color

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

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

This div background color is #09425D.


Border color

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

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

This div border color is #09425D.


Opacity

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

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

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

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

This text has shadow with #09425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09425D on black background.


Color preview on white background

This text has color #09425D on white background.



Black color preview on #09425D background

This text has black color on #09425D background.


White color preview on #09425D background

This text has white color on #09425D background.