COLOR #437368

HEX: #437368
RGB: (67,115,104)

Color info

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

RGB color model

#437368 color RGB value is (67,115,104).

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

RGB channels and saturation

R 67 of 255 = 26%
G 115 of 255 = 45%
B 104 of 255 = 41%

67
115
104

R + G + B ~ 37%. #437368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 115 + 104 = 286 (100%)
R 67 of 286 ~ 23.43%
G 115 of 286 ~ 40.21%
B 104 of 286 ~ 36.36%

%23.43
%40.21
%36.36

CMYK color model

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

  • cyan value is 41.74%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(42,0,10,55)
C42M0Y10K55 
(42%,0%,10%,55%)
(0.42/0.00/0.10/0.55)	

CMYK percentages

%41.74
%0
%9.57
%54.9

Codes

Color #437368 in popluar color models

437368
RGB67115104
HSL166°26.37%35.69%
HSB/HSV166°41.74%45.10%
CMYK41.74%0.00%9.57%
54.90%

Color #437368 in popluar number systems.

HEX437368
Decimal67115104
Binary100001111100111101000
Octal103163150

Shades and tints

Shades of #437368

#437368
(67,115,104)
#3D695F
(61,105,95)
#375F56
(55,95,86)
#31554D
(49,85,77)
#2B4B44
(43,75,68)
#25413B
(37,65,59)
#1F3732
(31,55,50)
#192D29
(25,45,41)
#132320
(19,35,32)
#0D1917
(13,25,23)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #437368

#437368
(67,115,104)
#547F75
(84,127,117)
#658B82
(101,139,130)
#76978F
(118,151,143)
#87A39C
(135,163,156)
#98AFA9
(152,175,169)
#A9BBB6
(169,187,182)
#BAC7C3
(186,199,195)
#CBD3D0
(203,211,208)
#DCDFDD
(220,223,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #437368; }

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

This text font color is #437368.


Background Color

.myBgColor { background-color: #437368; }

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

This div background color is #437368.


Border color

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

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

This div border color is #437368.


Opacity

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

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

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

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

This text has shadow with #437368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437368 on black background.


Color preview on white background

This text has color #437368 on white background.



Black color preview on #437368 background

This text has black color on #437368 background.


White color preview on #437368 background

This text has white color on #437368 background.