COLOR #364233

HEX: #364233
RGB: (54,66,51)

Color info

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

RGB color model

#364233 color RGB value is (54,66,51).

  • red value is 54;
  • green value is 66;
  • blue value is 51.
RGB:
(54,66,51)
(21%,26%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 51 of 255 = 20%

54
66
51

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

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 51 = 171 (100%)
R 54 of 171 ~ 31.58%
G 66 of 171 ~ 38.6%
B 51 of 171 ~ 29.82%

%31.58
%38.6
%29.82

CMYK color model

#364233 color CMYK value is (18,0,23,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 74.12%
CMYK:
(18,0,23,74)
C18M0Y23K74 
(18%,0%,23%,74%)
(0.18/0.00/0.23/0.74)	

CMYK percentages

%18.18
%0
%22.73
%74.12

Codes

Color #364233 in popluar color models

364233
RGB546651
HSL108°12.82%22.94%
HSB/HSV108°22.73%25.88%
CMYK18.18%0.00%22.73%
74.12%

Color #364233 in popluar number systems.

HEX364233
Decimal546651
Binary1101101000010110011
Octal6610263

Shades and tints

Shades of #364233

#364233
(54,66,51)
#323C2F
(50,60,47)
#2E362B
(46,54,43)
#2A3027
(42,48,39)
#262A23
(38,42,35)
#22241F
(34,36,31)
#1E1E1B
(30,30,27)
#1A1817
(26,24,23)
#161213
(22,18,19)
#120C0F
(18,12,15)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #364233

#364233
(54,66,51)
#485345
(72,83,69)
#5A6457
(90,100,87)
#6C7569
(108,117,105)
#7E867B
(126,134,123)
#90978D
(144,151,141)
#A2A89F
(162,168,159)
#B4B9B1
(180,185,177)
#C6CAC3
(198,202,195)
#D8DBD5
(216,219,213)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364233 color. Also use rgb(54,66,51) instead hex code.

Text Font Color

.myTextColor { color: #364233; }

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

This text font color is #364233.


Background Color

.myBgColor { background-color: #364233; }

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

This div background color is #364233.


Border color

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

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

This div border color is #364233.


Opacity

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

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

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

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

This text has shadow with #364233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364233 on black background.


Color preview on white background

This text has color #364233 on white background.



Black color preview on #364233 background

This text has black color on #364233 background.


White color preview on #364233 background

This text has white color on #364233 background.