COLOR #414B2B

HEX: #414B2B
RGB: (65,75,43)

Color info

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

RGB color model

#414B2B color RGB value is (65,75,43).

  • red value is 65;
  • green value is 75;
  • blue value is 43.
RGB:
(65,75,43)
(25%,29%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 43 of 255 = 17%

65
75
43

R + G + B ~ 24%. #414B2B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 75 + 43 = 183 (100%)
R 65 of 183 ~ 35.52%
G 75 of 183 ~ 40.98%
B 43 of 183 ~ 23.5%

%35.52
%40.98
%23.5

CMYK color model

#414B2B color CMYK value is (13,0,43,71).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(13,0,43,71)
C13M0Y43K71 
(13%,0%,43%,71%)
(0.13/0.00/0.43/0.71)	

CMYK percentages

%13.33
%0
%42.67
%70.59

Codes

Color #414B2B in popluar color models

414B2B
RGB657543
HSL79°27.12%23.14%
HSB/HSV79°42.67%29.41%
CMYK13.33%0.00%42.67%
70.59%

Color #414B2B in popluar number systems.

HEX414B2B
Decimal657543
Binary10000011001011101011
Octal10111353

Shades and tints

Shades of #414B2B

#414B2B
(65,75,43)
#3C4528
(60,69,40)
#373F25
(55,63,37)
#323922
(50,57,34)
#2D331F
(45,51,31)
#282D1C
(40,45,28)
#232719
(35,39,25)
#1E2116
(30,33,22)
#191B13
(25,27,19)
#141510
(20,21,16)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #414B2B

#414B2B
(65,75,43)
#525B3E
(82,91,62)
#636B51
(99,107,81)
#747B64
(116,123,100)
#858B77
(133,139,119)
#969B8A
(150,155,138)
#A7AB9D
(167,171,157)
#B8BBB0
(184,187,176)
#C9CBC3
(201,203,195)
#DADBD6
(218,219,214)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414B2B color. Also use rgb(65,75,43) instead hex code.

Text Font Color

.myTextColor { color: #414B2B; }

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

This text font color is #414B2B.


Background Color

.myBgColor { background-color: #414B2B; }

<div style="background-color:#414B2B">Inner text</div>

This div background color is #414B2B.


Border color

.myBorderColor { border: 1px solid #414B2B; }

<div style="border:3px solid #414B2B">Div</div>

This div border color is #414B2B.


Opacity

.myOpacity80 { color: #414B2B; opacity: 0.8; }

<p style="color:#414B2B;opacity:0.8;">80%</p>

Text with #414B2B 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 #414B2B;}

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

This text has shadow with #414B2B color.

.textShadow {text-shadow: 3px 3px 1px #414B2B, 3px 3px 1px red;}

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

This text has shadow with #414B2B primary color and red secondary color.


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

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

This text has shadow with #414B2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414B2B on black background.


Color preview on white background

This text has color #414B2B on white background.



Black color preview on #414B2B background

This text has black color on #414B2B background.


White color preview on #414B2B background

This text has white color on #414B2B background.