COLOR #364121

HEX: #364121
RGB: (54,65,33)

Color info

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

RGB color model

#364121 color RGB value is (54,65,33).

  • red value is 54;
  • green value is 65;
  • blue value is 33.
RGB:
(54,65,33)
(21%,25%,13%)

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 33 of 255 = 13%

54
65
33

R + G + B ~ 20%. #364121 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 33 = 152 (100%)
R 54 of 152 ~ 35.53%
G 65 of 152 ~ 42.76%
B 33 of 152 ~ 21.71%

%35.53
%42.76
%21.71

CMYK color model

#364121 color CMYK value is (17,0,49,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 74.51%
CMYK:
(17,0,49,75)
C17M0Y49K75 
(17%,0%,49%,75%)
(0.17/0.00/0.49/0.75)	

CMYK percentages

%16.92
%0
%49.23
%74.51

Codes

Color #364121 in popluar color models

364121
RGB546533
HSL81°32.65%19.22%
HSB/HSV81°49.23%25.49%
CMYK16.92%0.00%49.23%
74.51%

Color #364121 in popluar number systems.

HEX364121
Decimal546533
Binary1101101000001100001
Octal6610141

Shades and tints

Shades of #364121

#364121
(54,65,33)
#323C1E
(50,60,30)
#2E371B
(46,55,27)
#2A3218
(42,50,24)
#262D15
(38,45,21)
#222812
(34,40,18)
#1E230F
(30,35,15)
#1A1E0C
(26,30,12)
#161909
(22,25,9)
#121406
(18,20,6)
#0E0F03
(14,15,3)
#000000
(0,0,0)

Tints of #364121

#364121
(54,65,33)
#485235
(72,82,53)
#5A6349
(90,99,73)
#6C745D
(108,116,93)
#7E8571
(126,133,113)
#909685
(144,150,133)
#A2A799
(162,167,153)
#B4B8AD
(180,184,173)
#C6C9C1
(198,201,193)
#D8DAD5
(216,218,213)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364121 color. Also use rgb(54,65,33) instead hex code.

Text Font Color

.myTextColor { color: #364121; }

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

This text font color is #364121.


Background Color

.myBgColor { background-color: #364121; }

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

This div background color is #364121.


Border color

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

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

This div border color is #364121.


Opacity

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

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

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

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

This text has shadow with #364121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364121 on black background.


Color preview on white background

This text has color #364121 on white background.



Black color preview on #364121 background

This text has black color on #364121 background.


White color preview on #364121 background

This text has white color on #364121 background.