COLOR #09423D

HEX: #09423D
RGB: (9,66,61)

Color info

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

RGB color model

#09423D color RGB value is (9,66,61).

  • red value is 9;
  • green value is 66;
  • blue value is 61.
RGB:
(9,66,61)
(4%,26%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 61 of 255 = 24%

9
66
61

R + G + B ~ 18%. #09423D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 61 = 136 (100%)
R 9 of 136 ~ 6.62%
G 66 of 136 ~ 48.53%
B 61 of 136 ~ 44.85%

%48.53
%44.85

CMYK color model

#09423D color CMYK value is (86,0,8,74).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(86,0,8,74)
C86M0Y8K74 
(86%,0%,8%,74%)
(0.86/0.00/0.08/0.74)	

CMYK percentages

%86.36
%0
%7.58
%74.12

Codes

Color #09423D in popluar color models

09423D
RGB96661
HSL175°76.00%14.71%
HSB/HSV175°86.36%25.88%
CMYK86.36%0.00%7.58%
74.12%

Color #09423D in popluar number systems.

HEX09423D
Decimal96661
Binary10011000010111101
Octal1110275

Shades and tints

Shades of #09423D

#09423D
(9,66,61)
#093C38
(9,60,56)
#093633
(9,54,51)
#09302E
(9,48,46)
#092A29
(9,42,41)
#092424
(9,36,36)
#091E1F
(9,30,31)
#09181A
(9,24,26)
#091215
(9,18,21)
#090C10
(9,12,16)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #09423D

#09423D
(9,66,61)
#1F534E
(31,83,78)
#35645F
(53,100,95)
#4B7570
(75,117,112)
#618681
(97,134,129)
#779792
(119,151,146)
#8DA8A3
(141,168,163)
#A3B9B4
(163,185,180)
#B9CAC5
(185,202,197)
#CFDBD6
(207,219,214)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09423D; }

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

This text font color is #09423D.


Background Color

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

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

This div background color is #09423D.


Border color

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

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

This div border color is #09423D.


Opacity

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

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

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

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

This text has shadow with #09423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09423D on black background.


Color preview on white background

This text has color #09423D on white background.



Black color preview on #09423D background

This text has black color on #09423D background.


White color preview on #09423D background

This text has white color on #09423D background.