COLOR #237D5D

HEX: #237D5D
RGB: (35,125,93)

Color info

#237D5D contains mainly green and blue colors. Web safe color of #237D5D is #336666 (or #366).

RGB color model

#237D5D color RGB value is (35,125,93).

  • red value is 35;
  • green value is 125;
  • blue value is 93.
RGB:
(35,125,93)
(14%,49%,36%)

RGB channels and saturation

R 35 of 255 = 14%
G 125 of 255 = 49%
B 93 of 255 = 36%

35
125
93

R + G + B ~ 33%. #237D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 125 + 93 = 253 (100%)
R 35 of 253 ~ 13.83%
G 125 of 253 ~ 49.41%
B 93 of 253 ~ 36.76%

%13.83
%49.41
%36.76

CMYK color model

#237D5D color CMYK value is (72,0,26,51).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 50.98%
CMYK:
(72,0,26,51)
C72M0Y26K51 
(72%,0%,26%,51%)
(0.72/0.00/0.26/0.51)	

CMYK percentages

%72
%0
%25.6
%50.98

Codes

Color #237D5D in popluar color models

237D5D
RGB3512593
HSL159°56.25%31.37%
HSB/HSV159°72.00%49.02%
CMYK72.00%0.00%25.60%
50.98%

Color #237D5D in popluar number systems.

HEX237D5D
Decimal3512593
Binary10001111111011011101
Octal43175135

Shades and tints

Shades of #237D5D

#237D5D
(35,125,93)
#207255
(32,114,85)
#1D674D
(29,103,77)
#1A5C45
(26,92,69)
#17513D
(23,81,61)
#144635
(20,70,53)
#113B2D
(17,59,45)
#0E3025
(14,48,37)
#0B251D
(11,37,29)
#081A15
(8,26,21)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #237D5D

#237D5D
(35,125,93)
#37886B
(55,136,107)
#4B9379
(75,147,121)
#5F9E87
(95,158,135)
#73A995
(115,169,149)
#87B4A3
(135,180,163)
#9BBFB1
(155,191,177)
#AFCABF
(175,202,191)
#C3D5CD
(195,213,205)
#D7E0DB
(215,224,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #237D5D color. Also use rgb(35,125,93) instead hex code.

Text Font Color

.myTextColor { color: #237D5D; }

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

This text font color is #237D5D.


Background Color

.myBgColor { background-color: #237D5D; }

<div style="background-color:#237D5D">Inner text</div>

This div background color is #237D5D.


Border color

.myBorderColor { border: 1px solid #237D5D; }

<div style="border:3px solid #237D5D">Div</div>

This div border color is #237D5D.


Opacity

.myOpacity80 { color: #237D5D; opacity: 0.8; }

<p style="color:#237D5D;opacity:0.8;">80%</p>

Text with #237D5D 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 #237D5D;}

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

This text has shadow with #237D5D color.

.textShadow {text-shadow: 3px 3px 1px #237D5D, 3px 3px 1px red;}

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

This text has shadow with #237D5D primary color and red secondary color.


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

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

This text has shadow with #237D5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #237D5D on black background.


Color preview on white background

This text has color #237D5D on white background.



Black color preview on #237D5D background

This text has black color on #237D5D background.


White color preview on #237D5D background

This text has white color on #237D5D background.