COLOR #41744B

HEX: #41744B
RGB: (65,116,75)

Color info

#41744B contains red, green and blue colors in about the same proportion. Web safe color of #41744B is #336633 (or #363).

RGB color model

#41744B color RGB value is (65,116,75).

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

RGB channels and saturation

R 65 of 255 = 25%
G 116 of 255 = 45%
B 75 of 255 = 29%

65
116
75

R + G + B ~ 33%. #41744B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 116 + 75 = 256 (100%)
R 65 of 256 ~ 25.39%
G 116 of 256 ~ 45.31%
B 75 of 256 ~ 29.3%

%25.39
%45.31
%29.3

CMYK color model

#41744B color CMYK value is (44,0,35,55).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(44,0,35,55)
C44M0Y35K55 
(44%,0%,35%,55%)
(0.44/0.00/0.35/0.55)	

CMYK percentages

%43.97
%0
%35.34
%54.51

Codes

Color #41744B in popluar color models

41744B
RGB6511675
HSL132°28.18%35.49%
HSB/HSV132°43.97%45.49%
CMYK43.97%0.00%35.34%
54.51%

Color #41744B in popluar number systems.

HEX41744B
Decimal6511675
Binary100000111101001001011
Octal101164113

Shades and tints

Shades of #41744B

#41744B
(65,116,75)
#3C6A45
(60,106,69)
#37603F
(55,96,63)
#325639
(50,86,57)
#2D4C33
(45,76,51)
#28422D
(40,66,45)
#233827
(35,56,39)
#1E2E21
(30,46,33)
#19241B
(25,36,27)
#141A15
(20,26,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #41744B

#41744B
(65,116,75)
#52805B
(82,128,91)
#638C6B
(99,140,107)
#74987B
(116,152,123)
#85A48B
(133,164,139)
#96B09B
(150,176,155)
#A7BCAB
(167,188,171)
#B8C8BB
(184,200,187)
#C9D4CB
(201,212,203)
#DAE0DB
(218,224,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41744B color. Also use rgb(65,116,75) instead hex code.

Text Font Color

.myTextColor { color: #41744B; }

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

This text font color is #41744B.


Background Color

.myBgColor { background-color: #41744B; }

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

This div background color is #41744B.


Border color

.myBorderColor { border: 1px solid #41744B; }

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

This div border color is #41744B.


Opacity

.myOpacity80 { color: #41744B; opacity: 0.8; }

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

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

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

This text has shadow with #41744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41744B on black background.


Color preview on white background

This text has color #41744B on white background.



Black color preview on #41744B background

This text has black color on #41744B background.


White color preview on #41744B background

This text has white color on #41744B background.