COLOR #41724A

HEX: #41724A
RGB: (65,114,74)

Color info

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

RGB color model

#41724A color RGB value is (65,114,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 114 of 255 = 45%
B 74 of 255 = 29%

65
114
74

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

Portions of RGB colors in percentages

R + G + B =
65 + 114 + 74 = 253 (100%)
R 65 of 253 ~ 25.69%
G 114 of 253 ~ 45.06%
B 74 of 253 ~ 29.25%

%25.69
%45.06
%29.25

CMYK color model

#41724A color CMYK value is (43,0,35,55).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK:
(43,0,35,55)
C43M0Y35K55 
(43%,0%,35%,55%)
(0.43/0.00/0.35/0.55)	

CMYK percentages

%42.98
%0
%35.09
%55.29

Codes

Color #41724A in popluar color models

41724A
RGB6511474
HSL131°27.37%35.10%
HSB/HSV131°42.98%44.71%
CMYK42.98%0.00%35.09%
55.29%

Color #41724A in popluar number systems.

HEX41724A
Decimal6511474
Binary100000111100101001010
Octal101162112

Shades and tints

Shades of #41724A

#41724A
(65,114,74)
#3C6844
(60,104,68)
#375E3E
(55,94,62)
#325438
(50,84,56)
#2D4A32
(45,74,50)
#28402C
(40,64,44)
#233626
(35,54,38)
#1E2C20
(30,44,32)
#19221A
(25,34,26)
#141814
(20,24,20)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #41724A

#41724A
(65,114,74)
#527E5A
(82,126,90)
#638A6A
(99,138,106)
#74967A
(116,150,122)
#85A28A
(133,162,138)
#96AE9A
(150,174,154)
#A7BAAA
(167,186,170)
#B8C6BA
(184,198,186)
#C9D2CA
(201,210,202)
#DADEDA
(218,222,218)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41724A color. Also use rgb(65,114,74) instead hex code.

Text Font Color

.myTextColor { color: #41724A; }

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

This text font color is #41724A.


Background Color

.myBgColor { background-color: #41724A; }

<div style="background-color:#41724A">Inner text</div>

This div background color is #41724A.


Border color

.myBorderColor { border: 1px solid #41724A; }

<div style="border:3px solid #41724A">Div</div>

This div border color is #41724A.


Opacity

.myOpacity80 { color: #41724A; opacity: 0.8; }

<p style="color:#41724A;opacity:0.8;">80%</p>

Text with #41724A 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 #41724A;}

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

This text has shadow with #41724A color.

.textShadow {text-shadow: 3px 3px 1px #41724A, 3px 3px 1px red;}

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

This text has shadow with #41724A primary color and red secondary color.


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

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

This text has shadow with #41724A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41724A on black background.


Color preview on white background

This text has color #41724A on white background.



Black color preview on #41724A background

This text has black color on #41724A background.


White color preview on #41724A background

This text has white color on #41724A background.