COLOR #047A7B

HEX: #047A7B
RGB: (4,122,123)

Color info

#047A7B contains mainly green and blue colors. Web safe color of #047A7B is #006666 (or #066).

RGB color model

#047A7B color RGB value is (4,122,123).

  • red value is 4;
  • green value is 122;
  • blue value is 123.
RGB:
(4,122,123)
(2%,48%,48%)

RGB channels and saturation

R 4 of 255 = 2%
G 122 of 255 = 48%
B 123 of 255 = 48%

4
122
123

R + G + B ~ 33%. #047A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 122 + 123 = 249 (100%)
R 4 of 249 ~ 1.61%
G 122 of 249 ~ 49%
B 123 of 249 ~ 49.4%

%49
%49.4

CMYK color model

#047A7B color CMYK value is (97,1,0,52).

  • cyan value is 96.75%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(97,1,0,52)
C97M1Y0K52 
(97%,1%,0%,52%)
(0.97/0.01/0.00/0.52)	

CMYK percentages

%96.75
%0.81
%0
%51.76

Codes

Color #047A7B in popluar color models

047A7B
RGB4122123
HSL181°93.70%24.90%
HSB/HSV181°96.75%48.24%
CMYK96.75%0.81%0.00%
51.76%

Color #047A7B in popluar number systems.

HEX047A7B
Decimal4122123
Binary10011110101111011
Octal4172173

Shades and tints

Shades of #047A7B

#047A7B
(4,122,123)
#046F70
(4,111,112)
#046465
(4,100,101)
#04595A
(4,89,90)
#044E4F
(4,78,79)
#044344
(4,67,68)
#043839
(4,56,57)
#042D2E
(4,45,46)
#042223
(4,34,35)
#041718
(4,23,24)
#040C0D
(4,12,13)
#000000
(0,0,0)

Tints of #047A7B

#047A7B
(4,122,123)
#1A8687
(26,134,135)
#309293
(48,146,147)
#469E9F
(70,158,159)
#5CAAAB
(92,170,171)
#72B6B7
(114,182,183)
#88C2C3
(136,194,195)
#9ECECF
(158,206,207)
#B4DADB
(180,218,219)
#CAE6E7
(202,230,231)
#E0F2F3
(224,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047A7B color. Also use rgb(4,122,123) instead hex code.

Text Font Color

.myTextColor { color: #047A7B; }

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

This text font color is #047A7B.


Background Color

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

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

This div background color is #047A7B.


Border color

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

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

This div border color is #047A7B.


Opacity

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

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

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

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

This text has shadow with #047A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047A7B on black background.


Color preview on white background

This text has color #047A7B on white background.



Black color preview on #047A7B background

This text has black color on #047A7B background.


White color preview on #047A7B background

This text has white color on #047A7B background.