COLOR #357C23

HEX: #357C23 RGB: (53,124,35)

Color info

#357C23 contains mainly green color. Web safe color of #357C23 is #336633 (or #363).

RGB color model

#357C23 color RGB value is (53,124,35).

RGB: (53,124,35) (21%, 49%, 14%)

RGB channels and saturation

R 53 of 255 = 21%
G 124 of 255 = 49%
B 35 of 255 = 14%

53
124
35

R + G + B ~ 28%. #357C23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 124 + 35 = 212 (100%)
R 53 of 212 ~ 25%
G 124 of 212 ~ 58.49%
B 35 of 212 ~ 16.51'%

%25
%58.49
%16.51

CMYK color model

#357C23 color CMYK value is (57,0,72,51).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 71.77%
  • key color value is 51.37%

CMYK: (57,0,72,51)
C57M0Y72K51 (57%, 0%, 72%, 51%)
(0.57 / 0.00 / 0.72 / 0.51)

CMYK percentages

%57.26
%0
%71.77
%51.37

Codes

Color #357C23 in popluar color models

35 7C 23
RGB 53 124 35
HSL 108° 55.97% 31.18%
HSB/HSV 108° 71.77% 48.63%
CMYK 57.26% 0.00% 71.77%
51.37%

Color #357C23 in popluar number systems.

HEX 35 7C 23
Decimal 53 124 35
Binary 110101 1111100 100011
Octal 65 174 43

Shades and tints

Shades of #357C23

#357C23
(53,124,35)
#317120
(49,113,32)
#2D661D
(45,102,29)
#295B1A
(41,91,26)
#255017
(37,80,23)
#214514
(33,69,20)
#1D3A11
(29,58,17)
#192F0E
(25,47,14)
#15240B
(21,36,11)
#111908
(17,25,8)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #357C23

#357C23
(53,124,35)
#478737
(71,135,55)
#59924B
(89,146,75)
#6B9D5F
(107,157,95)
#7DA873
(125,168,115)
#8FB387
(143,179,135)
#A1BE9B
(161,190,155)
#B3C9AF
(179,201,175)
#C5D4C3
(197,212,195)
#D7DFD7
(215,223,215)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357C23 color. Also use rgb(53,124,35) instead hex code.

Text Font Color

.myTextColor { color: #357C23; }

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

This text font color is #357C23.

Background Color

.myBgColor { background-color: #357C23; }

<div style="background-color:#357C23">Inner text</div>

This div background color is #357C23.

Border color

.myBorderColor { border: 1px solid #357C23; }

<div style="border:3px solid #357C23">Div</div>

This div border color is #357C23.

Opacity

.myOpacity80 { color: #357C23; opacity: 0.8; }

<p style="color:#357C23;opacity:0.8;">80%</p>

Text with #357C23 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 #357C23;}

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

This text has shadow with #357C23 color.


.textShadow {text-shadow: 3px 3px 1px #357C23', 3px 3px 1px red;}

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

This text has shadow with #357C23 primary color and red secondary color.


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

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

This text has shadow with #357C23 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #357C23; -webkit-box-shadow: 1px 1px 3px 2px #357C23; box-shadow:1px 1px 3px 2px #357C23;">
Div content here
</div>

This div box has shadow with color #357C23.

Preview

Color preview on black background

This text has color #357C23 on black background.


Color preview on white background

This text has color #357C23 on white background.


Black color preview on #357C23 background

This text has black color on #357C23 background.


White color preview on #357C23 background

This text has white color on #357C23 background.


Related colors

Complementary color

Complementary color for #hex is #CA83DC.


I love getcolorcode.com

Triadic colors

1 #23357C and #7C2335 with #357C23 are triadic colors.

2 #237C35 and #7C3523 with #357C23 are triadic colors.