COLOR #038247

HEX: #038247
RGB: (3,130,71)

Color info

#038247 contains mainly green and blue colors. Web safe color of #038247 is #009933 (or #093).

RGB color model

#038247 color RGB value is (3,130,71).

  • red value is 3;
  • green value is 130;
  • blue value is 71.
RGB:
(3,130,71)
(1%,51%,28%)

RGB channels and saturation

R 3 of 255 = 1%
G 130 of 255 = 51%
B 71 of 255 = 28%

3
130
71

R + G + B ~ 27%. #038247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 130 + 71 = 204 (100%)
R 3 of 204 ~ 1.47%
G 130 of 204 ~ 63.73%
B 71 of 204 ~ 34.8%

%63.73
%34.8

CMYK color model

#038247 color CMYK value is (98,0,45,49).

  • cyan value is 97.69%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 49.02%
CMYK:
(98,0,45,49)
C98M0Y45K49 
(98%,0%,45%,49%)
(0.98/0.00/0.45/0.49)	

CMYK percentages

%97.69
%0
%45.38
%49.02

Codes

Color #038247 in popluar color models

038247
RGB313071
HSL152°95.49%26.08%
HSB/HSV152°97.69%50.98%
CMYK97.69%0.00%45.38%
49.02%

Color #038247 in popluar number systems.

HEX038247
Decimal313071
Binary11100000101000111
Octal3202107

Shades and tints

Shades of #038247

#038247
(3,130,71)
#037741
(3,119,65)
#036C3B
(3,108,59)
#036135
(3,97,53)
#03562F
(3,86,47)
#034B29
(3,75,41)
#034023
(3,64,35)
#03351D
(3,53,29)
#032A17
(3,42,23)
#031F11
(3,31,17)
#03140B
(3,20,11)
#000000
(0,0,0)

Tints of #038247

#038247
(3,130,71)
#198D57
(25,141,87)
#2F9867
(47,152,103)
#45A377
(69,163,119)
#5BAE87
(91,174,135)
#71B997
(113,185,151)
#87C4A7
(135,196,167)
#9DCFB7
(157,207,183)
#B3DAC7
(179,218,199)
#C9E5D7
(201,229,215)
#DFF0E7
(223,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038247 color. Also use rgb(3,130,71) instead hex code.

Text Font Color

.myTextColor { color: #038247; }

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

This text font color is #038247.


Background Color

.myBgColor { background-color: #038247; }

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

This div background color is #038247.


Border color

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

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

This div border color is #038247.


Opacity

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

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

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

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

This text has shadow with #038247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038247 on black background.


Color preview on white background

This text has color #038247 on white background.



Black color preview on #038247 background

This text has black color on #038247 background.


White color preview on #038247 background

This text has white color on #038247 background.