COLOR #09463D

HEX: #09463D RGB: (9,70,61)

Color info

#09463D contains mainly green and blue colors. Web safe color of #09463D is #003333 (or #033).

RGB color model

#09463D color RGB value is (9,70,61).

RGB: (9,70,61) (4%, 27%, 24%)

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 61 of 255 = 24%

9
70
61

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

Portions of RGB colors in percentages

R + G + B = 9 + 70 + 61 = 140 (100%)
R 9 of 140 ~ 6.43%
G 70 of 140 ~ 50%
B 61 of 140 ~ 43.57'%

%50
%43.57

CMYK color model

#09463D color CMYK value is (87,0,13,73).

  • cyan value is 87.14%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%

CMYK: (87,0,13,73)
C87M0Y13K73 (87%, 0%, 13%, 73%)
(0.87 / 0.00 / 0.13 / 0.73)

CMYK percentages

%87.14
%0
%12.86
%72.55

Codes

Color #09463D in popluar color models

09 46 3D
RGB 9 70 61
HSL 171° 77.22% 15.49%
HSB/HSV 171° 87.14% 27.45%
CMYK 87.14% 0.00% 12.86%
72.55%

Color #09463D in popluar number systems.

HEX 09 46 3D
Decimal 9 70 61
Binary 1001 1000110 111101
Octal 11 106 75

Shades and tints

Shades of #09463D

#09463D
(9,70,61)
#094038
(9,64,56)
#093A33
(9,58,51)
#09342E
(9,52,46)
#092E29
(9,46,41)
#092824
(9,40,36)
#09221F
(9,34,31)
#091C1A
(9,28,26)
#091615
(9,22,21)
#091010
(9,16,16)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #09463D

#09463D
(9,70,61)
#1F564E
(31,86,78)
#35665F
(53,102,95)
#4B7670
(75,118,112)
#618681
(97,134,129)
#779692
(119,150,146)
#8DA6A3
(141,166,163)
#A3B6B4
(163,182,180)
#B9C6C5
(185,198,197)
#CFD6D6
(207,214,214)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09463D; }

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

This text font color is #09463D.

Background Color

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

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

This div background color is #09463D.

Border color

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

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

This div border color is #09463D.

Opacity

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

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

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

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

This text has shadow with #09463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09463D.

Preview

Color preview on black background

This text has color #09463D on black background.


Color preview on white background

This text has color #09463D on white background.


Black color preview on #09463D background

This text has black color on #09463D background.


White color preview on #09463D background

This text has white color on #09463D background.


Related colors

Complementary color

Complementary color for #hex is #F6B9C2.


I love getcolorcode.com

Triadic colors

1 #3D0946 and #463D09 with #09463D are triadic colors.

2 #3D4609 and #46093D with #09463D are triadic colors.