COLOR #038E70

HEX: #038E70
RGB: (3,142,112)

Color info

#038E70 contains mainly green and blue colors. Web safe color of #038E70 is #009966 (or #096).

RGB color model

#038E70 color RGB value is (3,142,112).

  • red value is 3;
  • green value is 142;
  • blue value is 112.
RGB:
(3,142,112)
(1%,56%,44%)

RGB channels and saturation

R 3 of 255 = 1%
G 142 of 255 = 56%
B 112 of 255 = 44%

3
142
112

R + G + B ~ 34%. #038E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 142 + 112 = 257 (100%)
R 3 of 257 ~ 1.17%
G 142 of 257 ~ 55.25%
B 112 of 257 ~ 43.58%

%55.25
%43.58

CMYK color model

#038E70 color CMYK value is (98,0,21,44).

  • cyan value is 97.89%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(98,0,21,44)
C98M0Y21K44 
(98%,0%,21%,44%)
(0.98/0.00/0.21/0.44)	

CMYK percentages

%97.89
%0
%21.13
%44.31

Codes

Color #038E70 in popluar color models

038E70
RGB3142112
HSL167°95.86%28.43%
HSB/HSV167°97.89%55.69%
CMYK97.89%0.00%21.13%
44.31%

Color #038E70 in popluar number systems.

HEX038E70
Decimal3142112
Binary11100011101110000
Octal3216160

Shades and tints

Shades of #038E70

#038E70
(3,142,112)
#038266
(3,130,102)
#03765C
(3,118,92)
#036A52
(3,106,82)
#035E48
(3,94,72)
#03523E
(3,82,62)
#034634
(3,70,52)
#033A2A
(3,58,42)
#032E20
(3,46,32)
#032216
(3,34,22)
#03160C
(3,22,12)
#000000
(0,0,0)

Tints of #038E70

#038E70
(3,142,112)
#19987D
(25,152,125)
#2FA28A
(47,162,138)
#45AC97
(69,172,151)
#5BB6A4
(91,182,164)
#71C0B1
(113,192,177)
#87CABE
(135,202,190)
#9DD4CB
(157,212,203)
#B3DED8
(179,222,216)
#C9E8E5
(201,232,229)
#DFF2F2
(223,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038E70 color. Also use rgb(3,142,112) instead hex code.

Text Font Color

.myTextColor { color: #038E70; }

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

This text font color is #038E70.


Background Color

.myBgColor { background-color: #038E70; }

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

This div background color is #038E70.


Border color

.myBorderColor { border: 1px solid #038E70; }

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

This div border color is #038E70.


Opacity

.myOpacity80 { color: #038E70; opacity: 0.8; }

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

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

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

This text has shadow with #038E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038E70 on black background.


Color preview on white background

This text has color #038E70 on white background.



Black color preview on #038E70 background

This text has black color on #038E70 background.


White color preview on #038E70 background

This text has white color on #038E70 background.