COLOR #363F29

HEX: #363F29
RGB: (54,63,41)

Color info

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

RGB color model

#363F29 color RGB value is (54,63,41).

  • red value is 54;
  • green value is 63;
  • blue value is 41.
RGB:
(54,63,41)
(21%,25%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 41 of 255 = 16%

54
63
41

R + G + B ~ 21%. #363F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 41 = 158 (100%)
R 54 of 158 ~ 34.18%
G 63 of 158 ~ 39.87%
B 41 of 158 ~ 25.95%

%34.18
%39.87
%25.95

CMYK color model

#363F29 color CMYK value is (14,0,35,75).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 75.29%
CMYK:
(14,0,35,75)
C14M0Y35K75 
(14%,0%,35%,75%)
(0.14/0.00/0.35/0.75)	

CMYK percentages

%14.29
%0
%34.92
%75.29

Codes

Color #363F29 in popluar color models

363F29
RGB546341
HSL85°21.15%20.39%
HSB/HSV85°34.92%24.71%
CMYK14.29%0.00%34.92%
75.29%

Color #363F29 in popluar number systems.

HEX363F29
Decimal546341
Binary110110111111101001
Octal667751

Shades and tints

Shades of #363F29

#363F29
(54,63,41)
#323A26
(50,58,38)
#2E3523
(46,53,35)
#2A3020
(42,48,32)
#262B1D
(38,43,29)
#22261A
(34,38,26)
#1E2117
(30,33,23)
#1A1C14
(26,28,20)
#161711
(22,23,17)
#12120E
(18,18,14)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #363F29

#363F29
(54,63,41)
#48503C
(72,80,60)
#5A614F
(90,97,79)
#6C7262
(108,114,98)
#7E8375
(126,131,117)
#909488
(144,148,136)
#A2A59B
(162,165,155)
#B4B6AE
(180,182,174)
#C6C7C1
(198,199,193)
#D8D8D4
(216,216,212)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363F29 color. Also use rgb(54,63,41) instead hex code.

Text Font Color

.myTextColor { color: #363F29; }

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

This text font color is #363F29.


Background Color

.myBgColor { background-color: #363F29; }

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

This div background color is #363F29.


Border color

.myBorderColor { border: 1px solid #363F29; }

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

This div border color is #363F29.


Opacity

.myOpacity80 { color: #363F29; opacity: 0.8; }

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

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

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

This text has shadow with #363F29 color.

.textShadow {text-shadow: 3px 3px 1px #363F29, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F29 on black background.


Color preview on white background

This text has color #363F29 on white background.



Black color preview on #363F29 background

This text has black color on #363F29 background.


White color preview on #363F29 background

This text has white color on #363F29 background.