COLOR #364F0D

HEX: #364F0D
RGB: (54,79,13)

Color info

#364F0D contains mainly red and green colors. Web safe color of #364F0D is #336600 (or #360).

RGB color model

#364F0D color RGB value is (54,79,13).

  • red value is 54;
  • green value is 79;
  • blue value is 13.
RGB:
(54,79,13)
(21%,31%,5%)

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 13 of 255 = 5%

54
79
13

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 13 = 146 (100%)
R 54 of 146 ~ 36.99%
G 79 of 146 ~ 54.11%
B 13 of 146 ~ 8.9%

%36.99
%54.11

CMYK color model

#364F0D color CMYK value is (32,0,84,69).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 83.54%
  • key color value is 69.02%
CMYK:
(32,0,84,69)
C32M0Y84K69 
(32%,0%,84%,69%)
(0.32/0.00/0.84/0.69)	

CMYK percentages

%31.65
%0
%83.54
%69.02

Codes

Color #364F0D in popluar color models

364F0D
RGB547913
HSL83°71.74%18.04%
HSB/HSV83°83.54%30.98%
CMYK31.65%0.00%83.54%
69.02%

Color #364F0D in popluar number systems.

HEX364F0D
Decimal547913
Binary11011010011111101
Octal6611715

Shades and tints

Shades of #364F0D

#364F0D
(54,79,13)
#32480C
(50,72,12)
#2E410B
(46,65,11)
#2A3A0A
(42,58,10)
#263309
(38,51,9)
#222C08
(34,44,8)
#1E2507
(30,37,7)
#1A1E06
(26,30,6)
#161705
(22,23,5)
#121004
(18,16,4)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #364F0D

#364F0D
(54,79,13)
#485F23
(72,95,35)
#5A6F39
(90,111,57)
#6C7F4F
(108,127,79)
#7E8F65
(126,143,101)
#909F7B
(144,159,123)
#A2AF91
(162,175,145)
#B4BFA7
(180,191,167)
#C6CFBD
(198,207,189)
#D8DFD3
(216,223,211)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364F0D color. Also use rgb(54,79,13) instead hex code.

Text Font Color

.myTextColor { color: #364F0D; }

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

This text font color is #364F0D.


Background Color

.myBgColor { background-color: #364F0D; }

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

This div background color is #364F0D.


Border color

.myBorderColor { border: 1px solid #364F0D; }

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

This div border color is #364F0D.


Opacity

.myOpacity80 { color: #364F0D; opacity: 0.8; }

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

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

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

This text has shadow with #364F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F0D on black background.


Color preview on white background

This text has color #364F0D on white background.



Black color preview on #364F0D background

This text has black color on #364F0D background.


White color preview on #364F0D background

This text has white color on #364F0D background.