COLOR #41745D

HEX: #41745D
RGB: (65,116,93)

Color info

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

RGB color model

#41745D color RGB value is (65,116,93).

  • red value is 65;
  • green value is 116;
  • blue value is 93.
RGB:
(65,116,93)
(25%,45%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 116 of 255 = 45%
B 93 of 255 = 36%

65
116
93

R + G + B ~ 35%. #41745D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 116 + 93 = 274 (100%)
R 65 of 274 ~ 23.72%
G 116 of 274 ~ 42.34%
B 93 of 274 ~ 33.94%

%23.72
%42.34
%33.94

CMYK color model

#41745D color CMYK value is (44,0,20,55).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(44,0,20,55)
C44M0Y20K55 
(44%,0%,20%,55%)
(0.44/0.00/0.20/0.55)	

CMYK percentages

%43.97
%0
%19.83
%54.51

Codes

Color #41745D in popluar color models

41745D
RGB6511693
HSL153°28.18%35.49%
HSB/HSV153°43.97%45.49%
CMYK43.97%0.00%19.83%
54.51%

Color #41745D in popluar number systems.

HEX41745D
Decimal6511693
Binary100000111101001011101
Octal101164135

Shades and tints

Shades of #41745D

#41745D
(65,116,93)
#3C6A55
(60,106,85)
#37604D
(55,96,77)
#325645
(50,86,69)
#2D4C3D
(45,76,61)
#284235
(40,66,53)
#23382D
(35,56,45)
#1E2E25
(30,46,37)
#19241D
(25,36,29)
#141A15
(20,26,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #41745D

#41745D
(65,116,93)
#52806B
(82,128,107)
#638C79
(99,140,121)
#749887
(116,152,135)
#85A495
(133,164,149)
#96B0A3
(150,176,163)
#A7BCB1
(167,188,177)
#B8C8BF
(184,200,191)
#C9D4CD
(201,212,205)
#DAE0DB
(218,224,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41745D; }

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

This text font color is #41745D.


Background Color

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

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

This div background color is #41745D.


Border color

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

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

This div border color is #41745D.


Opacity

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

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

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

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

This text has shadow with #41745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41745D on black background.


Color preview on white background

This text has color #41745D on white background.



Black color preview on #41745D background

This text has black color on #41745D background.


White color preview on #41745D background

This text has white color on #41745D background.