COLOR #41480B

HEX: #41480B RGB: (65,72,11)

Color info

#41480B contains mainly red and green colors. Web safe color of #41480B is #333300 (or #330).

RGB color model

#41480B color RGB value is (65,72,11).

RGB: (65,72,11) (25%, 28%, 4%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 11 of 255 = 4%

65
72
11

R + G + B ~ 19%. #41480B is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 72 + 11 = 148 (100%)
R 65 of 148 ~ 43.92%
G 72 of 148 ~ 48.65%
B 11 of 148 ~ 7.43'%

%43.92
%48.65

CMYK color model

#41480B color CMYK value is (10,0,85,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%

CMYK: (10,0,85,72)
C10M0Y85K72 (10%, 0%, 85%, 72%)
(0.10 / 0.00 / 0.85 / 0.72)

CMYK percentages

%9.72
%0
%84.72
%71.76

Codes

Color #41480B in popluar color models

41 48 0B
RGB 65 72 11
HSL 67° 73.49% 16.27%
HSB/HSV 67° 84.72% 28.24%
CMYK 9.72% 0.00% 84.72%
71.76%

Color #41480B in popluar number systems.

HEX 41 48 0B
Decimal 65 72 11
Binary 1000001 1001000 1011
Octal 101 110 13

Shades and tints

Shades of #41480B

#41480B
(65,72,11)
#3C420A
(60,66,10)
#373C09
(55,60,9)
#323608
(50,54,8)
#2D3007
(45,48,7)
#282A06
(40,42,6)
#232405
(35,36,5)
#1E1E04
(30,30,4)
#191803
(25,24,3)
#141202
(20,18,2)
#0F0C01
(15,12,1)
#000000
(0,0,0)

Tints of #41480B

#41480B
(65,72,11)
#525821
(82,88,33)
#636837
(99,104,55)
#74784D
(116,120,77)
#858863
(133,136,99)
#969879
(150,152,121)
#A7A88F
(167,168,143)
#B8B8A5
(184,184,165)
#C9C8BB
(201,200,187)
#DAD8D1
(218,216,209)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41480B color. Also use rgb(65,72,11) instead hex code.

Text Font Color

.myTextColor { color: #41480B; }

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

This text font color is #41480B.

Background Color

.myBgColor { background-color: #41480B; }

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

This div background color is #41480B.

Border color

.myBorderColor { border: 1px solid #41480B; }

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

This div border color is #41480B.

Opacity

.myOpacity80 { color: #41480B; opacity: 0.8; }

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

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

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

This text has shadow with #41480B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41480B.

Preview

Color preview on black background

This text has color #41480B on black background.


Color preview on white background

This text has color #41480B on white background.


Black color preview on #41480B background

This text has black color on #41480B background.


White color preview on #41480B background

This text has white color on #41480B background.


Related colors

Complementary color

Complementary color for #hex is #BEB7F4.


I love getcolorcode.com

Triadic colors

1 #0B4148 and #480B41 with #41480B are triadic colors.

2 #0B4841 and #48410B with #41480B are triadic colors.