COLOR #41736C

HEX: #41736C RGB: (65,115,108)

Color info

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

RGB color model

#41736C color RGB value is (65,115,108).

RGB: (65,115,108) (25%, 45%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 115 of 255 = 45%
B 108 of 255 = 42%

65
115
108

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

Portions of RGB colors in percentages

R + G + B = 65 + 115 + 108 = 288 (100%)
R 65 of 288 ~ 22.57%
G 115 of 288 ~ 39.93%
B 108 of 288 ~ 37.5'%

%22.57
%39.93
%37.5

CMYK color model

#41736C color CMYK value is (43,0,6,55).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 54.90%

CMYK: (43,0,6,55)
C43M0Y6K55 (43%, 0%, 6%, 55%)
(0.43 / 0.00 / 0.06 / 0.55)

CMYK percentages

%43.48
%0
%6.09
%54.9

Codes

Color #41736C in popluar color models

41 73 6C
RGB 65 115 108
HSL 172° 27.78% 35.29%
HSB/HSV 172° 43.48% 45.10%
CMYK 43.48% 0.00% 6.09%
54.90%

Color #41736C in popluar number systems.

HEX 41 73 6C
Decimal 65 115 108
Binary 1000001 1110011 1101100
Octal 101 163 154

Shades and tints

Shades of #41736C

#41736C
(65,115,108)
#3C6963
(60,105,99)
#375F5A
(55,95,90)
#325551
(50,85,81)
#2D4B48
(45,75,72)
#28413F
(40,65,63)
#233736
(35,55,54)
#1E2D2D
(30,45,45)
#192324
(25,35,36)
#14191B
(20,25,27)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #41736C

#41736C
(65,115,108)
#527F79
(82,127,121)
#638B86
(99,139,134)
#749793
(116,151,147)
#85A3A0
(133,163,160)
#96AFAD
(150,175,173)
#A7BBBA
(167,187,186)
#B8C7C7
(184,199,199)
#C9D3D4
(201,211,212)
#DADFE1
(218,223,225)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41736C color. Also use rgb(65,115,108) instead hex code.

Text Font Color

.myTextColor { color: #41736C; }

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

This text font color is #41736C.

Background Color

.myBgColor { background-color: #41736C; }

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

This div background color is #41736C.

Border color

.myBorderColor { border: 1px solid #41736C; }

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

This div border color is #41736C.

Opacity

.myOpacity80 { color: #41736C; opacity: 0.8; }

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

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

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

This text has shadow with #41736C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41736C.

Preview

Color preview on black background

This text has color #41736C on black background.


Color preview on white background

This text has color #41736C on white background.


Black color preview on #41736C background

This text has black color on #41736C background.


White color preview on #41736C background

This text has white color on #41736C background.


Related colors

Complementary color

Complementary color for #hex is #BE8C93.


I love getcolorcode.com

Triadic colors

1 #6C4173 and #736C41 with #41736C are triadic colors.

2 #6C7341 and #73416C with #41736C are triadic colors.