COLOR #364138

HEX: #364138
RGB: (54,65,56)

Color info

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

RGB color model

#364138 color RGB value is (54,65,56).

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

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 56 of 255 = 22%

54
65
56

R + G + B ~ 23%. #364138 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 56 = 175 (100%)
R 54 of 175 ~ 30.86%
G 65 of 175 ~ 37.14%
B 56 of 175 ~ 32%

%30.86
%37.14
%32

CMYK color model

#364138 color CMYK value is (17,0,14,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(17,0,14,75)
C17M0Y14K75 
(17%,0%,14%,75%)
(0.17/0.00/0.14/0.75)	

CMYK percentages

%16.92
%0
%13.85
%74.51

Codes

Color #364138 in popluar color models

364138
RGB546556
HSL131°9.24%23.33%
HSB/HSV131°16.92%25.49%
CMYK16.92%0.00%13.85%
74.51%

Color #364138 in popluar number systems.

HEX364138
Decimal546556
Binary1101101000001111000
Octal6610170

Shades and tints

Shades of #364138

#364138
(54,65,56)
#323C33
(50,60,51)
#2E372E
(46,55,46)
#2A3229
(42,50,41)
#262D24
(38,45,36)
#22281F
(34,40,31)
#1E231A
(30,35,26)
#1A1E15
(26,30,21)
#161910
(22,25,16)
#12140B
(18,20,11)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #364138

#364138
(54,65,56)
#48524A
(72,82,74)
#5A635C
(90,99,92)
#6C746E
(108,116,110)
#7E8580
(126,133,128)
#909692
(144,150,146)
#A2A7A4
(162,167,164)
#B4B8B6
(180,184,182)
#C6C9C8
(198,201,200)
#D8DADA
(216,218,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364138; }

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

This text font color is #364138.


Background Color

.myBgColor { background-color: #364138; }

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

This div background color is #364138.


Border color

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

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

This div border color is #364138.


Opacity

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

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

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

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

This text has shadow with #364138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364138 on black background.


Color preview on white background

This text has color #364138 on white background.



Black color preview on #364138 background

This text has black color on #364138 background.


White color preview on #364138 background

This text has white color on #364138 background.