COLOR #36694C

HEX: #36694C
RGB: (54,105,76)

Color info

#36694C contains red, green and blue colors in about the same proportion. Web safe color of #36694C is #336633 (or #363).

RGB color model

#36694C color RGB value is (54,105,76).

  • red value is 54;
  • green value is 105;
  • blue value is 76.
RGB:
(54,105,76)
(21%,41%,30%)

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 76 of 255 = 30%

54
105
76

R + G + B ~ 31%. #36694C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 76 = 235 (100%)
R 54 of 235 ~ 22.98%
G 105 of 235 ~ 44.68%
B 76 of 235 ~ 32.34%

%22.98
%44.68
%32.34

CMYK color model

#36694C color CMYK value is (49,0,28,59).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(49,0,28,59)
C49M0Y28K59 
(49%,0%,28%,59%)
(0.49/0.00/0.28/0.59)	

CMYK percentages

%48.57
%0
%27.62
%58.82

Codes

Color #36694C in popluar color models

36694C
RGB5410576
HSL146°32.08%31.18%
HSB/HSV146°48.57%41.18%
CMYK48.57%0.00%27.62%
58.82%

Color #36694C in popluar number systems.

HEX36694C
Decimal5410576
Binary11011011010011001100
Octal66151114

Shades and tints

Shades of #36694C

#36694C
(54,105,76)
#326046
(50,96,70)
#2E5740
(46,87,64)
#2A4E3A
(42,78,58)
#264534
(38,69,52)
#223C2E
(34,60,46)
#1E3328
(30,51,40)
#1A2A22
(26,42,34)
#16211C
(22,33,28)
#121816
(18,24,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #36694C

#36694C
(54,105,76)
#48765C
(72,118,92)
#5A836C
(90,131,108)
#6C907C
(108,144,124)
#7E9D8C
(126,157,140)
#90AA9C
(144,170,156)
#A2B7AC
(162,183,172)
#B4C4BC
(180,196,188)
#C6D1CC
(198,209,204)
#D8DEDC
(216,222,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36694C color. Also use rgb(54,105,76) instead hex code.

Text Font Color

.myTextColor { color: #36694C; }

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

This text font color is #36694C.


Background Color

.myBgColor { background-color: #36694C; }

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

This div background color is #36694C.


Border color

.myBorderColor { border: 1px solid #36694C; }

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

This div border color is #36694C.


Opacity

.myOpacity80 { color: #36694C; opacity: 0.8; }

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

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

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

This text has shadow with #36694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36694C on black background.


Color preview on white background

This text has color #36694C on white background.



Black color preview on #36694C background

This text has black color on #36694C background.


White color preview on #36694C background

This text has white color on #36694C background.