COLOR #35623F

HEX: #35623F
RGB: (53,98,63)

Color info

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

RGB color model

#35623F color RGB value is (53,98,63).

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

RGB channels and saturation

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

53
98
63

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

Portions of RGB colors in percentages

R + G + B =
53 + 98 + 63 = 214 (100%)
R 53 of 214 ~ 24.77%
G 98 of 214 ~ 45.79%
B 63 of 214 ~ 29.44%

%24.77
%45.79
%29.44

CMYK color model

#35623F color CMYK value is (46,0,36,62).

  • cyan value is 45.92%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 61.57%
CMYK:
(46,0,36,62)
C46M0Y36K62 
(46%,0%,36%,62%)
(0.46/0.00/0.36/0.62)	

CMYK percentages

%45.92
%0
%35.71
%61.57

Codes

Color #35623F in popluar color models

35623F
RGB539863
HSL133°29.80%29.61%
HSB/HSV133°45.92%38.43%
CMYK45.92%0.00%35.71%
61.57%

Color #35623F in popluar number systems.

HEX35623F
Decimal539863
Binary1101011100010111111
Octal6514277

Shades and tints

Shades of #35623F

#35623F
(53,98,63)
#315A3A
(49,90,58)
#2D5235
(45,82,53)
#294A30
(41,74,48)
#25422B
(37,66,43)
#213A26
(33,58,38)
#1D3221
(29,50,33)
#192A1C
(25,42,28)
#152217
(21,34,23)
#111A12
(17,26,18)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #35623F

#35623F
(53,98,63)
#477050
(71,112,80)
#597E61
(89,126,97)
#6B8C72
(107,140,114)
#7D9A83
(125,154,131)
#8FA894
(143,168,148)
#A1B6A5
(161,182,165)
#B3C4B6
(179,196,182)
#C5D2C7
(197,210,199)
#D7E0D8
(215,224,216)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35623F; }

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

This text font color is #35623F.


Background Color

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

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

This div background color is #35623F.


Border color

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

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

This div border color is #35623F.


Opacity

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

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

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

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

This text has shadow with #35623F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35623F on black background.


Color preview on white background

This text has color #35623F on white background.



Black color preview on #35623F background

This text has black color on #35623F background.


White color preview on #35623F background

This text has white color on #35623F background.