COLOR #437474

HEX: #437474
RGB: (67,116,116)

Color info

#437474 contains red, green and blue colors in about the same proportion. Web safe color of #437474 is #336666 (or #366).

RGB color model

#437474 color RGB value is (67,116,116).

  • red value is 67;
  • green value is 116;
  • blue value is 116.
RGB:
(67,116,116)
(26%,45%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 116 of 255 = 45%
B 116 of 255 = 45%

67
116
116

R + G + B ~ 39%. #437474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 116 + 116 = 299 (100%)
R 67 of 299 ~ 22.41%
G 116 of 299 ~ 38.8%
B 116 of 299 ~ 38.8%

%22.41
%38.8
%38.8

CMYK color model

#437474 color CMYK value is (42,0,0,55).

  • cyan value is 42.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(42,0,0,55)
C42M0Y0K55 
(42%,0%,0%,55%)
(0.42/0.00/0.00/0.55)	

CMYK percentages

%42.24
%0
%0
%54.51

Codes

Color #437474 in popluar color models

437474
RGB67116116
HSL180°26.78%35.88%
HSB/HSV180°42.24%45.49%
CMYK42.24%0.00%0.00%
54.51%

Color #437474 in popluar number systems.

HEX437474
Decimal67116116
Binary100001111101001110100
Octal103164164

Shades and tints

Shades of #437474

#437474
(67,116,116)
#3D6A6A
(61,106,106)
#376060
(55,96,96)
#315656
(49,86,86)
#2B4C4C
(43,76,76)
#254242
(37,66,66)
#1F3838
(31,56,56)
#192E2E
(25,46,46)
#132424
(19,36,36)
#0D1A1A
(13,26,26)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #437474

#437474
(67,116,116)
#548080
(84,128,128)
#658C8C
(101,140,140)
#769898
(118,152,152)
#87A4A4
(135,164,164)
#98B0B0
(152,176,176)
#A9BCBC
(169,188,188)
#BAC8C8
(186,200,200)
#CBD4D4
(203,212,212)
#DCE0E0
(220,224,224)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437474 color. Also use rgb(67,116,116) instead hex code.

Text Font Color

.myTextColor { color: #437474; }

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

This text font color is #437474.


Background Color

.myBgColor { background-color: #437474; }

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

This div background color is #437474.


Border color

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

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

This div border color is #437474.


Opacity

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

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

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

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

This text has shadow with #437474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437474 on black background.


Color preview on white background

This text has color #437474 on white background.



Black color preview on #437474 background

This text has black color on #437474 background.


White color preview on #437474 background

This text has white color on #437474 background.