COLOR #35823B

HEX: #35823B
RGB: (53,130,59)

Color info

#35823B contains mainly green color. Web safe color of #35823B is #339933 (or #393).

RGB color model

#35823B color RGB value is (53,130,59).

  • red value is 53;
  • green value is 130;
  • blue value is 59.
RGB:
(53,130,59)
(21%,51%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 130 of 255 = 51%
B 59 of 255 = 23%

53
130
59

R + G + B ~ 32%. #35823B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 130 + 59 = 242 (100%)
R 53 of 242 ~ 21.9%
G 130 of 242 ~ 53.72%
B 59 of 242 ~ 24.38%

%21.9
%53.72
%24.38

CMYK color model

#35823B color CMYK value is (59,0,55,49).

  • cyan value is 59.23%
  • magenta value is 0.00%
  • yellow value is 54.62%
  • key color value is 49.02%
CMYK:
(59,0,55,49)
C59M0Y55K49 
(59%,0%,55%,49%)
(0.59/0.00/0.55/0.49)	

CMYK percentages

%59.23
%0
%54.62
%49.02

Codes

Color #35823B in popluar color models

35823B
RGB5313059
HSL125°42.08%35.88%
HSB/HSV125°59.23%50.98%
CMYK59.23%0.00%54.62%
49.02%

Color #35823B in popluar number systems.

HEX35823B
Decimal5313059
Binary11010110000010111011
Octal6520273

Shades and tints

Shades of #35823B

#35823B
(53,130,59)
#317736
(49,119,54)
#2D6C31
(45,108,49)
#29612C
(41,97,44)
#255627
(37,86,39)
#214B22
(33,75,34)
#1D401D
(29,64,29)
#193518
(25,53,24)
#152A13
(21,42,19)
#111F0E
(17,31,14)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #35823B

#35823B
(53,130,59)
#478D4C
(71,141,76)
#59985D
(89,152,93)
#6BA36E
(107,163,110)
#7DAE7F
(125,174,127)
#8FB990
(143,185,144)
#A1C4A1
(161,196,161)
#B3CFB2
(179,207,178)
#C5DAC3
(197,218,195)
#D7E5D4
(215,229,212)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35823B color. Also use rgb(53,130,59) instead hex code.

Text Font Color

.myTextColor { color: #35823B; }

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

This text font color is #35823B.


Background Color

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

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

This div background color is #35823B.


Border color

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

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

This div border color is #35823B.


Opacity

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

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

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

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

This text has shadow with #35823B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35823B on black background.


Color preview on white background

This text has color #35823B on white background.



Black color preview on #35823B background

This text has black color on #35823B background.


White color preview on #35823B background

This text has white color on #35823B background.