COLOR #412730

HEX: #412730 RGB: (65,39,48)

Color info

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

RGB color model

#412730 color RGB value is (65,39,48).

RGB: (65,39,48) (25%, 15%, 19%)

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 48 of 255 = 19%

65
39
48

R + G + B ~ 20%. #412730 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 39 + 48 = 152 (100%)
R 65 of 152 ~ 42.76%
G 39 of 152 ~ 25.66%
B 48 of 152 ~ 31.58'%

%42.76
%25.66
%31.58

CMYK color model

#412730 color CMYK value is (0,40,26,75).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 26.15%
  • key color value is 74.51%

CMYK: (0,40,26,75)
C0M40Y26K75 (0%, 40%, 26%, 75%)
(0.00 / 0.40 / 0.26 / 0.75)

CMYK percentages

%0
%40
%26.15
%74.51

Codes

Color #412730 in popluar color models

41 27 30
RGB 65 39 48
HSL 339° 25.00% 20.39%
HSB/HSV 339° 40.00% 25.49%
CMYK 0.00% 40.00% 26.15%
74.51%

Color #412730 in popluar number systems.

HEX 41 27 30
Decimal 65 39 48
Binary 1000001 100111 110000
Octal 101 47 60

Shades and tints

Shades of #412730

#412730
(65,39,48)
#3C242C
(60,36,44)
#372128
(55,33,40)
#321E24
(50,30,36)
#2D1B20
(45,27,32)
#28181C
(40,24,28)
#231518
(35,21,24)
#1E1214
(30,18,20)
#190F10
(25,15,16)
#140C0C
(20,12,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #412730

#412730
(65,39,48)
#523A42
(82,58,66)
#634D54
(99,77,84)
#746066
(116,96,102)
#857378
(133,115,120)
#96868A
(150,134,138)
#A7999C
(167,153,156)
#B8ACAE
(184,172,174)
#C9BFC0
(201,191,192)
#DAD2D2
(218,210,210)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412730 color. Also use rgb(65,39,48) instead hex code.

Text Font Color

.myTextColor { color: #412730; }

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

This text font color is #412730.

Background Color

.myBgColor { background-color: #412730; }

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

This div background color is #412730.

Border color

.myBorderColor { border: 1px solid #412730; }

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

This div border color is #412730.

Opacity

.myOpacity80 { color: #412730; opacity: 0.8; }

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

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

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

This text has shadow with #412730 color.


.textShadow {text-shadow: 3px 3px 1px #412730', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #412730; -webkit-box-shadow: 1px 1px 3px 2px #412730; box-shadow:1px 1px 3px 2px #412730;">
Div content here
</div>

This div box has shadow with color #412730.

Preview

Color preview on black background

This text has color #412730 on black background.


Color preview on white background

This text has color #412730 on white background.


Black color preview on #412730 background

This text has black color on #412730 background.


White color preview on #412730 background

This text has white color on #412730 background.


Related colors

Complementary color

Complementary color for #hex is #BED8CF.


I love getcolorcode.com

Triadic colors

1 #304127 and #273041 with #412730 are triadic colors.

2 #302741 and #274130 with #412730 are triadic colors.