COLOR #35634B

HEX: #35634B
RGB: (53,99,75)

Color info

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

RGB color model

#35634B color RGB value is (53,99,75).

  • red value is 53;
  • green value is 99;
  • blue value is 75.
RGB:
(53,99,75)
(21%,39%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 99 of 255 = 39%
B 75 of 255 = 29%

53
99
75

R + G + B ~ 30%. #35634B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 99 + 75 = 227 (100%)
R 53 of 227 ~ 23.35%
G 99 of 227 ~ 43.61%
B 75 of 227 ~ 33.04%

%23.35
%43.61
%33.04

CMYK color model

#35634B color CMYK value is (46,0,24,61).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(46,0,24,61)
C46M0Y24K61 
(46%,0%,24%,61%)
(0.46/0.00/0.24/0.61)	

CMYK percentages

%46.46
%0
%24.24
%61.18

Codes

Color #35634B in popluar color models

35634B
RGB539975
HSL149°30.26%29.80%
HSB/HSV149°46.46%38.82%
CMYK46.46%0.00%24.24%
61.18%

Color #35634B in popluar number systems.

HEX35634B
Decimal539975
Binary11010111000111001011
Octal65143113

Shades and tints

Shades of #35634B

#35634B
(53,99,75)
#315A45
(49,90,69)
#2D513F
(45,81,63)
#294839
(41,72,57)
#253F33
(37,63,51)
#21362D
(33,54,45)
#1D2D27
(29,45,39)
#192421
(25,36,33)
#151B1B
(21,27,27)
#111215
(17,18,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #35634B

#35634B
(53,99,75)
#47715B
(71,113,91)
#597F6B
(89,127,107)
#6B8D7B
(107,141,123)
#7D9B8B
(125,155,139)
#8FA99B
(143,169,155)
#A1B7AB
(161,183,171)
#B3C5BB
(179,197,187)
#C5D3CB
(197,211,203)
#D7E1DB
(215,225,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35634B color. Also use rgb(53,99,75) instead hex code.

Text Font Color

.myTextColor { color: #35634B; }

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

This text font color is #35634B.


Background Color

.myBgColor { background-color: #35634B; }

<div style="background-color:#35634B">Inner text</div>

This div background color is #35634B.


Border color

.myBorderColor { border: 1px solid #35634B; }

<div style="border:3px solid #35634B">Div</div>

This div border color is #35634B.


Opacity

.myOpacity80 { color: #35634B; opacity: 0.8; }

<p style="color:#35634B;opacity:0.8;">80%</p>

Text with #35634B 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 #35634B;}

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

This text has shadow with #35634B color.

.textShadow {text-shadow: 3px 3px 1px #35634B, 3px 3px 1px red;}

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

This text has shadow with #35634B primary color and red secondary color.


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

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

This text has shadow with #35634B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35634B on black background.


Color preview on white background

This text has color #35634B on white background.



Black color preview on #35634B background

This text has black color on #35634B background.


White color preview on #35634B background

This text has white color on #35634B background.