COLOR #363825

HEX: #363825
RGB: (54,56,37)

Color info

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

RGB color model

#363825 color RGB value is (54,56,37).

  • red value is 54;
  • green value is 56;
  • blue value is 37.
RGB:
(54,56,37)
(21%,22%,15%)

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 37 of 255 = 15%

54
56
37

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 37 = 147 (100%)
R 54 of 147 ~ 36.73%
G 56 of 147 ~ 38.1%
B 37 of 147 ~ 25.17%

%36.73
%38.1
%25.17

CMYK color model

#363825 color CMYK value is (4,0,34,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 78.04%
CMYK:
(4,0,34,78)
C4M0Y34K78 
(4%,0%,34%,78%)
(0.04/0.00/0.34/0.78)	

CMYK percentages

%3.57
%0
%33.93
%78.04

Codes

Color #363825 in popluar color models

363825
RGB545637
HSL66°20.43%18.24%
HSB/HSV66°33.93%21.96%
CMYK3.57%0.00%33.93%
78.04%

Color #363825 in popluar number systems.

HEX363825
Decimal545637
Binary110110111000100101
Octal667045

Shades and tints

Shades of #363825

#363825
(54,56,37)
#323322
(50,51,34)
#2E2E1F
(46,46,31)
#2A291C
(42,41,28)
#262419
(38,36,25)
#221F16
(34,31,22)
#1E1A13
(30,26,19)
#1A1510
(26,21,16)
#16100D
(22,16,13)
#120B0A
(18,11,10)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #363825

#363825
(54,56,37)
#484A38
(72,74,56)
#5A5C4B
(90,92,75)
#6C6E5E
(108,110,94)
#7E8071
(126,128,113)
#909284
(144,146,132)
#A2A497
(162,164,151)
#B4B6AA
(180,182,170)
#C6C8BD
(198,200,189)
#D8DAD0
(216,218,208)
#EAECE3
(234,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363825 color. Also use rgb(54,56,37) instead hex code.

Text Font Color

.myTextColor { color: #363825; }

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

This text font color is #363825.


Background Color

.myBgColor { background-color: #363825; }

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

This div background color is #363825.


Border color

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

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

This div border color is #363825.


Opacity

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

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

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

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

This text has shadow with #363825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363825 on black background.


Color preview on white background

This text has color #363825 on white background.



Black color preview on #363825 background

This text has black color on #363825 background.


White color preview on #363825 background

This text has white color on #363825 background.