COLOR #364030

HEX: #364030
RGB: (54,64,48)

Color info

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

RGB color model

#364030 color RGB value is (54,64,48).

  • red value is 54;
  • green value is 64;
  • blue value is 48.
RGB:
(54,64,48)
(21%,25%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 64 of 255 = 25%
B 48 of 255 = 19%

54
64
48

R + G + B ~ 22%. #364030 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 64 + 48 = 166 (100%)
R 54 of 166 ~ 32.53%
G 64 of 166 ~ 38.55%
B 48 of 166 ~ 28.92%

%32.53
%38.55
%28.92

CMYK color model

#364030 color CMYK value is (16,0,25,75).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 74.90%
CMYK:
(16,0,25,75)
C16M0Y25K75 
(16%,0%,25%,75%)
(0.16/0.00/0.25/0.75)	

CMYK percentages

%15.63
%0
%25
%74.9

Codes

Color #364030 in popluar color models

364030
RGB546448
HSL98°14.29%21.96%
HSB/HSV98°25.00%25.10%
CMYK15.63%0.00%25.00%
74.90%

Color #364030 in popluar number systems.

HEX364030
Decimal546448
Binary1101101000000110000
Octal6610060

Shades and tints

Shades of #364030

#364030
(54,64,48)
#323B2C
(50,59,44)
#2E3628
(46,54,40)
#2A3124
(42,49,36)
#262C20
(38,44,32)
#22271C
(34,39,28)
#1E2218
(30,34,24)
#1A1D14
(26,29,20)
#161810
(22,24,16)
#12130C
(18,19,12)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #364030

#364030
(54,64,48)
#485142
(72,81,66)
#5A6254
(90,98,84)
#6C7366
(108,115,102)
#7E8478
(126,132,120)
#90958A
(144,149,138)
#A2A69C
(162,166,156)
#B4B7AE
(180,183,174)
#C6C8C0
(198,200,192)
#D8D9D2
(216,217,210)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364030 color. Also use rgb(54,64,48) instead hex code.

Text Font Color

.myTextColor { color: #364030; }

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

This text font color is #364030.


Background Color

.myBgColor { background-color: #364030; }

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

This div background color is #364030.


Border color

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

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

This div border color is #364030.


Opacity

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

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

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

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

This text has shadow with #364030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364030 on black background.


Color preview on white background

This text has color #364030 on white background.



Black color preview on #364030 background

This text has black color on #364030 background.


White color preview on #364030 background

This text has white color on #364030 background.