COLOR #047D92

HEX: #047D92
RGB: (4,125,146)

Color info

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

RGB color model

#047D92 color RGB value is (4,125,146).

  • red value is 4;
  • green value is 125;
  • blue value is 146.
RGB:
(4,125,146)
(2%,49%,57%)

RGB channels and saturation

R 4 of 255 = 2%
G 125 of 255 = 49%
B 146 of 255 = 57%

4
125
146

R + G + B ~ 36%. #047D92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 125 + 146 = 275 (100%)
R 4 of 275 ~ 1.45%
G 125 of 275 ~ 45.45%
B 146 of 275 ~ 53.09%

%45.45
%53.09

CMYK color model

#047D92 color CMYK value is (97,14,0,43).

  • cyan value is 97.26%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(97,14,0,43)
C97M14Y0K43 
(97%,14%,0%,43%)
(0.97/0.14/0.00/0.43)	

CMYK percentages

%97.26
%14.38
%0
%42.75

Codes

Color #047D92 in popluar color models

047D92
RGB4125146
HSL189°94.67%29.41%
HSB/HSV189°97.26%57.25%
CMYK97.26%14.38%0.00%
42.75%

Color #047D92 in popluar number systems.

HEX047D92
Decimal4125146
Binary100111110110010010
Octal4175222

Shades and tints

Shades of #047D92

#047D92
(4,125,146)
#047285
(4,114,133)
#046778
(4,103,120)
#045C6B
(4,92,107)
#04515E
(4,81,94)
#044651
(4,70,81)
#043B44
(4,59,68)
#043037
(4,48,55)
#04252A
(4,37,42)
#041A1D
(4,26,29)
#040F10
(4,15,16)
#000000
(0,0,0)

Tints of #047D92

#047D92
(4,125,146)
#1A889B
(26,136,155)
#3093A4
(48,147,164)
#469EAD
(70,158,173)
#5CA9B6
(92,169,182)
#72B4BF
(114,180,191)
#88BFC8
(136,191,200)
#9ECAD1
(158,202,209)
#B4D5DA
(180,213,218)
#CAE0E3
(202,224,227)
#E0EBEC
(224,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047D92 color. Also use rgb(4,125,146) instead hex code.

Text Font Color

.myTextColor { color: #047D92; }

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

This text font color is #047D92.


Background Color

.myBgColor { background-color: #047D92; }

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

This div background color is #047D92.


Border color

.myBorderColor { border: 1px solid #047D92; }

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

This div border color is #047D92.


Opacity

.myOpacity80 { color: #047D92; opacity: 0.8; }

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

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

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

This text has shadow with #047D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047D92 on black background.


Color preview on white background

This text has color #047D92 on white background.



Black color preview on #047D92 background

This text has black color on #047D92 background.


White color preview on #047D92 background

This text has white color on #047D92 background.