COLOR #047267

HEX: #047267
RGB: (4,114,103)

Color info

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

RGB color model

#047267 color RGB value is (4,114,103).

  • red value is 4;
  • green value is 114;
  • blue value is 103.
RGB:
(4,114,103)
(2%,45%,40%)

RGB channels and saturation

R 4 of 255 = 2%
G 114 of 255 = 45%
B 103 of 255 = 40%

4
114
103

R + G + B ~ 29%. #047267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 114 + 103 = 221 (100%)
R 4 of 221 ~ 1.81%
G 114 of 221 ~ 51.58%
B 103 of 221 ~ 46.61%

%51.58
%46.61

CMYK color model

#047267 color CMYK value is (96,0,10,55).

  • cyan value is 96.49%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK:
(96,0,10,55)
C96M0Y10K55 
(96%,0%,10%,55%)
(0.96/0.00/0.10/0.55)	

CMYK percentages

%96.49
%0
%9.65
%55.29

Codes

Color #047267 in popluar color models

047267
RGB4114103
HSL174°93.22%23.14%
HSB/HSV174°96.49%44.71%
CMYK96.49%0.00%9.65%
55.29%

Color #047267 in popluar number systems.

HEX047267
Decimal4114103
Binary10011100101100111
Octal4162147

Shades and tints

Shades of #047267

#047267
(4,114,103)
#04685E
(4,104,94)
#045E55
(4,94,85)
#04544C
(4,84,76)
#044A43
(4,74,67)
#04403A
(4,64,58)
#043631
(4,54,49)
#042C28
(4,44,40)
#04221F
(4,34,31)
#041816
(4,24,22)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #047267

#047267
(4,114,103)
#1A7E74
(26,126,116)
#308A81
(48,138,129)
#46968E
(70,150,142)
#5CA29B
(92,162,155)
#72AEA8
(114,174,168)
#88BAB5
(136,186,181)
#9EC6C2
(158,198,194)
#B4D2CF
(180,210,207)
#CADEDC
(202,222,220)
#E0EAE9
(224,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047267 color. Also use rgb(4,114,103) instead hex code.

Text Font Color

.myTextColor { color: #047267; }

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

This text font color is #047267.


Background Color

.myBgColor { background-color: #047267; }

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

This div background color is #047267.


Border color

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

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

This div border color is #047267.


Opacity

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

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

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

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

This text has shadow with #047267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047267 on black background.


Color preview on white background

This text has color #047267 on white background.



Black color preview on #047267 background

This text has black color on #047267 background.


White color preview on #047267 background

This text has white color on #047267 background.