COLOR #436F6A

HEX: #436F6A RGB: (67,111,106)

Color info

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

RGB color model

#436F6A color RGB value is (67,111,106).

RGB: (67,111,106) (26%, 44%, 42%)

RGB channels and saturation

R 67 of 255 = 26%
G 111 of 255 = 44%
B 106 of 255 = 42%

67
111
106

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

Portions of RGB colors in percentages

R + G + B = 67 + 111 + 106 = 284 (100%)
R 67 of 284 ~ 23.59%
G 111 of 284 ~ 39.08%
B 106 of 284 ~ 37.32'%

%23.59
%39.08
%37.32

CMYK color model

#436F6A color CMYK value is (40,0,5,56).

  • cyan value is 39.64%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 56.47%

CMYK: (40,0,5,56)
C40M0Y5K56 (40%, 0%, 5%, 56%)
(0.40 / 0.00 / 0.05 / 0.56)

CMYK percentages

%39.64
%0
%4.5
%56.47

Codes

Color #436F6A in popluar color models

43 6F 6A
RGB 67 111 106
HSL 173° 24.72% 34.90%
HSB/HSV 173° 39.64% 43.53%
CMYK 39.64% 0.00% 4.50%
56.47%

Color #436F6A in popluar number systems.

HEX 43 6F 6A
Decimal 67 111 106
Binary 1000011 1101111 1101010
Octal 103 157 152

Shades and tints

Shades of #436F6A

#436F6A
(67,111,106)
#3D6561
(61,101,97)
#375B58
(55,91,88)
#31514F
(49,81,79)
#2B4746
(43,71,70)
#253D3D
(37,61,61)
#1F3334
(31,51,52)
#19292B
(25,41,43)
#131F22
(19,31,34)
#0D1519
(13,21,25)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #436F6A

#436F6A
(67,111,106)
#547C77
(84,124,119)
#658984
(101,137,132)
#769691
(118,150,145)
#87A39E
(135,163,158)
#98B0AB
(152,176,171)
#A9BDB8
(169,189,184)
#BACAC5
(186,202,197)
#CBD7D2
(203,215,210)
#DCE4DF
(220,228,223)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436F6A color. Also use rgb(67,111,106) instead hex code.

Text Font Color

.myTextColor { color: #436F6A; }

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

This text font color is #436F6A.

Background Color

.myBgColor { background-color: #436F6A; }

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

This div background color is #436F6A.

Border color

.myBorderColor { border: 1px solid #436F6A; }

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

This div border color is #436F6A.

Opacity

.myOpacity80 { color: #436F6A; opacity: 0.8; }

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

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

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

This text has shadow with #436F6A color.


.textShadow {text-shadow: 3px 3px 1px #436F6A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #436F6A; -webkit-box-shadow: 1px 1px 3px 2px #436F6A; box-shadow:1px 1px 3px 2px #436F6A;">
Div content here
</div>

This div box has shadow with color #436F6A.

Preview

Color preview on black background

This text has color #436F6A on black background.


Color preview on white background

This text has color #436F6A on white background.


Black color preview on #436F6A background

This text has black color on #436F6A background.


White color preview on #436F6A background

This text has white color on #436F6A background.


Related colors

Complementary color

Complementary color for #hex is #BC9095.


I love getcolorcode.com

Triadic colors

1 #6A436F and #6F6A43 with #436F6A are triadic colors.

2 #6A6F43 and #6F436A with #436F6A are triadic colors.