COLOR #35736D

HEX: #35736D
RGB: (53,115,109)

Color info

#35736D contains mainly green and blue colors. Web safe color of #35736D is #336666 (or #366).

RGB color model

#35736D color RGB value is (53,115,109).

  • red value is 53;
  • green value is 115;
  • blue value is 109.
RGB:
(53,115,109)
(21%,45%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 115 of 255 = 45%
B 109 of 255 = 43%

53
115
109

R + G + B ~ 36%. #35736D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 115 + 109 = 277 (100%)
R 53 of 277 ~ 19.13%
G 115 of 277 ~ 41.52%
B 109 of 277 ~ 39.35%

%19.13
%41.52
%39.35

CMYK color model

#35736D color CMYK value is (54,0,5,55).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(54,0,5,55)
C54M0Y5K55 
(54%,0%,5%,55%)
(0.54/0.00/0.05/0.55)	

CMYK percentages

%53.91
%0
%5.22
%54.9

Codes

Color #35736D in popluar color models

35736D
RGB53115109
HSL174°36.90%32.94%
HSB/HSV174°53.91%45.10%
CMYK53.91%0.00%5.22%
54.90%

Color #35736D in popluar number systems.

HEX35736D
Decimal53115109
Binary11010111100111101101
Octal65163155

Shades and tints

Shades of #35736D

#35736D
(53,115,109)
#316964
(49,105,100)
#2D5F5B
(45,95,91)
#295552
(41,85,82)
#254B49
(37,75,73)
#214140
(33,65,64)
#1D3737
(29,55,55)
#192D2E
(25,45,46)
#152325
(21,35,37)
#11191C
(17,25,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #35736D

#35736D
(53,115,109)
#477F7A
(71,127,122)
#598B87
(89,139,135)
#6B9794
(107,151,148)
#7DA3A1
(125,163,161)
#8FAFAE
(143,175,174)
#A1BBBB
(161,187,187)
#B3C7C8
(179,199,200)
#C5D3D5
(197,211,213)
#D7DFE2
(215,223,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35736D color. Also use rgb(53,115,109) instead hex code.

Text Font Color

.myTextColor { color: #35736D; }

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

This text font color is #35736D.


Background Color

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

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

This div background color is #35736D.


Border color

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

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

This div border color is #35736D.


Opacity

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

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

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

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

This text has shadow with #35736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35736D on black background.


Color preview on white background

This text has color #35736D on white background.



Black color preview on #35736D background

This text has black color on #35736D background.


White color preview on #35736D background

This text has white color on #35736D background.