COLOR #037C93

HEX: #037C93
RGB: (3,124,147)

Color info

#037C93 contains mainly green and blue colors. Web safe color of #037C93 is #006699 (or #069).

RGB color model

#037C93 color RGB value is (3,124,147).

  • red value is 3;
  • green value is 124;
  • blue value is 147.
RGB:
(3,124,147)
(1%,49%,58%)

RGB channels and saturation

R 3 of 255 = 1%
G 124 of 255 = 49%
B 147 of 255 = 58%

3
124
147

R + G + B ~ 36%. #037C93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 124 + 147 = 274 (100%)
R 3 of 274 ~ 1.09%
G 124 of 274 ~ 45.26%
B 147 of 274 ~ 53.65%

%45.26
%53.65

CMYK color model

#037C93 color CMYK value is (98,16,0,42).

  • cyan value is 97.96%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(98,16,0,42)
C98M16Y0K42 
(98%,16%,0%,42%)
(0.98/0.16/0.00/0.42)	

CMYK percentages

%97.96
%15.65
%0
%42.35

Codes

Color #037C93 in popluar color models

037C93
RGB3124147
HSL190°96.00%29.41%
HSB/HSV190°97.96%57.65%
CMYK97.96%15.65%0.00%
42.35%

Color #037C93 in popluar number systems.

HEX037C93
Decimal3124147
Binary11111110010010011
Octal3174223

Shades and tints

Shades of #037C93

#037C93
(3,124,147)
#037186
(3,113,134)
#036679
(3,102,121)
#035B6C
(3,91,108)
#03505F
(3,80,95)
#034552
(3,69,82)
#033A45
(3,58,69)
#032F38
(3,47,56)
#03242B
(3,36,43)
#03191E
(3,25,30)
#030E11
(3,14,17)
#000000
(0,0,0)

Tints of #037C93

#037C93
(3,124,147)
#19879C
(25,135,156)
#2F92A5
(47,146,165)
#459DAE
(69,157,174)
#5BA8B7
(91,168,183)
#71B3C0
(113,179,192)
#87BEC9
(135,190,201)
#9DC9D2
(157,201,210)
#B3D4DB
(179,212,219)
#C9DFE4
(201,223,228)
#DFEAED
(223,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037C93 color. Also use rgb(3,124,147) instead hex code.

Text Font Color

.myTextColor { color: #037C93; }

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

This text font color is #037C93.


Background Color

.myBgColor { background-color: #037C93; }

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

This div background color is #037C93.


Border color

.myBorderColor { border: 1px solid #037C93; }

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

This div border color is #037C93.


Opacity

.myOpacity80 { color: #037C93; opacity: 0.8; }

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

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

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

This text has shadow with #037C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #037C93 on black background.


Color preview on white background

This text has color #037C93 on white background.



Black color preview on #037C93 background

This text has black color on #037C93 background.


White color preview on #037C93 background

This text has white color on #037C93 background.