COLOR #157B37

HEX: #157B37 RGB: (21,123,55)

Color info

#157B37 contains mainly green color. Web safe color of #157B37 is #006633 (or #063).

RGB color model

#157B37 color RGB value is (21,123,55).

RGB: (21,123,55) (8%, 48%, 22%)

RGB channels and saturation

R 21 of 255 = 8%
G 123 of 255 = 48%
B 55 of 255 = 22%

21
123
55

R + G + B ~ 26%. #157B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 123 + 55 = 199 (100%)
R 21 of 199 ~ 10.55%
G 123 of 199 ~ 61.81%
B 55 of 199 ~ 27.64'%

%10.55
%61.81
%27.64

CMYK color model

#157B37 color CMYK value is (83,0,55,52).

  • cyan value is 82.93%
  • magenta value is 0.00%
  • yellow value is 55.28%
  • key color value is 51.76%

CMYK: (83,0,55,52)
C83M0Y55K52 (83%, 0%, 55%, 52%)
(0.83 / 0.00 / 0.55 / 0.52)

CMYK percentages

%82.93
%0
%55.28
%51.76

Codes

Color #157B37 in popluar color models

15 7B 37
RGB 21 123 55
HSL 140° 70.83% 28.24%
HSB/HSV 140° 82.93% 48.24%
CMYK 82.93% 0.00% 55.28%
51.76%

Color #157B37 in popluar number systems.

HEX 15 7B 37
Decimal 21 123 55
Binary 10101 1111011 110111
Octal 25 173 67

Shades and tints

Shades of #157B37

#157B37
(21,123,55)
#147032
(20,112,50)
#13652D
(19,101,45)
#125A28
(18,90,40)
#114F23
(17,79,35)
#10441E
(16,68,30)
#0F3919
(15,57,25)
#0E2E14
(14,46,20)
#0D230F
(13,35,15)
#0C180A
(12,24,10)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #157B37

#157B37
(21,123,55)
#2A8749
(42,135,73)
#3F935B
(63,147,91)
#549F6D
(84,159,109)
#69AB7F
(105,171,127)
#7EB791
(126,183,145)
#93C3A3
(147,195,163)
#A8CFB5
(168,207,181)
#BDDBC7
(189,219,199)
#D2E7D9
(210,231,217)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #157B37 color. Also use rgb(21,123,55) instead hex code.

Text Font Color

.myTextColor { color: #157B37; }

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

This text font color is #157B37.

Background Color

.myBgColor { background-color: #157B37; }

<div style="background-color:#157B37">Inner text</div>

This div background color is #157B37.

Border color

.myBorderColor { border: 1px solid #157B37; }

<div style="border:3px solid #157B37">Div</div>

This div border color is #157B37.

Opacity

.myOpacity80 { color: #157B37; opacity: 0.8; }

<p style="color:#157B37;opacity:0.8;">80%</p>

Text with #157B37 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 #157B37;}

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

This text has shadow with #157B37 color.


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

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

This text has shadow with #157B37 primary color and red secondary color.


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

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

This text has shadow with #157B37 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #157B37.

Preview

Color preview on black background

This text has color #157B37 on black background.


Color preview on white background

This text has color #157B37 on white background.


Black color preview on #157B37 background

This text has black color on #157B37 background.


White color preview on #157B37 background

This text has white color on #157B37 background.


Related colors

Complementary color

Complementary color for #hex is #EA84C8.


I love getcolorcode.com

Triadic colors

1 #37157B and #7B3715 with #157B37 are triadic colors.

2 #377B15 and #7B1537 with #157B37 are triadic colors.