COLOR #41462A

HEX: #41462A
RGB: (65,70,42)

Color info

#41462A contains red, green and blue colors in about the same proportion. Web safe color of #41462A is #333333 (or #333).

RGB color model

#41462A color RGB value is (65,70,42).

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

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 42 of 255 = 16%

65
70
42

R + G + B ~ 23%. #41462A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 42 = 177 (100%)
R 65 of 177 ~ 36.72%
G 70 of 177 ~ 39.55%
B 42 of 177 ~ 23.73%

%36.72
%39.55
%23.73

CMYK color model

#41462A color CMYK value is (7,0,40,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(7,0,40,73)
C7M0Y40K73 
(7%,0%,40%,73%)
(0.07/0.00/0.40/0.73)	

CMYK percentages

%7.14
%0
%40
%72.55

Codes

Color #41462A in popluar color models

41462A
RGB657042
HSL71°25.00%21.96%
HSB/HSV71°40.00%27.45%
CMYK7.14%0.00%40.00%
72.55%

Color #41462A in popluar number systems.

HEX41462A
Decimal657042
Binary10000011000110101010
Octal10110652

Shades and tints

Shades of #41462A

#41462A
(65,70,42)
#3C4027
(60,64,39)
#373A24
(55,58,36)
#323421
(50,52,33)
#2D2E1E
(45,46,30)
#28281B
(40,40,27)
#232218
(35,34,24)
#1E1C15
(30,28,21)
#191612
(25,22,18)
#14100F
(20,16,15)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #41462A

#41462A
(65,70,42)
#52563D
(82,86,61)
#636650
(99,102,80)
#747663
(116,118,99)
#858676
(133,134,118)
#969689
(150,150,137)
#A7A69C
(167,166,156)
#B8B6AF
(184,182,175)
#C9C6C2
(201,198,194)
#DAD6D5
(218,214,213)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41462A; }

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

This text font color is #41462A.


Background Color

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

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

This div background color is #41462A.


Border color

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

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

This div border color is #41462A.


Opacity

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

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

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

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

This text has shadow with #41462A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41462A on black background.


Color preview on white background

This text has color #41462A on white background.



Black color preview on #41462A background

This text has black color on #41462A background.


White color preview on #41462A background

This text has white color on #41462A background.