COLOR #41533B

HEX: #41533B
RGB: (65,83,59)

Color info

#41533B contains red, green and blue colors in about the same proportion. Web safe color of #41533B is #336633 (or #363).

RGB color model

#41533B color RGB value is (65,83,59).

  • red value is 65;
  • green value is 83;
  • blue value is 59.
RGB: (65,83,59) (25%,33%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 59 of 255 = 23%

65
83
59

R + G + B ~ 27%. #41533B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 59 = 207 (100%)
R 65 of 207 ~ 31.4%
G 83 of 207 ~ 40.1%
B 59 of 207 ~ 28.5%

%31.4
%40.1
%28.5

CMYK color model

#41533B color CMYK value is (22,0,29,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK: (22,0,29,67) C22M0Y29K67 (22%,0%,29%,67%) (0.22/0.00/0.29/0.67)

CMYK percentages

%21.69
%0
%28.92
%67.45

Codes

Color #41533B in popluar color models

41533B
RGB658359
HSL105°16.90%27.84%
HSB/HSV105°28.92%32.55%
CMYK21.69%0.00%28.92%
67.45%

Color #41533B in popluar number systems.

HEX41533B
Decimal658359
Binary10000011010011111011
Octal10112373

Shades and tints

Shades of #41533B

#41533B
(65,83,59)
#3C4C36
(60,76,54)
#374531
(55,69,49)
#323E2C
(50,62,44)
#2D3727
(45,55,39)
#283022
(40,48,34)
#23291D
(35,41,29)
#1E2218
(30,34,24)
#191B13
(25,27,19)
#14140E
(20,20,14)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #41533B

#41533B
(65,83,59)
#52624C
(82,98,76)
#63715D
(99,113,93)
#74806E
(116,128,110)
#858F7F
(133,143,127)
#969E90
(150,158,144)
#A7ADA1
(167,173,161)
#B8BCB2
(184,188,178)
#C9CBC3
(201,203,195)
#DADAD4
(218,218,212)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41533B color. Also use rgb(65,83,59) instead hex code.

Text Font Color

.myTextColor { color: #41533B; }

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

This text font color is #41533B.


Background Color

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

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

This div background color is #41533B.


Border color

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

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

This div border color is #41533B.


Opacity

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

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

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

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

This text has shadow with #41533B color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #41533B; -webkit-box-shadow:	1px 1px 3px 2px #41533B; box-shadow:	1px 1px 3px 2px #41533B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #41533B; -webkit-box-shadow: 1px 1px 3px 2px #41533B; box-shadow:1px 1px 3px 2px #41533B;">
Div content here</div>
This div box has shadow with color #41533B.

Preview

Color preview on black background

This text has color #41533B on black background.


Color preview on white background

This text has color #41533B on white background.



Black color preview on #41533B background

This text has black color on #41533B background.


White color preview on #41533B background

This text has white color on #41533B background.