COLOR #41420A

HEX: #41420A
RGB: (65,66,10)

Color info

#41420A contains red, green and blue colors in about the same proportion. Web safe color of #41420A is #333300 (or #330).

RGB color model

#41420A color RGB value is (65,66,10).

  • red value is 65;
  • green value is 66;
  • blue value is 10.
RGB:
(65,66,10)
(25%,26%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 10 of 255 = 4%

65
66
10

R + G + B ~ 18%. #41420A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 10 = 141 (100%)
R 65 of 141 ~ 46.1%
G 66 of 141 ~ 46.81%
B 10 of 141 ~ 7.09%

%46.1
%46.81

CMYK color model

#41420A color CMYK value is (2,0,85,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 84.85%
  • key color value is 74.12%
CMYK:
(2,0,85,74)
C2M0Y85K74 
(2%,0%,85%,74%)
(0.02/0.00/0.85/0.74)	

CMYK percentages

%1.52
%0
%84.85
%74.12

Codes

Color #41420A in popluar color models

41420A
RGB656610
HSL61°73.68%14.90%
HSB/HSV61°84.85%25.88%
CMYK1.52%0.00%84.85%
74.12%

Color #41420A in popluar number systems.

HEX41420A
Decimal656610
Binary100000110000101010
Octal10110212

Shades and tints

Shades of #41420A

#41420A
(65,66,10)
#3C3C0A
(60,60,10)
#37360A
(55,54,10)
#32300A
(50,48,10)
#2D2A0A
(45,42,10)
#28240A
(40,36,10)
#231E0A
(35,30,10)
#1E180A
(30,24,10)
#19120A
(25,18,10)
#140C0A
(20,12,10)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #41420A

#41420A
(65,66,10)
#525320
(82,83,32)
#636436
(99,100,54)
#74754C
(116,117,76)
#858662
(133,134,98)
#969778
(150,151,120)
#A7A88E
(167,168,142)
#B8B9A4
(184,185,164)
#C9CABA
(201,202,186)
#DADBD0
(218,219,208)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41420A color. Also use rgb(65,66,10) instead hex code.

Text Font Color

.myTextColor { color: #41420A; }

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

This text font color is #41420A.


Background Color

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

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

This div background color is #41420A.


Border color

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

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

This div border color is #41420A.


Opacity

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

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

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

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

This text has shadow with #41420A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41420A on black background.


Color preview on white background

This text has color #41420A on white background.



Black color preview on #41420A background

This text has black color on #41420A background.


White color preview on #41420A background

This text has white color on #41420A background.