COLOR #038709

HEX: #038709
RGB: (3,135,9)

Color info

#038709 contains mainly green color. Web safe color of #038709 is #009900 (or #090).

RGB color model

#038709 color RGB value is (3,135,9).

  • red value is 3;
  • green value is 135;
  • blue value is 9.
RGB:
(3,135,9)
(1%,53%,4%)

RGB channels and saturation

R 3 of 255 = 1%
G 135 of 255 = 53%
B 9 of 255 = 4%

3
135
9

R + G + B ~ 19%. #038709 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 135 + 9 = 147 (100%)
R 3 of 147 ~ 2.04%
G 135 of 147 ~ 91.84%
B 9 of 147 ~ 6.12%

%91.84

CMYK color model

#038709 color CMYK value is (98,0,93,47).

  • cyan value is 97.78%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 47.06%
CMYK:
(98,0,93,47)
C98M0Y93K47 
(98%,0%,93%,47%)
(0.98/0.00/0.93/0.47)	

CMYK percentages

%97.78
%0
%93.33
%47.06

Codes

Color #038709 in popluar color models

038709
RGB31359
HSL123°95.65%27.06%
HSB/HSV123°97.78%52.94%
CMYK97.78%0.00%93.33%
47.06%

Color #038709 in popluar number systems.

HEX038709
Decimal31359
Binary11100001111001
Octal320711

Shades and tints

Shades of #038709

#038709
(3,135,9)
#037B09
(3,123,9)
#036F09
(3,111,9)
#036309
(3,99,9)
#035709
(3,87,9)
#034B09
(3,75,9)
#033F09
(3,63,9)
#033309
(3,51,9)
#032709
(3,39,9)
#031B09
(3,27,9)
#030F09
(3,15,9)
#000000
(0,0,0)

Tints of #038709

#038709
(3,135,9)
#19911F
(25,145,31)
#2F9B35
(47,155,53)
#45A54B
(69,165,75)
#5BAF61
(91,175,97)
#71B977
(113,185,119)
#87C38D
(135,195,141)
#9DCDA3
(157,205,163)
#B3D7B9
(179,215,185)
#C9E1CF
(201,225,207)
#DFEBE5
(223,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038709 color. Also use rgb(3,135,9) instead hex code.

Text Font Color

.myTextColor { color: #038709; }

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

This text font color is #038709.


Background Color

.myBgColor { background-color: #038709; }

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

This div background color is #038709.


Border color

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

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

This div border color is #038709.


Opacity

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

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

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

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

This text has shadow with #038709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038709 on black background.


Color preview on white background

This text has color #038709 on white background.



Black color preview on #038709 background

This text has black color on #038709 background.


White color preview on #038709 background

This text has white color on #038709 background.