COLOR #41775D

HEX: #41775D RGB: (65,119,93)

Color info

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

RGB color model

#41775D color RGB value is (65,119,93).

RGB: (65,119,93) (25%, 47%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 119 of 255 = 47%
B 93 of 255 = 36%

65
119
93

R + G + B ~ 36%. #41775D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 119 + 93 = 277 (100%)
R 65 of 277 ~ 23.47%
G 119 of 277 ~ 42.96%
B 93 of 277 ~ 33.57'%

%23.47
%42.96
%33.57

CMYK color model

#41775D color CMYK value is (45,0,22,53).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 53.33%

CMYK: (45,0,22,53)
C45M0Y22K53 (45%, 0%, 22%, 53%)
(0.45 / 0.00 / 0.22 / 0.53)

CMYK percentages

%45.38
%0
%21.85
%53.33

Codes

Color #41775D in popluar color models

41 77 5D
RGB 65 119 93
HSL 151° 29.35% 36.08%
HSB/HSV 151° 45.38% 46.67%
CMYK 45.38% 0.00% 21.85%
53.33%

Color #41775D in popluar number systems.

HEX 41 77 5D
Decimal 65 119 93
Binary 1000001 1110111 1011101
Octal 101 167 135

Shades and tints

Shades of #41775D

#41775D
(65,119,93)
#3C6D55
(60,109,85)
#37634D
(55,99,77)
#325945
(50,89,69)
#2D4F3D
(45,79,61)
#284535
(40,69,53)
#233B2D
(35,59,45)
#1E3125
(30,49,37)
#19271D
(25,39,29)
#141D15
(20,29,21)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #41775D

#41775D
(65,119,93)
#52836B
(82,131,107)
#638F79
(99,143,121)
#749B87
(116,155,135)
#85A795
(133,167,149)
#96B3A3
(150,179,163)
#A7BFB1
(167,191,177)
#B8CBBF
(184,203,191)
#C9D7CD
(201,215,205)
#DAE3DB
(218,227,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41775D color. Also use rgb(65,119,93) instead hex code.

Text Font Color

.myTextColor { color: #41775D; }

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

This text font color is #41775D.

Background Color

.myBgColor { background-color: #41775D; }

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

This div background color is #41775D.

Border color

.myBorderColor { border: 1px solid #41775D; }

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

This div border color is #41775D.

Opacity

.myOpacity80 { color: #41775D; opacity: 0.8; }

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

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

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

This text has shadow with #41775D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41775D.

Preview

Color preview on black background

This text has color #41775D on black background.


Color preview on white background

This text has color #41775D on white background.


Black color preview on #41775D background

This text has black color on #41775D background.


White color preview on #41775D background

This text has white color on #41775D background.


Related colors

Complementary color

Complementary color for #hex is #BE88A2.


I love getcolorcode.com

Triadic colors

1 #5D4177 and #775D41 with #41775D are triadic colors.

2 #5D7741 and #77415D with #41775D are triadic colors.