COLOR #41794C

HEX: #41794C
RGB: (65,121,76)

Color info

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

RGB color model

#41794C color RGB value is (65,121,76).

  • red value is 65;
  • green value is 121;
  • blue value is 76.
RGB:
(65,121,76)
(25%,47%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 121 of 255 = 47%
B 76 of 255 = 30%

65
121
76

R + G + B ~ 34%. #41794C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 121 + 76 = 262 (100%)
R 65 of 262 ~ 24.81%
G 121 of 262 ~ 46.18%
B 76 of 262 ~ 29.01%

%24.81
%46.18
%29.01

CMYK color model

#41794C color CMYK value is (46,0,37,53).

  • cyan value is 46.28%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(46,0,37,53)
C46M0Y37K53 
(46%,0%,37%,53%)
(0.46/0.00/0.37/0.53)	

CMYK percentages

%46.28
%0
%37.19
%52.55

Codes

Color #41794C in popluar color models

41794C
RGB6512176
HSL132°30.11%36.47%
HSB/HSV132°46.28%47.45%
CMYK46.28%0.00%37.19%
52.55%

Color #41794C in popluar number systems.

HEX41794C
Decimal6512176
Binary100000111110011001100
Octal101171114

Shades and tints

Shades of #41794C

#41794C
(65,121,76)
#3C6E46
(60,110,70)
#376340
(55,99,64)
#32583A
(50,88,58)
#2D4D34
(45,77,52)
#28422E
(40,66,46)
#233728
(35,55,40)
#1E2C22
(30,44,34)
#19211C
(25,33,28)
#141616
(20,22,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #41794C

#41794C
(65,121,76)
#52855C
(82,133,92)
#63916C
(99,145,108)
#749D7C
(116,157,124)
#85A98C
(133,169,140)
#96B59C
(150,181,156)
#A7C1AC
(167,193,172)
#B8CDBC
(184,205,188)
#C9D9CC
(201,217,204)
#DAE5DC
(218,229,220)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41794C color. Also use rgb(65,121,76) instead hex code.

Text Font Color

.myTextColor { color: #41794C; }

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

This text font color is #41794C.


Background Color

.myBgColor { background-color: #41794C; }

<div style="background-color:#41794C">Inner text</div>

This div background color is #41794C.


Border color

.myBorderColor { border: 1px solid #41794C; }

<div style="border:3px solid #41794C">Div</div>

This div border color is #41794C.


Opacity

.myOpacity80 { color: #41794C; opacity: 0.8; }

<p style="color:#41794C;opacity:0.8;">80%</p>

Text with #41794C 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 #41794C;}

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

This text has shadow with #41794C color.

.textShadow {text-shadow: 3px 3px 1px #41794C, 3px 3px 1px red;}

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

This text has shadow with #41794C primary color and red secondary color.


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

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

This text has shadow with #41794C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41794C on black background.


Color preview on white background

This text has color #41794C on white background.



Black color preview on #41794C background

This text has black color on #41794C background.


White color preview on #41794C background

This text has white color on #41794C background.