COLOR #237529

HEX: #237529
RGB: (35,117,41)

Color info

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

RGB color model

#237529 color RGB value is (35,117,41).

  • red value is 35;
  • green value is 117;
  • blue value is 41.
RGB:
(35,117,41)
(14%,46%,16%)

RGB channels and saturation

R 35 of 255 = 14%
G 117 of 255 = 46%
B 41 of 255 = 16%

35
117
41

R + G + B ~ 25%. #237529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 117 + 41 = 193 (100%)
R 35 of 193 ~ 18.13%
G 117 of 193 ~ 60.62%
B 41 of 193 ~ 21.24%

%18.13
%60.62
%21.24

CMYK color model

#237529 color CMYK value is (70,0,65,54).

  • cyan value is 70.09%
  • magenta value is 0.00%
  • yellow value is 64.96%
  • key color value is 54.12%
CMYK:
(70,0,65,54)
C70M0Y65K54 
(70%,0%,65%,54%)
(0.70/0.00/0.65/0.54)	

CMYK percentages

%70.09
%0
%64.96
%54.12

Codes

Color #237529 in popluar color models

237529
RGB3511741
HSL124°53.95%29.80%
HSB/HSV124°70.09%45.88%
CMYK70.09%0.00%64.96%
54.12%

Color #237529 in popluar number systems.

HEX237529
Decimal3511741
Binary1000111110101101001
Octal4316551

Shades and tints

Shades of #237529

#237529
(35,117,41)
#206B26
(32,107,38)
#1D6123
(29,97,35)
#1A5720
(26,87,32)
#174D1D
(23,77,29)
#14431A
(20,67,26)
#113917
(17,57,23)
#0E2F14
(14,47,20)
#0B2511
(11,37,17)
#081B0E
(8,27,14)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #237529

#237529
(35,117,41)
#37813C
(55,129,60)
#4B8D4F
(75,141,79)
#5F9962
(95,153,98)
#73A575
(115,165,117)
#87B188
(135,177,136)
#9BBD9B
(155,189,155)
#AFC9AE
(175,201,174)
#C3D5C1
(195,213,193)
#D7E1D4
(215,225,212)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #237529 color. Also use rgb(35,117,41) instead hex code.

Text Font Color

.myTextColor { color: #237529; }

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

This text font color is #237529.


Background Color

.myBgColor { background-color: #237529; }

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

This div background color is #237529.


Border color

.myBorderColor { border: 1px solid #237529; }

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

This div border color is #237529.


Opacity

.myOpacity80 { color: #237529; opacity: 0.8; }

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

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

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

This text has shadow with #237529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #237529 on black background.


Color preview on white background

This text has color #237529 on white background.



Black color preview on #237529 background

This text has black color on #237529 background.


White color preview on #237529 background

This text has white color on #237529 background.