COLOR #307523

HEX: #307523 RGB: (48,117,35)

Color info

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

RGB color model

#307523 color RGB value is (48,117,35).

RGB: (48,117,35) (19%, 46%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 117 of 255 = 46%
B 35 of 255 = 14%

48
117
35

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

Portions of RGB colors in percentages

R + G + B = 48 + 117 + 35 = 200 (100%)
R 48 of 200 ~ 24%
G 117 of 200 ~ 58.5%
B 35 of 200 ~ 17.5'%

%24
%58.5
%17.5

CMYK color model

#307523 color CMYK value is (59,0,70,54).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 70.09%
  • key color value is 54.12%

CMYK: (59,0,70,54)
C59M0Y70K54 (59%, 0%, 70%, 54%)
(0.59 / 0.00 / 0.70 / 0.54)

CMYK percentages

%58.97
%0
%70.09
%54.12

Codes

Color #307523 in popluar color models

30 75 23
RGB 48 117 35
HSL 110° 53.95% 29.80%
HSB/HSV 110° 70.09% 45.88%
CMYK 58.97% 0.00% 70.09%
54.12%

Color #307523 in popluar number systems.

HEX 30 75 23
Decimal 48 117 35
Binary 110000 1110101 100011
Octal 60 165 43

Shades and tints

Shades of #307523

#307523
(48,117,35)
#2C6B20
(44,107,32)
#28611D
(40,97,29)
#24571A
(36,87,26)
#204D17
(32,77,23)
#1C4314
(28,67,20)
#183911
(24,57,17)
#142F0E
(20,47,14)
#10250B
(16,37,11)
#0C1B08
(12,27,8)
#081105
(8,17,5)
#000000
(0,0,0)

Tints of #307523

#307523
(48,117,35)
#428137
(66,129,55)
#548D4B
(84,141,75)
#66995F
(102,153,95)
#78A573
(120,165,115)
#8AB187
(138,177,135)
#9CBD9B
(156,189,155)
#AEC9AF
(174,201,175)
#C0D5C3
(192,213,195)
#D2E1D7
(210,225,215)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307523; }

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

This text font color is #307523.

Background Color

.myBgColor { background-color: #307523; }

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

This div background color is #307523.

Border color

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

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

This div border color is #307523.

Opacity

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

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

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

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

This text has shadow with #307523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307523.

Preview

Color preview on black background

This text has color #307523 on black background.


Color preview on white background

This text has color #307523 on white background.


Black color preview on #307523 background

This text has black color on #307523 background.


White color preview on #307523 background

This text has white color on #307523 background.


Related colors

Complementary color

Complementary color for #hex is #CF8ADC.


I love getcolorcode.com

Triadic colors

1 #233075 and #752330 with #307523 are triadic colors.

2 #237530 and #753023 with #307523 are triadic colors.