COLOR #36967D

HEX: #36967D
RGB: (54,150,125)

Color info

#36967D contains mainly green and blue colors. Web safe color of #36967D is #339966 (or #396).

RGB color model

#36967D color RGB value is (54,150,125).

  • red value is 54;
  • green value is 150;
  • blue value is 125.
RGB:
(54,150,125)
(21%,59%,49%)

RGB channels and saturation

R 54 of 255 = 21%
G 150 of 255 = 59%
B 125 of 255 = 49%

54
150
125

R + G + B ~ 43%. #36967D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 150 + 125 = 329 (100%)
R 54 of 329 ~ 16.41%
G 150 of 329 ~ 45.59%
B 125 of 329 ~ 37.99%

%16.41
%45.59
%37.99

CMYK color model

#36967D color CMYK value is (64,0,17,41).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(64,0,17,41)
C64M0Y17K41 
(64%,0%,17%,41%)
(0.64/0.00/0.17/0.41)	

CMYK percentages

%64
%0
%16.67
%41.18

Codes

Color #36967D in popluar color models

36967D
RGB54150125
HSL164°47.06%40.00%
HSB/HSV164°64.00%58.82%
CMYK64.00%0.00%16.67%
41.18%

Color #36967D in popluar number systems.

HEX36967D
Decimal54150125
Binary110110100101101111101
Octal66226175

Shades and tints

Shades of #36967D

#36967D
(54,150,125)
#328972
(50,137,114)
#2E7C67
(46,124,103)
#2A6F5C
(42,111,92)
#266251
(38,98,81)
#225546
(34,85,70)
#1E483B
(30,72,59)
#1A3B30
(26,59,48)
#162E25
(22,46,37)
#12211A
(18,33,26)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #36967D

#36967D
(54,150,125)
#489F88
(72,159,136)
#5AA893
(90,168,147)
#6CB19E
(108,177,158)
#7EBAA9
(126,186,169)
#90C3B4
(144,195,180)
#A2CCBF
(162,204,191)
#B4D5CA
(180,213,202)
#C6DED5
(198,222,213)
#D8E7E0
(216,231,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36967D color. Also use rgb(54,150,125) instead hex code.

Text Font Color

.myTextColor { color: #36967D; }

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

This text font color is #36967D.


Background Color

.myBgColor { background-color: #36967D; }

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

This div background color is #36967D.


Border color

.myBorderColor { border: 1px solid #36967D; }

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

This div border color is #36967D.


Opacity

.myOpacity80 { color: #36967D; opacity: 0.8; }

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

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

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

This text has shadow with #36967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36967D on black background.


Color preview on white background

This text has color #36967D on white background.



Black color preview on #36967D background

This text has black color on #36967D background.


White color preview on #36967D background

This text has white color on #36967D background.