COLOR #35613F

HEX: #35613F
RGB: (53,97,63)

Color info

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

RGB color model

#35613F color RGB value is (53,97,63).

  • red value is 53;
  • green value is 97;
  • blue value is 63.
RGB:
(53,97,63)
(21%,38%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 97 of 255 = 38%
B 63 of 255 = 25%

53
97
63

R + G + B ~ 28%. #35613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 97 + 63 = 213 (100%)
R 53 of 213 ~ 24.88%
G 97 of 213 ~ 45.54%
B 63 of 213 ~ 29.58%

%24.88
%45.54
%29.58

CMYK color model

#35613F color CMYK value is (45,0,35,62).

  • cyan value is 45.36%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(45,0,35,62)
C45M0Y35K62 
(45%,0%,35%,62%)
(0.45/0.00/0.35/0.62)	

CMYK percentages

%45.36
%0
%35.05
%61.96

Codes

Color #35613F in popluar color models

35613F
RGB539763
HSL134°29.33%29.41%
HSB/HSV134°45.36%38.04%
CMYK45.36%0.00%35.05%
61.96%

Color #35613F in popluar number systems.

HEX35613F
Decimal539763
Binary1101011100001111111
Octal6514177

Shades and tints

Shades of #35613F

#35613F
(53,97,63)
#31593A
(49,89,58)
#2D5135
(45,81,53)
#294930
(41,73,48)
#25412B
(37,65,43)
#213926
(33,57,38)
#1D3121
(29,49,33)
#19291C
(25,41,28)
#152117
(21,33,23)
#111912
(17,25,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #35613F

#35613F
(53,97,63)
#476F50
(71,111,80)
#597D61
(89,125,97)
#6B8B72
(107,139,114)
#7D9983
(125,153,131)
#8FA794
(143,167,148)
#A1B5A5
(161,181,165)
#B3C3B6
(179,195,182)
#C5D1C7
(197,209,199)
#D7DFD8
(215,223,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35613F color. Also use rgb(53,97,63) instead hex code.

Text Font Color

.myTextColor { color: #35613F; }

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

This text font color is #35613F.


Background Color

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

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

This div background color is #35613F.


Border color

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

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

This div border color is #35613F.


Opacity

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

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

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

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

This text has shadow with #35613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35613F on black background.


Color preview on white background

This text has color #35613F on white background.



Black color preview on #35613F background

This text has black color on #35613F background.


White color preview on #35613F background

This text has white color on #35613F background.