COLOR #09692D

HEX: #09692D RGB: (9,105,45)

Color info

#09692D contains mainly green color. Web safe color of #09692D is #006633 (or #063).

RGB color model

#09692D color RGB value is (9,105,45).

RGB: (9,105,45) (4%, 41%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 105 of 255 = 41%
B 45 of 255 = 18%

9
105
45

R + G + B ~ 21%. #09692D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 105 + 45 = 159 (100%)
R 9 of 159 ~ 5.66%
G 105 of 159 ~ 66.04%
B 45 of 159 ~ 28.3'%

%66.04
%28.3

CMYK color model

#09692D color CMYK value is (91,0,57,59).

  • cyan value is 91.43%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 58.82%

CMYK: (91,0,57,59)
C91M0Y57K59 (91%, 0%, 57%, 59%)
(0.91 / 0.00 / 0.57 / 0.59)

CMYK percentages

%91.43
%0
%57.14
%58.82

Codes

Color #09692D in popluar color models

09 69 2D
RGB 9 105 45
HSL 143° 84.21% 22.35%
HSB/HSV 143° 91.43% 41.18%
CMYK 91.43% 0.00% 57.14%
58.82%

Color #09692D in popluar number systems.

HEX 09 69 2D
Decimal 9 105 45
Binary 1001 1101001 101101
Octal 11 151 55

Shades and tints

Shades of #09692D

#09692D
(9,105,45)
#096029
(9,96,41)
#095725
(9,87,37)
#094E21
(9,78,33)
#09451D
(9,69,29)
#093C19
(9,60,25)
#093315
(9,51,21)
#092A11
(9,42,17)
#09210D
(9,33,13)
#091809
(9,24,9)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #09692D

#09692D
(9,105,45)
#1F7640
(31,118,64)
#358353
(53,131,83)
#4B9066
(75,144,102)
#619D79
(97,157,121)
#77AA8C
(119,170,140)
#8DB79F
(141,183,159)
#A3C4B2
(163,196,178)
#B9D1C5
(185,209,197)
#CFDED8
(207,222,216)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09692D color. Also use rgb(9,105,45) instead hex code.

Text Font Color

.myTextColor { color: #09692D; }

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

This text font color is #09692D.

Background Color

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

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

This div background color is #09692D.

Border color

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

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

This div border color is #09692D.

Opacity

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

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

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

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

This text has shadow with #09692D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09692D.

Preview

Color preview on black background

This text has color #09692D on black background.


Color preview on white background

This text has color #09692D on white background.


Black color preview on #09692D background

This text has black color on #09692D background.


White color preview on #09692D background

This text has white color on #09692D background.


Related colors

Complementary color

Complementary color for #hex is #F696D2.


I love getcolorcode.com

Triadic colors

1 #2D0969 and #692D09 with #09692D are triadic colors.

2 #2D6909 and #69092D with #09692D are triadic colors.