COLOR #00360F

HEX: #00360F RGB: (0,54,15)

Color info

#00360F contains only green and blue colors. Web safe color of #00360F is #003300 (or #030).

RGB color model

#00360F color RGB value is (0,54,15).

RGB: (0,54,15) (0%, 21%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 54 of 255 = 21%
B 15 of 255 = 6%

0
54
15

R + G + B ~ 9%. #00360F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 54 + 15 = 69 (100%)
R 0 of 69 ~ 0%
G 54 of 69 ~ 78.26%
B 15 of 69 ~ 21.74'%

%78.26
%21.74

CMYK color model

#00360F color CMYK value is (100,0,72,79).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 78.82%
CMYK: (100,0,72,79) C100M0Y72K79 (100%,0%,72%,79%) (1.00/0.00/0.72/0.79) 

CMYK percentages

%100
%0
%72.22
%78.82

Codes

Color #00360F in popluar color models

00 36 0F
RGB 0 54 15
HSL 137° 100.00% 10.59%
HSB/HSV 137° 100.00% 21.18%
CMYK 100.00% 0.00% 72.22%
78.82%

Color #00360F in popluar number systems.

HEX 00 36 0F
Decimal 0 54 15
Binary 0 110110 1111
Octal 0 66 17

Shades and tints

Shades of #00360F

#00360F
(0,54,15)
#00320E
(0,50,14)
#002E0D
(0,46,13)
#002A0C
(0,42,12)
#00260B
(0,38,11)
#00220A
(0,34,10)
#001E09
(0,30,9)
#001A08
(0,26,8)
#001607
(0,22,7)
#001206
(0,18,6)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #00360F

#00360F
(0,54,15)
#174824
(23,72,36)
#2E5A39
(46,90,57)
#456C4E
(69,108,78)
#5C7E63
(92,126,99)
#739078
(115,144,120)
#8AA28D
(138,162,141)
#A1B4A2
(161,180,162)
#B8C6B7
(184,198,183)
#CFD8CC
(207,216,204)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00360F color. Also use rgb(0,54,15) instead hex code.

Text Font Color

.myTextColor { color: #00360F; }

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

This text font color is #00360F.

Background Color

.myBgColor { background-color: #00360F; }

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

This div background color is #00360F.

Border color

.myBorderColor { border: 1px solid #00360F; }

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

This div border color is #00360F.

Opacity

.myOpacity80 { color: #00360F; opacity: 0.8; }

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

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

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

This text has shadow with #00360F color.


.textShadow {text-shadow: 3px 3px 1px #00360F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00360F; -webkit-box-shadow: 1px 1px 3px 2px #00360F; box-shadow:1px 1px 3px 2px #00360F;">
Div content here
</div>

This div box has shadow with color #00360F.

Preview

Color preview on black background

This text has color #00360F on black background.


Color preview on white background

This text has color #00360F on white background.


Black color preview on #00360F background

This text has black color on #00360F background.


White color preview on #00360F background

This text has white color on #00360F background.


Related colors

Complementary color

Complementary color for #hex is #FFC9F0.


I love getcolorcode.com

Triadic colors

1 #0F0036 and #360F00 with #00360F are triadic colors.

2 #0F3600 and #36000F with #00360F are triadic colors.