COLOR #04756B

HEX: #04756B
RGB: (4,117,107)

Color info

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

RGB color model

#04756B color RGB value is (4,117,107).

  • red value is 4;
  • green value is 117;
  • blue value is 107.
RGB:
(4,117,107)
(2%,46%,42%)

RGB channels and saturation

R 4 of 255 = 2%
G 117 of 255 = 46%
B 107 of 255 = 42%

4
117
107

R + G + B ~ 30%. #04756B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 117 + 107 = 228 (100%)
R 4 of 228 ~ 1.75%
G 117 of 228 ~ 51.32%
B 107 of 228 ~ 46.93%

%51.32
%46.93

CMYK color model

#04756B color CMYK value is (97,0,9,54).

  • cyan value is 96.58%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(97,0,9,54)
C97M0Y9K54 
(97%,0%,9%,54%)
(0.97/0.00/0.09/0.54)	

CMYK percentages

%96.58
%0
%8.55
%54.12

Codes

Color #04756B in popluar color models

04756B
RGB4117107
HSL175°93.39%23.73%
HSB/HSV175°96.58%45.88%
CMYK96.58%0.00%8.55%
54.12%

Color #04756B in popluar number systems.

HEX04756B
Decimal4117107
Binary10011101011101011
Octal4165153

Shades and tints

Shades of #04756B

#04756B
(4,117,107)
#046B62
(4,107,98)
#046159
(4,97,89)
#045750
(4,87,80)
#044D47
(4,77,71)
#04433E
(4,67,62)
#043935
(4,57,53)
#042F2C
(4,47,44)
#042523
(4,37,35)
#041B1A
(4,27,26)
#041111
(4,17,17)
#000000
(0,0,0)

Tints of #04756B

#04756B
(4,117,107)
#1A8178
(26,129,120)
#308D85
(48,141,133)
#469992
(70,153,146)
#5CA59F
(92,165,159)
#72B1AC
(114,177,172)
#88BDB9
(136,189,185)
#9EC9C6
(158,201,198)
#B4D5D3
(180,213,211)
#CAE1E0
(202,225,224)
#E0EDED
(224,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04756B color. Also use rgb(4,117,107) instead hex code.

Text Font Color

.myTextColor { color: #04756B; }

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

This text font color is #04756B.


Background Color

.myBgColor { background-color: #04756B; }

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

This div background color is #04756B.


Border color

.myBorderColor { border: 1px solid #04756B; }

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

This div border color is #04756B.


Opacity

.myOpacity80 { color: #04756B; opacity: 0.8; }

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

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

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

This text has shadow with #04756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04756B on black background.


Color preview on white background

This text has color #04756B on white background.



Black color preview on #04756B background

This text has black color on #04756B background.


White color preview on #04756B background

This text has white color on #04756B background.