COLOR #41772F

HEX: #41772F RGB: (65,119,47)

Color info

#41772F contains mainly red and green colors. Web safe color of #41772F is #336633 (or #363).

RGB color model

#41772F color RGB value is (65,119,47).

RGB: (65,119,47) (25%, 47%, 18%)

RGB channels and saturation

R 65 of 255 = 25%
G 119 of 255 = 47%
B 47 of 255 = 18%

65
119
47

R + G + B ~ 30%. #41772F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 119 + 47 = 231 (100%)
R 65 of 231 ~ 28.14%
G 119 of 231 ~ 51.52%
B 47 of 231 ~ 20.35'%

%28.14
%51.52
%20.35

CMYK color model

#41772F color CMYK value is (45,0,61,53).

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

CMYK: (45,0,61,53)
C45M0Y61K53 (45%, 0%, 61%, 53%)
(0.45 / 0.00 / 0.61 / 0.53)

CMYK percentages

%45.38
%0
%60.5
%53.33

Codes

Color #41772F in popluar color models

41 77 2F
RGB 65 119 47
HSL 105° 43.37% 32.55%
HSB/HSV 105° 60.50% 46.67%
CMYK 45.38% 0.00% 60.50%
53.33%

Color #41772F in popluar number systems.

HEX 41 77 2F
Decimal 65 119 47
Binary 1000001 1110111 101111
Octal 101 167 57

Shades and tints

Shades of #41772F

#41772F
(65,119,47)
#3C6D2B
(60,109,43)
#376327
(55,99,39)
#325923
(50,89,35)
#2D4F1F
(45,79,31)
#28451B
(40,69,27)
#233B17
(35,59,23)
#1E3113
(30,49,19)
#19270F
(25,39,15)
#141D0B
(20,29,11)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #41772F

#41772F
(65,119,47)
#528341
(82,131,65)
#638F53
(99,143,83)
#749B65
(116,155,101)
#85A777
(133,167,119)
#96B389
(150,179,137)
#A7BF9B
(167,191,155)
#B8CBAD
(184,203,173)
#C9D7BF
(201,215,191)
#DAE3D1
(218,227,209)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41772F color. Also use rgb(65,119,47) instead hex code.

Text Font Color

.myTextColor { color: #41772F; }

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

This text font color is #41772F.

Background Color

.myBgColor { background-color: #41772F; }

<div style="background-color:#41772F">Inner text</div>

This div background color is #41772F.

Border color

.myBorderColor { border: 1px solid #41772F; }

<div style="border:3px solid #41772F">Div</div>

This div border color is #41772F.

Opacity

.myOpacity80 { color: #41772F; opacity: 0.8; }

<p style="color:#41772F;opacity:0.8;">80%</p>

Text with #41772F 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 #41772F;}

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

This text has shadow with #41772F color.


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

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

This text has shadow with #41772F primary color and red secondary color.


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

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

This text has shadow with #41772F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41772F.

Preview

Color preview on black background

This text has color #41772F on black background.


Color preview on white background

This text has color #41772F on white background.


Black color preview on #41772F background

This text has black color on #41772F background.


White color preview on #41772F background

This text has white color on #41772F background.


Related colors

Complementary color

Complementary color for #hex is #BE88D0.


I love getcolorcode.com

Triadic colors

1 #2F4177 and #772F41 with #41772F are triadic colors.

2 #2F7741 and #77412F with #41772F are triadic colors.