COLOR #35834C

HEX: #35834C
RGB: (53,131,76)

Color info

#35834C contains mainly green and blue colors. Web safe color of #35834C is #339933 (or #393).

RGB color model

#35834C color RGB value is (53,131,76).

  • red value is 53;
  • green value is 131;
  • blue value is 76.
RGB:
(53,131,76)
(21%,51%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 131 of 255 = 51%
B 76 of 255 = 30%

53
131
76

R + G + B ~ 34%. #35834C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 131 + 76 = 260 (100%)
R 53 of 260 ~ 20.38%
G 131 of 260 ~ 50.38%
B 76 of 260 ~ 29.23%

%20.38
%50.38
%29.23

CMYK color model

#35834C color CMYK value is (60,0,42,49).

  • cyan value is 59.54%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 48.63%
CMYK:
(60,0,42,49)
C60M0Y42K49 
(60%,0%,42%,49%)
(0.60/0.00/0.42/0.49)	

CMYK percentages

%59.54
%0
%41.98
%48.63

Codes

Color #35834C in popluar color models

35834C
RGB5313176
HSL138°42.39%36.08%
HSB/HSV138°59.54%51.37%
CMYK59.54%0.00%41.98%
48.63%

Color #35834C in popluar number systems.

HEX35834C
Decimal5313176
Binary110101100000111001100
Octal65203114

Shades and tints

Shades of #35834C

#35834C
(53,131,76)
#317846
(49,120,70)
#2D6D40
(45,109,64)
#29623A
(41,98,58)
#255734
(37,87,52)
#214C2E
(33,76,46)
#1D4128
(29,65,40)
#193622
(25,54,34)
#152B1C
(21,43,28)
#112016
(17,32,22)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #35834C

#35834C
(53,131,76)
#478E5C
(71,142,92)
#59996C
(89,153,108)
#6BA47C
(107,164,124)
#7DAF8C
(125,175,140)
#8FBA9C
(143,186,156)
#A1C5AC
(161,197,172)
#B3D0BC
(179,208,188)
#C5DBCC
(197,219,204)
#D7E6DC
(215,230,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35834C color. Also use rgb(53,131,76) instead hex code.

Text Font Color

.myTextColor { color: #35834C; }

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

This text font color is #35834C.


Background Color

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

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

This div background color is #35834C.


Border color

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

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

This div border color is #35834C.


Opacity

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

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

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

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

This text has shadow with #35834C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35834C on black background.


Color preview on white background

This text has color #35834C on white background.



Black color preview on #35834C background

This text has black color on #35834C background.


White color preview on #35834C background

This text has white color on #35834C background.