COLOR #07853C

HEX: #07853C
RGB: (7,133,60)

Color info

#07853C contains mainly green color. Web safe color of #07853C is #009933 (or #093).

RGB color model

#07853C color RGB value is (7,133,60).

  • red value is 7;
  • green value is 133;
  • blue value is 60.
RGB:
(7,133,60)
(3%,52%,24%)

RGB channels and saturation

R 7 of 255 = 3%
G 133 of 255 = 52%
B 60 of 255 = 24%

7
133
60

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

Portions of RGB colors in percentages

R + G + B =
7 + 133 + 60 = 200 (100%)
R 7 of 200 ~ 3.5%
G 133 of 200 ~ 66.5%
B 60 of 200 ~ 30%

%66.5
%30

CMYK color model

#07853C color CMYK value is (95,0,55,48).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(95,0,55,48)
C95M0Y55K48 
(95%,0%,55%,48%)
(0.95/0.00/0.55/0.48)	

CMYK percentages

%94.74
%0
%54.89
%47.84

Codes

Color #07853C in popluar color models

07853C
RGB713360
HSL145°90.00%27.45%
HSB/HSV145°94.74%52.16%
CMYK94.74%0.00%54.89%
47.84%

Color #07853C in popluar number systems.

HEX07853C
Decimal713360
Binary11110000101111100
Octal720574

Shades and tints

Shades of #07853C

#07853C
(7,133,60)
#077937
(7,121,55)
#076D32
(7,109,50)
#07612D
(7,97,45)
#075528
(7,85,40)
#074923
(7,73,35)
#073D1E
(7,61,30)
#073119
(7,49,25)
#072514
(7,37,20)
#07190F
(7,25,15)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #07853C

#07853C
(7,133,60)
#1D904D
(29,144,77)
#339B5E
(51,155,94)
#49A66F
(73,166,111)
#5FB180
(95,177,128)
#75BC91
(117,188,145)
#8BC7A2
(139,199,162)
#A1D2B3
(161,210,179)
#B7DDC4
(183,221,196)
#CDE8D5
(205,232,213)
#E3F3E6
(227,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07853C color. Also use rgb(7,133,60) instead hex code.

Text Font Color

.myTextColor { color: #07853C; }

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

This text font color is #07853C.


Background Color

.myBgColor { background-color: #07853C; }

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

This div background color is #07853C.


Border color

.myBorderColor { border: 1px solid #07853C; }

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

This div border color is #07853C.


Opacity

.myOpacity80 { color: #07853C; opacity: 0.8; }

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

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

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

This text has shadow with #07853C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07853C on black background.


Color preview on white background

This text has color #07853C on white background.



Black color preview on #07853C background

This text has black color on #07853C background.


White color preview on #07853C background

This text has white color on #07853C background.