COLOR #41672A

HEX: #41672A
RGB: (65,103,42)

Color info

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

RGB color model

#41672A color RGB value is (65,103,42).

  • red value is 65;
  • green value is 103;
  • blue value is 42.
RGB:
(65,103,42)
(25%,40%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 103 of 255 = 40%
B 42 of 255 = 16%

65
103
42

R + G + B ~ 27%. #41672A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 103 + 42 = 210 (100%)
R 65 of 210 ~ 30.95%
G 103 of 210 ~ 49.05%
B 42 of 210 ~ 20%

%30.95
%49.05
%20

CMYK color model

#41672A color CMYK value is (37,0,59,60).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 59.22%
  • key color value is 59.61%
CMYK:
(37,0,59,60)
C37M0Y59K60 
(37%,0%,59%,60%)
(0.37/0.00/0.59/0.60)	

CMYK percentages

%36.89
%0
%59.22
%59.61

Codes

Color #41672A in popluar color models

41672A
RGB6510342
HSL97°42.07%28.43%
HSB/HSV97°59.22%40.39%
CMYK36.89%0.00%59.22%
59.61%

Color #41672A in popluar number systems.

HEX41672A
Decimal6510342
Binary10000011100111101010
Octal10114752

Shades and tints

Shades of #41672A

#41672A
(65,103,42)
#3C5E27
(60,94,39)
#375524
(55,85,36)
#324C21
(50,76,33)
#2D431E
(45,67,30)
#283A1B
(40,58,27)
#233118
(35,49,24)
#1E2815
(30,40,21)
#191F12
(25,31,18)
#14160F
(20,22,15)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #41672A

#41672A
(65,103,42)
#52743D
(82,116,61)
#638150
(99,129,80)
#748E63
(116,142,99)
#859B76
(133,155,118)
#96A889
(150,168,137)
#A7B59C
(167,181,156)
#B8C2AF
(184,194,175)
#C9CFC2
(201,207,194)
#DADCD5
(218,220,213)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41672A color. Also use rgb(65,103,42) instead hex code.

Text Font Color

.myTextColor { color: #41672A; }

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

This text font color is #41672A.


Background Color

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

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

This div background color is #41672A.


Border color

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

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

This div border color is #41672A.


Opacity

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

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

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

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

This text has shadow with #41672A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41672A on black background.


Color preview on white background

This text has color #41672A on white background.



Black color preview on #41672A background

This text has black color on #41672A background.


White color preview on #41672A background

This text has white color on #41672A background.