COLOR #09253C

HEX: #09253C
RGB: (9,37,60)

Color info

#09253C contains red, green and blue colors in about the same proportion. Web safe color of #09253C is #003333 (or #033).

RGB color model

#09253C color RGB value is (9,37,60).

  • red value is 9;
  • green value is 37;
  • blue value is 60.
RGB:
(9,37,60)
(4%,15%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 37 of 255 = 15%
B 60 of 255 = 24%

9
37
60

R + G + B ~ 14%. #09253C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 37 + 60 = 106 (100%)
R 9 of 106 ~ 8.49%
G 37 of 106 ~ 34.91%
B 60 of 106 ~ 56.6%

%34.91
%56.6

CMYK color model

#09253C color CMYK value is (85,38,0,76).

  • cyan value is 85.00%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(85,38,0,76)
C85M38Y0K76 
(85%,38%,0%,76%)
(0.85/0.38/0.00/0.76)	

CMYK percentages

%85
%38.33
%0
%76.47

Codes

Color #09253C in popluar color models

09253C
RGB93760
HSL207°73.91%13.53%
HSB/HSV207°85.00%23.53%
CMYK85.00%38.33%0.00%
76.47%

Color #09253C in popluar number systems.

HEX09253C
Decimal93760
Binary1001100101111100
Octal114574

Shades and tints

Shades of #09253C

#09253C
(9,37,60)
#092237
(9,34,55)
#091F32
(9,31,50)
#091C2D
(9,28,45)
#091928
(9,25,40)
#091623
(9,22,35)
#09131E
(9,19,30)
#091019
(9,16,25)
#090D14
(9,13,20)
#090A0F
(9,10,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #09253C

#09253C
(9,37,60)
#1F384D
(31,56,77)
#354B5E
(53,75,94)
#4B5E6F
(75,94,111)
#617180
(97,113,128)
#778491
(119,132,145)
#8D97A2
(141,151,162)
#A3AAB3
(163,170,179)
#B9BDC4
(185,189,196)
#CFD0D5
(207,208,213)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09253C color. Also use rgb(9,37,60) instead hex code.

Text Font Color

.myTextColor { color: #09253C; }

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

This text font color is #09253C.


Background Color

.myBgColor { background-color: #09253C; }

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

This div background color is #09253C.


Border color

.myBorderColor { border: 1px solid #09253C; }

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

This div border color is #09253C.


Opacity

.myOpacity80 { color: #09253C; opacity: 0.8; }

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

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

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

This text has shadow with #09253C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09253C on black background.


Color preview on white background

This text has color #09253C on white background.



Black color preview on #09253C background

This text has black color on #09253C background.


White color preview on #09253C background

This text has white color on #09253C background.