COLOR #098334

HEX: #098334 RGB: (9,131,52)

Color info

#098334 contains mainly green color. Web safe color of #098334 is #009933 (or #093).

RGB color model

#098334 color RGB value is (9,131,52).

RGB: (9,131,52) (4%, 51%, 20%)

RGB channels and saturation

R 9 of 255 = 4%
G 131 of 255 = 51%
B 52 of 255 = 20%

9
131
52

R + G + B ~ 25%. #098334 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 131 + 52 = 192 (100%)
R 9 of 192 ~ 4.69%
G 131 of 192 ~ 68.23%
B 52 of 192 ~ 27.08'%

%68.23
%27.08

CMYK color model

#098334 color CMYK value is (93,0,60,49).

  • cyan value is 93.13%
  • magenta value is 0.00%
  • yellow value is 60.31%
  • key color value is 48.63%

CMYK: (93,0,60,49)
C93M0Y60K49 (93%, 0%, 60%, 49%)
(0.93 / 0.00 / 0.60 / 0.49)

CMYK percentages

%93.13
%0
%60.31
%48.63

Codes

Color #098334 in popluar color models

09 83 34
RGB 9 131 52
HSL 141° 87.14% 27.45%
HSB/HSV 141° 93.13% 51.37%
CMYK 93.13% 0.00% 60.31%
48.63%

Color #098334 in popluar number systems.

HEX 09 83 34
Decimal 9 131 52
Binary 1001 10000011 110100
Octal 11 203 64

Shades and tints

Shades of #098334

#098334
(9,131,52)
#097830
(9,120,48)
#096D2C
(9,109,44)
#096228
(9,98,40)
#095724
(9,87,36)
#094C20
(9,76,32)
#09411C
(9,65,28)
#093618
(9,54,24)
#092B14
(9,43,20)
#092010
(9,32,16)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #098334

#098334
(9,131,52)
#1F8E46
(31,142,70)
#359958
(53,153,88)
#4BA46A
(75,164,106)
#61AF7C
(97,175,124)
#77BA8E
(119,186,142)
#8DC5A0
(141,197,160)
#A3D0B2
(163,208,178)
#B9DBC4
(185,219,196)
#CFE6D6
(207,230,214)
#E5F1E8
(229,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098334 color. Also use rgb(9,131,52) instead hex code.

Text Font Color

.myTextColor { color: #098334; }

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

This text font color is #098334.

Background Color

.myBgColor { background-color: #098334; }

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

This div background color is #098334.

Border color

.myBorderColor { border: 1px solid #098334; }

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

This div border color is #098334.

Opacity

.myOpacity80 { color: #098334; opacity: 0.8; }

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

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

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

This text has shadow with #098334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #098334.

Preview

Color preview on black background

This text has color #098334 on black background.


Color preview on white background

This text has color #098334 on white background.


Black color preview on #098334 background

This text has black color on #098334 background.


White color preview on #098334 background

This text has white color on #098334 background.


Related colors

Complementary color

Complementary color for #hex is #F67CCB.


I love getcolorcode.com

Triadic colors

1 #340983 and #833409 with #098334 are triadic colors.

2 #348309 and #830934 with #098334 are triadic colors.